ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSControlPanel/Cpanel.csproj
Revision: 195
Committed: Mon Jul 16 16:29:47 2012 UTC (10 years, 8 months ago) by william
File size: 11764 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 4 <?xml version="1.0" encoding="utf-8"?>
2 william 111 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 william 4 <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 william 29 <ProductVersion>9.0.30729</ProductVersion>
7 william 4 <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{469B09BF-C7D2-4D53-B7D7-03747EB25797}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>AnywhereTS</RootNamespace>
12     <AssemblyName>TSControlPanel</AssemblyName>
13     <StartupObject>
14     </StartupObject>
15     <IsWebBootstrapper>true</IsWebBootstrapper>
16     <SccProjectName>
17     </SccProjectName>
18     <SccLocalPath>
19     </SccLocalPath>
20     <SccAuxPath>
21     </SccAuxPath>
22     <SccProvider>
23     </SccProvider>
24 william 111 <FileUpgradeFlags>
25     </FileUpgradeFlags>
26     <OldToolsVersion>3.5</OldToolsVersion>
27     <UpgradeBackupLocation>
28     </UpgradeBackupLocation>
29 william 112 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
30 william 4 <PublishUrl>http://localhost/TSControlPanel/</PublishUrl>
31     <Install>true</Install>
32     <InstallFrom>Web</InstallFrom>
33     <UpdateEnabled>true</UpdateEnabled>
34     <UpdateMode>Foreground</UpdateMode>
35     <UpdateInterval>7</UpdateInterval>
36     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
37     <UpdatePeriodically>false</UpdatePeriodically>
38     <UpdateRequired>false</UpdateRequired>
39     <MapFileExtensions>true</MapFileExtensions>
40 william 111 <ApplicationRevision>0</ApplicationRevision>
41 william 4 <ApplicationVersion>3.3.0.%2a</ApplicationVersion>
42 william 111 <UseApplicationTrust>false</UseApplicationTrust>
43 william 4 <BootstrapperEnabled>true</BootstrapperEnabled>
44 william 112 <TargetFrameworkProfile />
45 william 4 </PropertyGroup>
46     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
47     <DebugSymbols>true</DebugSymbols>
48     <DebugType>full</DebugType>
49     <Optimize>false</Optimize>
50     <OutputPath>bin\Debug\</OutputPath>
51     <DefineConstants>TRACE;DEBUG</DefineConstants>
52     <ErrorReport>prompt</ErrorReport>
53     <WarningLevel>4</WarningLevel>
54 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55 william 4 </PropertyGroup>
56     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
57 william 60 <DebugType>full</DebugType>
58 william 4 <Optimize>true</Optimize>
59     <OutputPath>bin\Release\</OutputPath>
60 william 60 <DefineConstants>TRACE;PRO</DefineConstants>
61 william 4 <ErrorReport>prompt</ErrorReport>
62     <WarningLevel>4</WarningLevel>
63 william 60 <DebugSymbols>true</DebugSymbols>
64 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65 william 4 </PropertyGroup>
66     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
67     <DebugSymbols>true</DebugSymbols>
68     <OutputPath>bin\Debug\</OutputPath>
69     <DefineConstants>TRACE;DEBUG</DefineConstants>
70     <DebugType>full</DebugType>
71     <PlatformTarget>AnyCPU</PlatformTarget>
72     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
73     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
74     <ErrorReport>prompt</ErrorReport>
75 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76 william 4 </PropertyGroup>
77     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
78     <OutputPath>bin\Release\</OutputPath>
79     <DefineConstants>BETA</DefineConstants>
80 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81 william 4 </PropertyGroup>
82     <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
83     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84     Other similar extension points exist, see Microsoft.Common.targets.
85     <Target Name="BeforeBuild">
86     </Target>
87     <Target Name="AfterBuild">
88     </Target>
89     -->
90     <ItemGroup>
91     <Compile Include="..\TSAdminTool\atsDataSet.Designer.cs">
92     <Link>atsDataSet.Designer.cs</Link>
93     <AutoGen>True</AutoGen>
94     <DesignTime>True</DesignTime>
95     <DependentUpon>atsDataSet.xsd</DependentUpon>
96     </Compile>
97     <Compile Include="..\TSAdminTool\BootPicture.cs">
98     <Link>BootPicture.cs</Link>
99     </Compile>
100     <Compile Include="..\TSAdminTool\Environment.cs">
101     <Link>Environment.cs</Link>
102     </Compile>
103     <Compile Include="..\TSAdminTool\frmClientProperties.cs">
104     <Link>frmClientProperties.cs</Link>
105     <SubType>Form</SubType>
106     </Compile>
107     <Compile Include="..\TSAdminTool\frmClientProperties.designer.cs">
108     <Link>frmClientProperties.designer.cs</Link>
109     <DependentUpon>frmClientProperties.cs</DependentUpon>
110     </Compile>
111     <Compile Include="..\TSAdminTool\Globals.cs">
112     <Link>Globals.cs</Link>
113     </Compile>
114     <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
115     <Link>ImageDesigntimeConfig.cs</Link>
116     </Compile>
117     <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
118     <Link>ImageRuntimeConfig.cs</Link>
119     </Compile>
120     <Compile Include="..\TSAdminTool\Keyboard.cs">
121     <Link>Keyboard.cs</Link>
122     </Compile>
123     <Compile Include="..\TSAdminTool\ProSupport.cs">
124     <Link>ProSupport.cs</Link>
125     </Compile>
126     <Compile Include="..\TSAdminTool\Session.cs">
127     <Link>Session.cs</Link>
128     </Compile>
129     <Compile Include="..\TSAdminTool\SessionList.cs">
130     <Link>SessionList.cs</Link>
131     </Compile>
132     <Compile Include="..\TSAdminTool\TerminalServer.cs">
133     <Link>TerminalServer.cs</Link>
134     </Compile>
135     <Compile Include="..\TSAdminTool\TerminalServices.cs">
136     <Link>TerminalServices.cs</Link>
137     </Compile>
138     <Compile Include="..\TSAdminTool\TimeZone.cs">
139     <Link>TimeZone.cs</Link>
140     </Compile>
141     <Compile Include="..\TSAdminTool\WebSupport.cs">
142     <Link>WebSupport.cs</Link>
143     </Compile>
144 william 195 <Compile Include="..\VersionSupport\SharedAssemblyInfo.cs">
145     <Link>SharedAssemblyInfo.cs</Link>
146     </Compile>
147 william 145 <Compile Include="CPanel.Installer.cs">
148     <SubType>Component</SubType>
149     </Compile>
150     <Compile Include="CPanel.Installer.Designer.cs">
151     <DependentUpon>CPanel.Installer.cs</DependentUpon>
152     </Compile>
153 william 4 <Compile Include="frmConfigureControlPanel.cs">
154     <SubType>Form</SubType>
155     </Compile>
156     <Compile Include="frmConfigureControlPanel.Designer.cs">
157     <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
158     </Compile>
159     <Compile Include="Program.cs" />
160     <Compile Include="Properties\AssemblyInfo.cs" />
161     <Compile Include="Properties\Settings.Designer.cs">
162     <AutoGen>True</AutoGen>
163     <DesignTimeSharedInput>True</DesignTimeSharedInput>
164     <DependentUpon>Settings.settings</DependentUpon>
165     </Compile>
166     </ItemGroup>
167     <ItemGroup>
168 william 49 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
169     <SpecificVersion>False</SpecificVersion>
170     <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
171     </Reference>
172 william 4 <Reference Include="System" />
173     <Reference Include="System.configuration" />
174 william 145 <Reference Include="System.Configuration.Install" />
175 william 95 <Reference Include="System.Core">
176     <RequiredTargetFramework>3.5</RequiredTargetFramework>
177     </Reference>
178 william 4 <Reference Include="System.Data" />
179 william 111 <Reference Include="System.Data.DataSetExtensions" />
180 william 114 <Reference Include="System.Data.Linq" />
181 william 4 <Reference Include="System.Deployment" />
182     <Reference Include="System.Drawing" />
183     <Reference Include="System.Management" />
184     <Reference Include="System.ServiceProcess" />
185     <Reference Include="System.Windows.Forms" />
186     <Reference Include="System.Xml" />
187 william 29 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
188 william 4 <SpecificVersion>False</SpecificVersion>
189 william 29 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
190 william 4 </Reference>
191     </ItemGroup>
192     <ItemGroup>
193 william 111 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
194     <Visible>False</Visible>
195     <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
196     <Install>false</Install>
197     </BootstrapperPackage>
198 william 4 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
199     <Visible>False</Visible>
200     <ProductName>.NET Framework 2.0</ProductName>
201     <Install>true</Install>
202     </BootstrapperPackage>
203 william 111 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
204     <Visible>False</Visible>
205     <ProductName>.NET Framework 3.5 SP1</ProductName>
206     <Install>false</Install>
207     </BootstrapperPackage>
208 william 4 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
209     <Visible>False</Visible>
210     <ProductName>SQL Server 2005 Express Edition</ProductName>
211     <Install>true</Install>
212     </BootstrapperPackage>
213     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
214     <Visible>False</Visible>
215     <ProductName>Windows Installer 3.1</ProductName>
216     <Install>true</Install>
217     </BootstrapperPackage>
218     </ItemGroup>
219     <ItemGroup>
220 william 186 <None Include="..\AnywhereTS.DBSupport\bin\Release\AnywhereTS.DBSupport.dll.config">
221     <Link>AnywhereTS.DBSupport.dll.config</Link>
222     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
223     </None>
224     <None Include="..\AnywhereTS.Logging\bin\Release\AnywhereTS.Logging.dll.config">
225     <Link>AnywhereTS.Logging.dll.config</Link>
226     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
227     </None>
228 william 4 <None Include="..\TSAdminTool\atsDataSet.xsc">
229     <Link>atsDataSet.xsc</Link>
230     <DependentUpon>atsDataSet.xsd</DependentUpon>
231     </None>
232     <None Include="..\TSAdminTool\atsDataSet.xsd">
233     <Link>atsDataSet.xsd</Link>
234     <Generator>MSDataSetGenerator</Generator>
235     <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
236     <SubType>Designer</SubType>
237     </None>
238     <None Include="..\TSAdminTool\atsDataSet.xss">
239     <Link>atsDataSet.xss</Link>
240     <DependentUpon>atsDataSet.xsd</DependentUpon>
241     </None>
242     <None Include="app.config" />
243     <None Include="Properties\Settings.settings">
244     <Generator>SettingsSingleFileGenerator</Generator>
245     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
246     </None>
247     </ItemGroup>
248     <ItemGroup>
249     <Content Include="..\TSAdminTool\ats.mdf">
250     <Link>ats.mdf</Link>
251     </Content>
252     <Content Include="..\TSAdminTool\ats_log.ldf">
253     <Link>ats_log.ldf</Link>
254     <DependentUpon>ats.mdf</DependentUpon>
255     </Content>
256     <Content Include="AtsPanel.ico" />
257     </ItemGroup>
258     <ItemGroup>
259     <EmbeddedResource Include="..\TSAdminTool\frmClientProperties.resx">
260     <Link>frmClientProperties.resx</Link>
261     <DependentUpon>frmClientProperties.cs</DependentUpon>
262     <SubType>Designer</SubType>
263     </EmbeddedResource>
264     <EmbeddedResource Include="frmConfigureControlPanel.resx">
265     <SubType>Designer</SubType>
266     <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
267     </EmbeddedResource>
268     </ItemGroup>
269     <PropertyGroup>
270     <PostBuildEvent>
271     </PostBuildEvent>
272     </PropertyGroup>
273 william 49 <ItemGroup>
274 william 92 <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj">
275     <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project>
276     <Name>AnywhereTS.DBSupport</Name>
277     </ProjectReference>
278 william 49 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
279     <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
280     <Name>AnywhereTS.Logging</Name>
281     </ProjectReference>
282     </ItemGroup>
283 william 4 </Project>