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

File Contents

# User Rev Content
1 william 111 <?xml version="1.0" encoding="utf-8"?>
2     <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 22 <ProductVersion>9.0.30729</ProductVersion>
7 william 4 <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 william 111 <FileUpgradeFlags>
28     </FileUpgradeFlags>
29     <OldToolsVersion>3.5</OldToolsVersion>
30     <UpgradeBackupLocation>
31     </UpgradeBackupLocation>
32 william 112 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
33 william 4 <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 william 111 <ApplicationRevision>0</ApplicationRevision>
48 william 4 <ApplicationVersion>3.3.0.%2a</ApplicationVersion>
49 william 111 <UseApplicationTrust>false</UseApplicationTrust>
50 william 4 <BootstrapperEnabled>true</BootstrapperEnabled>
51 william 112 <TargetFrameworkProfile />
52 william 4 </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 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63 william 4 </PropertyGroup>
64     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
65 william 60 <DebugType>full</DebugType>
66 william 4 <Optimize>true</Optimize>
67     <OutputPath>bin\Release\</OutputPath>
68 william 60 <DefineConstants>TRACE;PRO</DefineConstants>
69 william 4 <ErrorReport>prompt</ErrorReport>
70     <WarningLevel>4</WarningLevel>
71 william 60 <DebugSymbols>true</DebugSymbols>
72 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73 william 4 </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 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84 william 4 </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 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95 william 4 </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 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
106 william 4 </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 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
117 william 4 </PropertyGroup>
118     <ItemGroup>
119 william 32 <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 william 4 <Reference Include="Microsoft.VisualBasic" />
124     <Reference Include="System" />
125     <Reference Include="System.configuration" />
126 william 145 <Reference Include="System.Configuration.Install" />
127 william 93 <Reference Include="System.Core">
128     <RequiredTargetFramework>3.5</RequiredTargetFramework>
129     </Reference>
130 william 4 <Reference Include="System.Data" />
131 william 111 <Reference Include="System.Data.DataSetExtensions" />
132 william 93 <Reference Include="System.Data.Linq">
133     <RequiredTargetFramework>3.5</RequiredTargetFramework>
134     </Reference>
135 william 4 <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 william 29 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
142 william 4 <SpecificVersion>False</SpecificVersion>
143 william 29 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
144 william 4 </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 william 195 <Compile Include="..\VersionSupport\SharedAssemblyInfo.cs">
156     <Link>Properties\SharedAssemblyInfo.cs</Link>
157     </Compile>
158 william 145 <Compile Include="ATSAmdin.Installer.cs">
159     <SubType>Component</SubType>
160     </Compile>
161     <Compile Include="ATSAmdin.Installer.Designer.cs">
162     <DependentUpon>ATSAmdin.Installer.cs</DependentUpon>
163     </Compile>
164 william 4 <Compile Include="BootPicture.cs" />
165 william 152 <Compile Include="DatabaseInstallerWaitDialog.cs">
166     <SubType>Form</SubType>
167     </Compile>
168     <Compile Include="DatabaseInstallerWaitDialog.Designer.cs">
169     <DependentUpon>DatabaseInstallerWaitDialog.cs</DependentUpon>
170     </Compile>
171 william 4 <Compile Include="DHCP.cs" />
172     <Compile Include="Environment.cs" />
173     <Compile Include="frmAboutPro.cs">
174     <SubType>Form</SubType>
175     </Compile>
176     <Compile Include="frmAboutPro.Designer.cs">
177     <DependentUpon>frmAboutPro.cs</DependentUpon>
178     </Compile>
179     <Compile Include="atsDataSet.Designer.cs">
180     <AutoGen>True</AutoGen>
181     <DesignTime>True</DesignTime>
182     <DependentUpon>atsDataSet.xsd</DependentUpon>
183     </Compile>
184     <Compile Include="Database.cs" />
185     <Compile Include="frmAddTerminalServer.cs">
186     <SubType>Form</SubType>
187     </Compile>
188     <Compile Include="frmAddTerminalServer.Designer.cs">
189     <DependentUpon>frmAddTerminalServer.cs</DependentUpon>
190     </Compile>
191     <Compile Include="frmAddTFTP.cs">
192     <SubType>Form</SubType>
193     </Compile>
194     <Compile Include="frmAddTFTP.Designer.cs">
195     <DependentUpon>frmAddTFTP.cs</DependentUpon>
196     </Compile>
197     <Compile Include="frmConfigInternalServices.cs">
198     <SubType>Form</SubType>
199     </Compile>
200     <Compile Include="frmConfigInternalServices.Designer.cs">
201     <DependentUpon>frmConfigInternalServices.cs</DependentUpon>
202     </Compile>
203     <Compile Include="frmConfigServices.cs">
204     <SubType>Form</SubType>
205     </Compile>
206     <Compile Include="frmConfigServices.Designer.cs">
207     <DependentUpon>frmConfigServices.cs</DependentUpon>
208     </Compile>
209     <Compile Include="Globals.cs" />
210     <Compile Include="frmClientProperties.cs">
211     <SubType>Form</SubType>
212     </Compile>
213     <Compile Include="frmClientProperties.Designer.cs">
214     <DependentUpon>frmClientProperties.cs</DependentUpon>
215     </Compile>
216     <Compile Include="frmAdmin.cs">
217     <SubType>Form</SubType>
218     </Compile>
219     <Compile Include="frmAdmin.Designer.cs">
220     <DependentUpon>frmAdmin.cs</DependentUpon>
221     </Compile>
222     <Compile Include="Image.cs" />
223     <Compile Include="ImageDesigntimeConfig.cs" />
224     <Compile Include="ImageRuntimeConfig.cs" />
225     <Compile Include="frmConfigMode.cs">
226     <SubType>Form</SubType>
227     </Compile>
228     <Compile Include="frmConfigMode.Designer.cs">
229     <DependentUpon>frmConfigMode.cs</DependentUpon>
230     </Compile>
231     <Compile Include="Keyboard.cs" />
232     <Compile Include="mknbi.cs" />
233     <Compile Include="Session.cs" />
234     <Compile Include="SessionList.cs" />
235     <Compile Include="ShareUtil.cs" />
236     <Compile Include="Program.cs" />
237     <Compile Include="Properties\AssemblyInfo.cs" />
238     <EmbeddedResource Include="..\TSControlPanel\frmConfigureControlPanel.resx">
239     <Link>frmConfigureControlPanel.resx</Link>
240     <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
241     <SubType>Designer</SubType>
242     </EmbeddedResource>
243 william 152 <EmbeddedResource Include="DatabaseInstallerWaitDialog.resx">
244     <DependentUpon>DatabaseInstallerWaitDialog.cs</DependentUpon>
245     </EmbeddedResource>
246 william 4 <EmbeddedResource Include="frmAboutPro.resx">
247     <SubType>Designer</SubType>
248     <DependentUpon>frmAboutPro.cs</DependentUpon>
249     </EmbeddedResource>
250     <EmbeddedResource Include="frmAddTerminalServer.resx">
251     <SubType>Designer</SubType>
252     <DependentUpon>frmAddTerminalServer.cs</DependentUpon>
253     </EmbeddedResource>
254     <EmbeddedResource Include="frmAddTFTP.resx">
255     <SubType>Designer</SubType>
256     <DependentUpon>frmAddTFTP.cs</DependentUpon>
257     </EmbeddedResource>
258     <EmbeddedResource Include="frmConfigInternalServices.resx">
259     <SubType>Designer</SubType>
260     <DependentUpon>frmConfigInternalServices.cs</DependentUpon>
261     </EmbeddedResource>
262     <EmbeddedResource Include="frmConfigServices.resx">
263     <SubType>Designer</SubType>
264     <DependentUpon>frmConfigServices.cs</DependentUpon>
265     </EmbeddedResource>
266     <EmbeddedResource Include="frmClientProperties.resx">
267     <SubType>Designer</SubType>
268     <DependentUpon>frmClientProperties.cs</DependentUpon>
269     </EmbeddedResource>
270     <EmbeddedResource Include="frmAdmin.resx">
271     <SubType>Designer</SubType>
272     <DependentUpon>frmAdmin.cs</DependentUpon>
273     </EmbeddedResource>
274     <EmbeddedResource Include="frmConfigMode.resx">
275     <SubType>Designer</SubType>
276     <DependentUpon>frmConfigMode.cs</DependentUpon>
277     </EmbeddedResource>
278     <EmbeddedResource Include="Properties\Resources.resx">
279     <Generator>ResXFileCodeGenerator</Generator>
280     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
281     <SubType>Designer</SubType>
282     </EmbeddedResource>
283 william 76 <EmbeddedResource Include="SQLServerResources.resx">
284 william 4 <SubType>Designer</SubType>
285     <Generator>ResXFileCodeGenerator</Generator>
286 william 76 <LastGenOutput>SQLServerResources.Designer.cs</LastGenOutput>
287 william 4 </EmbeddedResource>
288     <Compile Include="Properties\Resources.Designer.cs">
289     <AutoGen>True</AutoGen>
290     <DependentUpon>Resources.resx</DependentUpon>
291     <DesignTime>True</DesignTime>
292     </Compile>
293 william 157 <EmbeddedResource Include="UninstallDialog.resx">
294     <DependentUpon>UninstallDialog.cs</DependentUpon>
295     </EmbeddedResource>
296 william 99 <None Include="..\AnywhereTS.DBSupport\bin\Release\AnywhereTS.DBSupport.dll.config">
297     <Link>AnywhereTS.DBSupport.dll.config</Link>
298 william 187 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
299 william 99 </None>
300     <None Include="..\AnywhereTS.Logging\bin\Release\AnywhereTS.Logging.dll.config">
301     <Link>AnywhereTS.Logging.dll.config</Link>
302 william 187 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
303 william 99 </None>
304 william 4 <None Include="Admin_TemporaryKey.pfx" />
305 william 112 <None Include="app.config" />
306 william 4 <None Include="atsDataSet.xsc">
307     <DependentUpon>atsDataSet.xsd</DependentUpon>
308     </None>
309     <None Include="atsDataSet.xsd">
310     <SubType>Designer</SubType>
311     <Generator>MSDataSetGenerator</Generator>
312     <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
313     </None>
314     <None Include="atsDataSet.xss">
315     <DependentUpon>atsDataSet.xsd</DependentUpon>
316     </None>
317     <None Include="CreateDatabase.sql" />
318 william 22 <None Include="CreateTables.sql" />
319 william 4 <None Include="Properties\DataSources\AnywhereTS.atsDataSetTableAdapters.ClientTableAdapter.datasource" />
320     <None Include="Properties\Settings.settings">
321     <Generator>SettingsSingleFileGenerator</Generator>
322     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
323     </None>
324     <None Include="UpdateDatabase1.sql" />
325     <None Include="UpdateDatabase2.sql" />
326     <None Include="UpdateDatabase3.sql" />
327     <None Include="UpdateDatabase4.sql" />
328     <Compile Include="Properties\Settings.Designer.cs">
329     <AutoGen>True</AutoGen>
330     <DependentUpon>Settings.settings</DependentUpon>
331     <DesignTimeSharedInput>True</DesignTimeSharedInput>
332     </Compile>
333     <Compile Include="ProSupport.cs" />
334 william 76 <Compile Include="SQLServerResources.Designer.cs">
335 william 4 <AutoGen>True</AutoGen>
336     <DesignTime>True</DesignTime>
337 william 76 <DependentUpon>SQLServerResources.resx</DependentUpon>
338 william 4 </Compile>
339     <Compile Include="TerminalServer.cs" />
340     <Compile Include="TerminalServices.cs" />
341     <Compile Include="TimeZone.cs" />
342     <Compile Include="UNCconverter.cs" />
343 william 157 <Compile Include="UninstallDialog.cs">
344     <SubType>Form</SubType>
345     </Compile>
346     <Compile Include="UninstallDialog.Designer.cs">
347     <DependentUpon>UninstallDialog.cs</DependentUpon>
348     </Compile>
349 william 4 <Compile Include="WebSupport.cs">
350     </Compile>
351     </ItemGroup>
352     <ItemGroup>
353     <Content Include="ats.ico" />
354 william 148 <Content Include="ats.jpg" />
355 william 4 <Content Include="Resources\ats.ico" />
356     <Content Include="ats.mdf">
357     </Content>
358     <Content Include="ats_log.ldf">
359     <DependentUpon>ats.mdf</DependentUpon>
360     </Content>
361     <Content Include="Resources\Backgroundblue.jpg" />
362     <Content Include="Resources\WindowClient.png" />
363     <Content Include="Resources\WindowSession.png" />
364     <Content Include="Resources\WindowWelcome.png" />
365     </ItemGroup>
366     <ItemGroup>
367 william 111 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
368     <Visible>False</Visible>
369     <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
370     <Install>false</Install>
371     </BootstrapperPackage>
372 william 4 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
373     <Visible>False</Visible>
374     <ProductName>.NET Framework 2.0</ProductName>
375     <Install>true</Install>
376     </BootstrapperPackage>
377 william 111 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
378     <Visible>False</Visible>
379     <ProductName>.NET Framework 3.5 SP1</ProductName>
380     <Install>false</Install>
381     </BootstrapperPackage>
382 william 4 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
383     <Visible>False</Visible>
384     <ProductName>SQL Server 2005 Express Edition</ProductName>
385     <Install>true</Install>
386     </BootstrapperPackage>
387     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
388     <Visible>False</Visible>
389     <ProductName>Windows Installer 3.1</ProductName>
390     <Install>true</Install>
391     </BootstrapperPackage>
392     </ItemGroup>
393     <ItemGroup>
394 william 86 <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj">
395     <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project>
396     <Name>AnywhereTS.DBSupport</Name>
397     </ProjectReference>
398 william 36 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
399     <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
400     <Name>AnywhereTS.Logging</Name>
401     </ProjectReference>
402 william 4 <ProjectReference Include="..\VBDLL\VBDLL.vbproj">
403     <Project>{828AA77D-5409-4017-9918-C3E74F3A541A}</Project>
404     <Name>VBDLL</Name>
405     </ProjectReference>
406     </ItemGroup>
407     <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
408     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
409     Other similar extension points exist, see Microsoft.Common.targets.
410     <Target Name="BeforeBuild">
411     </Target>
412     <Target Name="AfterBuild">
413     </Target>
414     -->
415     <PropertyGroup>
416     <PostBuildEvent>copy "$(SolutionDir)ProHelp\AnywhereTS_tmphhp\AnywhereTS.chm" "$(TargetDir)"</PostBuildEvent>
417     </PropertyGroup>
418     </Project>