ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSAdminTool/Admin.csproj
Revision: 187
Committed: Mon Jul 16 15:08:20 2012 UTC (10 years, 8 months ago) by william
File size: 18240 byte(s)
Log Message:

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{8DC06215-EC33-43C8-AAD5-D0BFECADA886}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>AnywhereTS</RootNamespace>
12 <AssemblyName>ATSAdmin</AssemblyName>
13 <IsWebBootstrapper>true</IsWebBootstrapper>
14 <SccProjectName>
15 </SccProjectName>
16 <SccLocalPath>
17 </SccLocalPath>
18 <SccAuxPath>
19 </SccAuxPath>
20 <SccProvider>
21 </SccProvider>
22 <ManifestCertificateThumbprint>DF34A506E139C7D7F44C882F925397C0AA881142</ManifestCertificateThumbprint>
23 <ManifestKeyFile>Admin_TemporaryKey.pfx</ManifestKeyFile>
24 <GenerateManifests>true</GenerateManifests>
25 <SignManifests>true</SignManifests>
26 <ApplicationIcon>ats.ico</ApplicationIcon>
27 <FileUpgradeFlags>
28 </FileUpgradeFlags>
29 <OldToolsVersion>3.5</OldToolsVersion>
30 <UpgradeBackupLocation>
31 </UpgradeBackupLocation>
32 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
33 <PublishUrl>http://localhost/TSAdminTool/</PublishUrl>
34 <Install>true</Install>
35 <InstallFrom>Web</InstallFrom>
36 <UpdateEnabled>false</UpdateEnabled>
37 <UpdateMode>Foreground</UpdateMode>
38 <UpdateInterval>7</UpdateInterval>
39 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
40 <UpdatePeriodically>false</UpdatePeriodically>
41 <UpdateRequired>false</UpdateRequired>
42 <MapFileExtensions>true</MapFileExtensions>
43 <SupportUrl>http://anywherets.com</SupportUrl>
44 <ProductName>AnywhereTS Pro</ProductName>
45 <PublisherName>AnywhereTS</PublisherName>
46 <AutorunEnabled>true</AutorunEnabled>
47 <ApplicationRevision>0</ApplicationRevision>
48 <ApplicationVersion>3.3.0.%2a</ApplicationVersion>
49 <UseApplicationTrust>false</UseApplicationTrust>
50 <BootstrapperEnabled>true</BootstrapperEnabled>
51 <TargetFrameworkProfile />
52 </PropertyGroup>
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
54 <DebugSymbols>true</DebugSymbols>
55 <DebugType>full</DebugType>
56 <Optimize>false</Optimize>
57 <OutputPath>bin\Debug\</OutputPath>
58 <DefineConstants>TRACE;DEBUG;PRO</DefineConstants>
59 <ErrorReport>prompt</ErrorReport>
60 <WarningLevel>4</WarningLevel>
61 <RunCodeAnalysis>false</RunCodeAnalysis>
62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63 </PropertyGroup>
64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
65 <DebugType>full</DebugType>
66 <Optimize>true</Optimize>
67 <OutputPath>bin\Release\</OutputPath>
68 <DefineConstants>TRACE;PRO</DefineConstants>
69 <ErrorReport>prompt</ErrorReport>
70 <WarningLevel>4</WarningLevel>
71 <DebugSymbols>true</DebugSymbols>
72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73 </PropertyGroup>
74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' ">
75 <DebugSymbols>true</DebugSymbols>
76 <OutputPath>bin\Debug\</OutputPath>
77 <DefineConstants>DEBUG;PRO EVAL</DefineConstants>
78 <DebugType>full</DebugType>
79 <PlatformTarget>AnyCPU</PlatformTarget>
80 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
81 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
82 <ErrorReport>prompt</ErrorReport>
83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84 </PropertyGroup>
85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Release|AnyCPU' ">
86 <OutputPath>bin\Release\</OutputPath>
87 <DefineConstants>TRACE;PRO EVAL</DefineConstants>
88 <Optimize>true</Optimize>
89 <DebugType>pdbonly</DebugType>
90 <PlatformTarget>AnyCPU</PlatformTarget>
91 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
92 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
93 <ErrorReport>prompt</ErrorReport>
94 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95 </PropertyGroup>
96 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
97 <DebugSymbols>true</DebugSymbols>
98 <OutputPath>bin\Debug\</OutputPath>
99 <DefineConstants>TRACE;DEBUG;PRO EVAL</DefineConstants>
100 <DebugType>full</DebugType>
101 <PlatformTarget>AnyCPU</PlatformTarget>
102 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
103 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
104 <ErrorReport>prompt</ErrorReport>
105 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
106 </PropertyGroup>
107 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
108 <OutputPath>bin\Release\</OutputPath>
109 <DefineConstants>TRACE;PRO BETA</DefineConstants>
110 <Optimize>true</Optimize>
111 <DebugType>pdbonly</DebugType>
112 <PlatformTarget>AnyCPU</PlatformTarget>
113 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
114 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
115 <ErrorReport>prompt</ErrorReport>
116 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
117 </PropertyGroup>
118 <ItemGroup>
119 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
120 <SpecificVersion>False</SpecificVersion>
121 <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
122 </Reference>
123 <Reference Include="Microsoft.VisualBasic" />
124 <Reference Include="System" />
125 <Reference Include="System.configuration" />
126 <Reference Include="System.Configuration.Install" />
127 <Reference Include="System.Core">
128 <RequiredTargetFramework>3.5</RequiredTargetFramework>
129 </Reference>
130 <Reference Include="System.Data" />
131 <Reference Include="System.Data.DataSetExtensions" />
132 <Reference Include="System.Data.Linq">
133 <RequiredTargetFramework>3.5</RequiredTargetFramework>
134 </Reference>
135 <Reference Include="System.Deployment" />
136 <Reference Include="System.Drawing" />
137 <Reference Include="System.Management" />
138 <Reference Include="System.ServiceProcess" />
139 <Reference Include="System.Windows.Forms" />
140 <Reference Include="System.Xml" />
141 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
142 <SpecificVersion>False</SpecificVersion>
143 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
144 </Reference>
145 </ItemGroup>
146 <ItemGroup>
147 <Compile Include="..\TSControlPanel\frmConfigureControlPanel.cs">
148 <Link>frmConfigureControlPanel.cs</Link>
149 <SubType>Form</SubType>
150 </Compile>
151 <Compile Include="..\TSControlPanel\frmConfigureControlPanel.designer.cs">
152 <Link>frmConfigureControlPanel.designer.cs</Link>
153 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
154 </Compile>
155 <Compile Include="ATSAmdin.Installer.cs">
156 <SubType>Component</SubType>
157 </Compile>
158 <Compile Include="ATSAmdin.Installer.Designer.cs">
159 <DependentUpon>ATSAmdin.Installer.cs</DependentUpon>
160 </Compile>
161 <Compile Include="BootPicture.cs" />
162 <Compile Include="DatabaseInstallerWaitDialog.cs">
163 <SubType>Form</SubType>
164 </Compile>
165 <Compile Include="DatabaseInstallerWaitDialog.Designer.cs">
166 <DependentUpon>DatabaseInstallerWaitDialog.cs</DependentUpon>
167 </Compile>
168 <Compile Include="DHCP.cs" />
169 <Compile Include="Environment.cs" />
170 <Compile Include="frmAboutPro.cs">
171 <SubType>Form</SubType>
172 </Compile>
173 <Compile Include="frmAboutPro.Designer.cs">
174 <DependentUpon>frmAboutPro.cs</DependentUpon>
175 </Compile>
176 <Compile Include="atsDataSet.Designer.cs">
177 <AutoGen>True</AutoGen>
178 <DesignTime>True</DesignTime>
179 <DependentUpon>atsDataSet.xsd</DependentUpon>
180 </Compile>
181 <Compile Include="Database.cs" />
182 <Compile Include="frmAddTerminalServer.cs">
183 <SubType>Form</SubType>
184 </Compile>
185 <Compile Include="frmAddTerminalServer.Designer.cs">
186 <DependentUpon>frmAddTerminalServer.cs</DependentUpon>
187 </Compile>
188 <Compile Include="frmAddTFTP.cs">
189 <SubType>Form</SubType>
190 </Compile>
191 <Compile Include="frmAddTFTP.Designer.cs">
192 <DependentUpon>frmAddTFTP.cs</DependentUpon>
193 </Compile>
194 <Compile Include="frmConfigInternalServices.cs">
195 <SubType>Form</SubType>
196 </Compile>
197 <Compile Include="frmConfigInternalServices.Designer.cs">
198 <DependentUpon>frmConfigInternalServices.cs</DependentUpon>
199 </Compile>
200 <Compile Include="frmConfigServices.cs">
201 <SubType>Form</SubType>
202 </Compile>
203 <Compile Include="frmConfigServices.Designer.cs">
204 <DependentUpon>frmConfigServices.cs</DependentUpon>
205 </Compile>
206 <Compile Include="Globals.cs" />
207 <Compile Include="frmClientProperties.cs">
208 <SubType>Form</SubType>
209 </Compile>
210 <Compile Include="frmClientProperties.Designer.cs">
211 <DependentUpon>frmClientProperties.cs</DependentUpon>
212 </Compile>
213 <Compile Include="frmAdmin.cs">
214 <SubType>Form</SubType>
215 </Compile>
216 <Compile Include="frmAdmin.Designer.cs">
217 <DependentUpon>frmAdmin.cs</DependentUpon>
218 </Compile>
219 <Compile Include="Image.cs" />
220 <Compile Include="ImageDesigntimeConfig.cs" />
221 <Compile Include="ImageRuntimeConfig.cs" />
222 <Compile Include="frmConfigMode.cs">
223 <SubType>Form</SubType>
224 </Compile>
225 <Compile Include="frmConfigMode.Designer.cs">
226 <DependentUpon>frmConfigMode.cs</DependentUpon>
227 </Compile>
228 <Compile Include="Keyboard.cs" />
229 <Compile Include="mknbi.cs" />
230 <Compile Include="Session.cs" />
231 <Compile Include="SessionList.cs" />
232 <Compile Include="ShareUtil.cs" />
233 <Compile Include="Program.cs" />
234 <Compile Include="Properties\AssemblyInfo.cs" />
235 <EmbeddedResource Include="..\TSControlPanel\frmConfigureControlPanel.resx">
236 <Link>frmConfigureControlPanel.resx</Link>
237 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
238 <SubType>Designer</SubType>
239 </EmbeddedResource>
240 <EmbeddedResource Include="DatabaseInstallerWaitDialog.resx">
241 <DependentUpon>DatabaseInstallerWaitDialog.cs</DependentUpon>
242 </EmbeddedResource>
243 <EmbeddedResource Include="frmAboutPro.resx">
244 <SubType>Designer</SubType>
245 <DependentUpon>frmAboutPro.cs</DependentUpon>
246 </EmbeddedResource>
247 <EmbeddedResource Include="frmAddTerminalServer.resx">
248 <SubType>Designer</SubType>
249 <DependentUpon>frmAddTerminalServer.cs</DependentUpon>
250 </EmbeddedResource>
251 <EmbeddedResource Include="frmAddTFTP.resx">
252 <SubType>Designer</SubType>
253 <DependentUpon>frmAddTFTP.cs</DependentUpon>
254 </EmbeddedResource>
255 <EmbeddedResource Include="frmConfigInternalServices.resx">
256 <SubType>Designer</SubType>
257 <DependentUpon>frmConfigInternalServices.cs</DependentUpon>
258 </EmbeddedResource>
259 <EmbeddedResource Include="frmConfigServices.resx">
260 <SubType>Designer</SubType>
261 <DependentUpon>frmConfigServices.cs</DependentUpon>
262 </EmbeddedResource>
263 <EmbeddedResource Include="frmClientProperties.resx">
264 <SubType>Designer</SubType>
265 <DependentUpon>frmClientProperties.cs</DependentUpon>
266 </EmbeddedResource>
267 <EmbeddedResource Include="frmAdmin.resx">
268 <SubType>Designer</SubType>
269 <DependentUpon>frmAdmin.cs</DependentUpon>
270 </EmbeddedResource>
271 <EmbeddedResource Include="frmConfigMode.resx">
272 <SubType>Designer</SubType>
273 <DependentUpon>frmConfigMode.cs</DependentUpon>
274 </EmbeddedResource>
275 <EmbeddedResource Include="Properties\Resources.resx">
276 <Generator>ResXFileCodeGenerator</Generator>
277 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
278 <SubType>Designer</SubType>
279 </EmbeddedResource>
280 <EmbeddedResource Include="SQLServerResources.resx">
281 <SubType>Designer</SubType>
282 <Generator>ResXFileCodeGenerator</Generator>
283 <LastGenOutput>SQLServerResources.Designer.cs</LastGenOutput>
284 </EmbeddedResource>
285 <Compile Include="Properties\Resources.Designer.cs">
286 <AutoGen>True</AutoGen>
287 <DependentUpon>Resources.resx</DependentUpon>
288 <DesignTime>True</DesignTime>
289 </Compile>
290 <EmbeddedResource Include="UninstallDialog.resx">
291 <DependentUpon>UninstallDialog.cs</DependentUpon>
292 </EmbeddedResource>
293 <None Include="..\AnywhereTS.DBSupport\bin\Release\AnywhereTS.DBSupport.dll.config">
294 <Link>AnywhereTS.DBSupport.dll.config</Link>
295 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
296 </None>
297 <None Include="..\AnywhereTS.Logging\bin\Release\AnywhereTS.Logging.dll.config">
298 <Link>AnywhereTS.Logging.dll.config</Link>
299 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
300 </None>
301 <None Include="Admin_TemporaryKey.pfx" />
302 <None Include="app.config" />
303 <None Include="atsDataSet.xsc">
304 <DependentUpon>atsDataSet.xsd</DependentUpon>
305 </None>
306 <None Include="atsDataSet.xsd">
307 <SubType>Designer</SubType>
308 <Generator>MSDataSetGenerator</Generator>
309 <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
310 </None>
311 <None Include="atsDataSet.xss">
312 <DependentUpon>atsDataSet.xsd</DependentUpon>
313 </None>
314 <None Include="CreateDatabase.sql" />
315 <None Include="CreateTables.sql" />
316 <None Include="Properties\DataSources\AnywhereTS.atsDataSetTableAdapters.ClientTableAdapter.datasource" />
317 <None Include="Properties\Settings.settings">
318 <Generator>SettingsSingleFileGenerator</Generator>
319 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
320 </None>
321 <None Include="UpdateDatabase1.sql" />
322 <None Include="UpdateDatabase2.sql" />
323 <None Include="UpdateDatabase3.sql" />
324 <None Include="UpdateDatabase4.sql" />
325 <Compile Include="Properties\Settings.Designer.cs">
326 <AutoGen>True</AutoGen>
327 <DependentUpon>Settings.settings</DependentUpon>
328 <DesignTimeSharedInput>True</DesignTimeSharedInput>
329 </Compile>
330 <Compile Include="ProSupport.cs" />
331 <Compile Include="SQLServerResources.Designer.cs">
332 <AutoGen>True</AutoGen>
333 <DesignTime>True</DesignTime>
334 <DependentUpon>SQLServerResources.resx</DependentUpon>
335 </Compile>
336 <Compile Include="TerminalServer.cs" />
337 <Compile Include="TerminalServices.cs" />
338 <Compile Include="TimeZone.cs" />
339 <Compile Include="UNCconverter.cs" />
340 <Compile Include="UninstallDialog.cs">
341 <SubType>Form</SubType>
342 </Compile>
343 <Compile Include="UninstallDialog.Designer.cs">
344 <DependentUpon>UninstallDialog.cs</DependentUpon>
345 </Compile>
346 <Compile Include="WebSupport.cs">
347 </Compile>
348 </ItemGroup>
349 <ItemGroup>
350 <Content Include="ats.ico" />
351 <Content Include="ats.jpg" />
352 <Content Include="Resources\ats.ico" />
353 <Content Include="ats.mdf">
354 </Content>
355 <Content Include="ats_log.ldf">
356 <DependentUpon>ats.mdf</DependentUpon>
357 </Content>
358 <Content Include="Resources\Backgroundblue.jpg" />
359 <Content Include="Resources\WindowClient.png" />
360 <Content Include="Resources\WindowSession.png" />
361 <Content Include="Resources\WindowWelcome.png" />
362 </ItemGroup>
363 <ItemGroup>
364 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
365 <Visible>False</Visible>
366 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
367 <Install>false</Install>
368 </BootstrapperPackage>
369 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
370 <Visible>False</Visible>
371 <ProductName>.NET Framework 2.0</ProductName>
372 <Install>true</Install>
373 </BootstrapperPackage>
374 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
375 <Visible>False</Visible>
376 <ProductName>.NET Framework 3.5 SP1</ProductName>
377 <Install>false</Install>
378 </BootstrapperPackage>
379 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
380 <Visible>False</Visible>
381 <ProductName>SQL Server 2005 Express Edition</ProductName>
382 <Install>true</Install>
383 </BootstrapperPackage>
384 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
385 <Visible>False</Visible>
386 <ProductName>Windows Installer 3.1</ProductName>
387 <Install>true</Install>
388 </BootstrapperPackage>
389 </ItemGroup>
390 <ItemGroup>
391 <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj">
392 <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project>
393 <Name>AnywhereTS.DBSupport</Name>
394 </ProjectReference>
395 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
396 <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
397 <Name>AnywhereTS.Logging</Name>
398 </ProjectReference>
399 <ProjectReference Include="..\VBDLL\VBDLL.vbproj">
400 <Project>{828AA77D-5409-4017-9918-C3E74F3A541A}</Project>
401 <Name>VBDLL</Name>
402 </ProjectReference>
403 </ItemGroup>
404 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
405 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
406 Other similar extension points exist, see Microsoft.Common.targets.
407 <Target Name="BeforeBuild">
408 </Target>
409 <Target Name="AfterBuild">
410 </Target>
411 -->
412 <PropertyGroup>
413 <PostBuildEvent>copy "$(SolutionDir)ProHelp\AnywhereTS_tmphhp\AnywhereTS.chm" "$(TargetDir)"</PostBuildEvent>
414 </PropertyGroup>
415 </Project>