ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSAdminTool/Admin.csproj
Revision: 60
Committed: Thu Jul 12 17:12:08 2012 UTC (11 years, 4 months ago) by william
File size: 15148 byte(s)
Log Message:
+ turnoff DEBUG constant and change debug info from: pdb-only to full

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 </PropertyGroup>
49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50 <DebugSymbols>true</DebugSymbols>
51 <DebugType>full</DebugType>
52 <Optimize>false</Optimize>
53 <OutputPath>bin\Debug\</OutputPath>
54 <DefineConstants>TRACE;DEBUG;PRO</DefineConstants>
55 <ErrorReport>prompt</ErrorReport>
56 <WarningLevel>4</WarningLevel>
57 <RunCodeAnalysis>false</RunCodeAnalysis>
58 </PropertyGroup>
59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
60 <DebugType>full</DebugType>
61 <Optimize>true</Optimize>
62 <OutputPath>bin\Release\</OutputPath>
63 <DefineConstants>TRACE;PRO</DefineConstants>
64 <ErrorReport>prompt</ErrorReport>
65 <WarningLevel>4</WarningLevel>
66 <DebugSymbols>true</DebugSymbols>
67 </PropertyGroup>
68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' ">
69 <DebugSymbols>true</DebugSymbols>
70 <OutputPath>bin\Debug\</OutputPath>
71 <DefineConstants>DEBUG;PRO EVAL</DefineConstants>
72 <DebugType>full</DebugType>
73 <PlatformTarget>AnyCPU</PlatformTarget>
74 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
75 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
76 <ErrorReport>prompt</ErrorReport>
77 </PropertyGroup>
78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Release|AnyCPU' ">
79 <OutputPath>bin\Release\</OutputPath>
80 <DefineConstants>TRACE;PRO EVAL</DefineConstants>
81 <Optimize>true</Optimize>
82 <DebugType>pdbonly</DebugType>
83 <PlatformTarget>AnyCPU</PlatformTarget>
84 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
85 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
86 <ErrorReport>prompt</ErrorReport>
87 </PropertyGroup>
88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
89 <DebugSymbols>true</DebugSymbols>
90 <OutputPath>bin\Debug\</OutputPath>
91 <DefineConstants>TRACE;DEBUG;PRO EVAL</DefineConstants>
92 <DebugType>full</DebugType>
93 <PlatformTarget>AnyCPU</PlatformTarget>
94 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
95 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
96 <ErrorReport>prompt</ErrorReport>
97 </PropertyGroup>
98 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
99 <OutputPath>bin\Release\</OutputPath>
100 <DefineConstants>TRACE;PRO BETA</DefineConstants>
101 <Optimize>true</Optimize>
102 <DebugType>pdbonly</DebugType>
103 <PlatformTarget>AnyCPU</PlatformTarget>
104 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
105 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
106 <ErrorReport>prompt</ErrorReport>
107 </PropertyGroup>
108 <ItemGroup>
109 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
110 <SpecificVersion>False</SpecificVersion>
111 <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
112 </Reference>
113 <Reference Include="Microsoft.VisualBasic" />
114 <Reference Include="System" />
115 <Reference Include="System.configuration" />
116 <Reference Include="System.Data" />
117 <Reference Include="System.Deployment" />
118 <Reference Include="System.Drawing" />
119 <Reference Include="System.Management" />
120 <Reference Include="System.ServiceProcess" />
121 <Reference Include="System.Windows.Forms" />
122 <Reference Include="System.Xml" />
123 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
124 <SpecificVersion>False</SpecificVersion>
125 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
126 </Reference>
127 </ItemGroup>
128 <ItemGroup>
129 <Compile Include="..\TSControlPanel\frmConfigureControlPanel.cs">
130 <Link>frmConfigureControlPanel.cs</Link>
131 <SubType>Form</SubType>
132 </Compile>
133 <Compile Include="..\TSControlPanel\frmConfigureControlPanel.designer.cs">
134 <Link>frmConfigureControlPanel.designer.cs</Link>
135 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
136 </Compile>
137 <Compile Include="BootPicture.cs" />
138 <Compile Include="DHCP.cs" />
139 <Compile Include="Environment.cs" />
140 <Compile Include="frmAboutPro.cs">
141 <SubType>Form</SubType>
142 </Compile>
143 <Compile Include="frmAboutPro.Designer.cs">
144 <DependentUpon>frmAboutPro.cs</DependentUpon>
145 </Compile>
146 <Compile Include="atsDataSet.Designer.cs">
147 <AutoGen>True</AutoGen>
148 <DesignTime>True</DesignTime>
149 <DependentUpon>atsDataSet.xsd</DependentUpon>
150 </Compile>
151 <Compile Include="Database.cs" />
152 <Compile Include="frmAddTerminalServer.cs">
153 <SubType>Form</SubType>
154 </Compile>
155 <Compile Include="frmAddTerminalServer.Designer.cs">
156 <DependentUpon>frmAddTerminalServer.cs</DependentUpon>
157 </Compile>
158 <Compile Include="frmAddTFTP.cs">
159 <SubType>Form</SubType>
160 </Compile>
161 <Compile Include="frmAddTFTP.Designer.cs">
162 <DependentUpon>frmAddTFTP.cs</DependentUpon>
163 </Compile>
164 <Compile Include="frmConfigInternalServices.cs">
165 <SubType>Form</SubType>
166 </Compile>
167 <Compile Include="frmConfigInternalServices.Designer.cs">
168 <DependentUpon>frmConfigInternalServices.cs</DependentUpon>
169 </Compile>
170 <Compile Include="frmConfigServices.cs">
171 <SubType>Form</SubType>
172 </Compile>
173 <Compile Include="frmConfigServices.Designer.cs">
174 <DependentUpon>frmConfigServices.cs</DependentUpon>
175 </Compile>
176 <Compile Include="Globals.cs" />
177 <Compile Include="frmClientProperties.cs">
178 <SubType>Form</SubType>
179 </Compile>
180 <Compile Include="frmClientProperties.Designer.cs">
181 <DependentUpon>frmClientProperties.cs</DependentUpon>
182 </Compile>
183 <Compile Include="frmAdmin.cs">
184 <SubType>Form</SubType>
185 </Compile>
186 <Compile Include="frmAdmin.Designer.cs">
187 <DependentUpon>frmAdmin.cs</DependentUpon>
188 </Compile>
189 <Compile Include="Image.cs" />
190 <Compile Include="ImageDesigntimeConfig.cs" />
191 <Compile Include="ImageRuntimeConfig.cs" />
192 <Compile Include="frmConfigMode.cs">
193 <SubType>Form</SubType>
194 </Compile>
195 <Compile Include="frmConfigMode.Designer.cs">
196 <DependentUpon>frmConfigMode.cs</DependentUpon>
197 </Compile>
198 <Compile Include="Keyboard.cs" />
199 <Compile Include="mknbi.cs" />
200 <Compile Include="Session.cs" />
201 <Compile Include="SessionList.cs" />
202 <Compile Include="ShareUtil.cs" />
203 <Compile Include="Program.cs" />
204 <Compile Include="Properties\AssemblyInfo.cs" />
205 <EmbeddedResource Include="..\TSControlPanel\frmConfigureControlPanel.resx">
206 <Link>frmConfigureControlPanel.resx</Link>
207 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
208 <SubType>Designer</SubType>
209 </EmbeddedResource>
210 <EmbeddedResource Include="frmAboutPro.resx">
211 <SubType>Designer</SubType>
212 <DependentUpon>frmAboutPro.cs</DependentUpon>
213 </EmbeddedResource>
214 <EmbeddedResource Include="frmAddTerminalServer.resx">
215 <SubType>Designer</SubType>
216 <DependentUpon>frmAddTerminalServer.cs</DependentUpon>
217 </EmbeddedResource>
218 <EmbeddedResource Include="frmAddTFTP.resx">
219 <SubType>Designer</SubType>
220 <DependentUpon>frmAddTFTP.cs</DependentUpon>
221 </EmbeddedResource>
222 <EmbeddedResource Include="frmConfigInternalServices.resx">
223 <SubType>Designer</SubType>
224 <DependentUpon>frmConfigInternalServices.cs</DependentUpon>
225 </EmbeddedResource>
226 <EmbeddedResource Include="frmConfigServices.resx">
227 <SubType>Designer</SubType>
228 <DependentUpon>frmConfigServices.cs</DependentUpon>
229 </EmbeddedResource>
230 <EmbeddedResource Include="frmClientProperties.resx">
231 <SubType>Designer</SubType>
232 <DependentUpon>frmClientProperties.cs</DependentUpon>
233 </EmbeddedResource>
234 <EmbeddedResource Include="frmAdmin.resx">
235 <SubType>Designer</SubType>
236 <DependentUpon>frmAdmin.cs</DependentUpon>
237 </EmbeddedResource>
238 <EmbeddedResource Include="frmConfigMode.resx">
239 <SubType>Designer</SubType>
240 <DependentUpon>frmConfigMode.cs</DependentUpon>
241 </EmbeddedResource>
242 <EmbeddedResource Include="Properties\Resources.resx">
243 <Generator>ResXFileCodeGenerator</Generator>
244 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
245 <SubType>Designer</SubType>
246 </EmbeddedResource>
247 <EmbeddedResource Include="Resource1.resx">
248 <SubType>Designer</SubType>
249 <Generator>ResXFileCodeGenerator</Generator>
250 <LastGenOutput>Resource1.Designer.cs</LastGenOutput>
251 </EmbeddedResource>
252 <Compile Include="Properties\Resources.Designer.cs">
253 <AutoGen>True</AutoGen>
254 <DependentUpon>Resources.resx</DependentUpon>
255 <DesignTime>True</DesignTime>
256 </Compile>
257 <None Include="Admin_TemporaryKey.pfx" />
258 <None Include="app.config" />
259 <None Include="atsDataSet.xsc">
260 <DependentUpon>atsDataSet.xsd</DependentUpon>
261 </None>
262 <None Include="atsDataSet.xsd">
263 <SubType>Designer</SubType>
264 <Generator>MSDataSetGenerator</Generator>
265 <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
266 </None>
267 <None Include="atsDataSet.xss">
268 <DependentUpon>atsDataSet.xsd</DependentUpon>
269 </None>
270 <None Include="CreateDatabase.sql" />
271 <None Include="CreateTables.sql" />
272 <None Include="Properties\DataSources\AnywhereTS.atsDataSetTableAdapters.ClientTableAdapter.datasource" />
273 <None Include="Properties\Settings.settings">
274 <Generator>SettingsSingleFileGenerator</Generator>
275 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
276 </None>
277 <None Include="UpdateDatabase1.sql" />
278 <None Include="UpdateDatabase2.sql" />
279 <None Include="UpdateDatabase3.sql" />
280 <None Include="UpdateDatabase4.sql" />
281 <Compile Include="Properties\Settings.Designer.cs">
282 <AutoGen>True</AutoGen>
283 <DependentUpon>Settings.settings</DependentUpon>
284 <DesignTimeSharedInput>True</DesignTimeSharedInput>
285 </Compile>
286 <Compile Include="ProSupport.cs" />
287 <Compile Include="Resource1.Designer.cs">
288 <AutoGen>True</AutoGen>
289 <DesignTime>True</DesignTime>
290 <DependentUpon>Resource1.resx</DependentUpon>
291 </Compile>
292 <Compile Include="TerminalServer.cs" />
293 <Compile Include="TerminalServices.cs" />
294 <Compile Include="TimeZone.cs" />
295 <Compile Include="UNCconverter.cs" />
296 <Compile Include="WebSupport.cs">
297 </Compile>
298 </ItemGroup>
299 <ItemGroup>
300 <Content Include="ats.ico" />
301 <Content Include="Resources\ats.ico" />
302 <Content Include="ats.mdf">
303 </Content>
304 <Content Include="ats_log.ldf">
305 <DependentUpon>ats.mdf</DependentUpon>
306 </Content>
307 <Content Include="Resources\Backgroundblue.jpg" />
308 <Content Include="Resources\WindowClient.png" />
309 <Content Include="Resources\WindowSession.png" />
310 <Content Include="Resources\WindowWelcome.png" />
311 </ItemGroup>
312 <ItemGroup>
313 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
314 <Visible>False</Visible>
315 <ProductName>.NET Framework 2.0</ProductName>
316 <Install>true</Install>
317 </BootstrapperPackage>
318 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
319 <Visible>False</Visible>
320 <ProductName>SQL Server 2005 Express Edition</ProductName>
321 <Install>true</Install>
322 </BootstrapperPackage>
323 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
324 <Visible>False</Visible>
325 <ProductName>Windows Installer 3.1</ProductName>
326 <Install>true</Install>
327 </BootstrapperPackage>
328 </ItemGroup>
329 <ItemGroup>
330 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
331 <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
332 <Name>AnywhereTS.Logging</Name>
333 </ProjectReference>
334 <ProjectReference Include="..\VBDLL\VBDLL.vbproj">
335 <Project>{828AA77D-5409-4017-9918-C3E74F3A541A}</Project>
336 <Name>VBDLL</Name>
337 </ProjectReference>
338 </ItemGroup>
339 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
340 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
341 Other similar extension points exist, see Microsoft.Common.targets.
342 <Target Name="BeforeBuild">
343 </Target>
344 <Target Name="AfterBuild">
345 </Target>
346 -->
347 <PropertyGroup>
348 <PostBuildEvent>copy "$(SolutionDir)ProHelp\AnywhereTS_tmphhp\AnywhereTS.chm" "$(TargetDir)"</PostBuildEvent>
349 </PropertyGroup>
350 </Project>