ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSAdminTool/Admin.csproj
Revision: 93
Committed: Sat Jul 14 02:35:50 2012 UTC (11 years, 4 months ago) by william
File size: 15703 byte(s)
Log Message:
+ update to .net 3.5 (so we have linq and extension support)

File Contents

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