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

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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>{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 <PublishUrl>http://localhost/TSControlPanel/</PublishUrl>
25 <Install>true</Install>
26 <InstallFrom>Web</InstallFrom>
27 <UpdateEnabled>true</UpdateEnabled>
28 <UpdateMode>Foreground</UpdateMode>
29 <UpdateInterval>7</UpdateInterval>
30 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
31 <UpdatePeriodically>false</UpdatePeriodically>
32 <UpdateRequired>false</UpdateRequired>
33 <MapFileExtensions>true</MapFileExtensions>
34 <ApplicationVersion>3.3.0.%2a</ApplicationVersion>
35 <BootstrapperEnabled>true</BootstrapperEnabled>
36 <FileUpgradeFlags>
37 </FileUpgradeFlags>
38 <OldToolsVersion>2.0</OldToolsVersion>
39 <UpgradeBackupLocation>
40 </UpgradeBackupLocation>
41 </PropertyGroup>
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
43 <DebugSymbols>true</DebugSymbols>
44 <DebugType>full</DebugType>
45 <Optimize>false</Optimize>
46 <OutputPath>bin\Debug\</OutputPath>
47 <DefineConstants>TRACE;DEBUG</DefineConstants>
48 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <DebugType>full</DebugType>
53 <Optimize>true</Optimize>
54 <OutputPath>bin\Release\</OutputPath>
55 <DefineConstants>TRACE;PRO</DefineConstants>
56 <ErrorReport>prompt</ErrorReport>
57 <WarningLevel>4</WarningLevel>
58 <DebugSymbols>true</DebugSymbols>
59 </PropertyGroup>
60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
61 <DebugSymbols>true</DebugSymbols>
62 <OutputPath>bin\Debug\</OutputPath>
63 <DefineConstants>TRACE;DEBUG</DefineConstants>
64 <DebugType>full</DebugType>
65 <PlatformTarget>AnyCPU</PlatformTarget>
66 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
68 <ErrorReport>prompt</ErrorReport>
69 </PropertyGroup>
70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
71 <OutputPath>bin\Release\</OutputPath>
72 <DefineConstants>BETA</DefineConstants>
73 </PropertyGroup>
74 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
75 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76 Other similar extension points exist, see Microsoft.Common.targets.
77 <Target Name="BeforeBuild">
78 </Target>
79 <Target Name="AfterBuild">
80 </Target>
81 -->
82 <ItemGroup>
83 <Compile Include="..\TSAdminTool\atsDataSet.Designer.cs">
84 <Link>atsDataSet.Designer.cs</Link>
85 <AutoGen>True</AutoGen>
86 <DesignTime>True</DesignTime>
87 <DependentUpon>atsDataSet.xsd</DependentUpon>
88 </Compile>
89 <Compile Include="..\TSAdminTool\BootPicture.cs">
90 <Link>BootPicture.cs</Link>
91 </Compile>
92 <Compile Include="..\TSAdminTool\Environment.cs">
93 <Link>Environment.cs</Link>
94 </Compile>
95 <Compile Include="..\TSAdminTool\frmClientProperties.cs">
96 <Link>frmClientProperties.cs</Link>
97 <SubType>Form</SubType>
98 </Compile>
99 <Compile Include="..\TSAdminTool\frmClientProperties.designer.cs">
100 <Link>frmClientProperties.designer.cs</Link>
101 <DependentUpon>frmClientProperties.cs</DependentUpon>
102 </Compile>
103 <Compile Include="..\TSAdminTool\Globals.cs">
104 <Link>Globals.cs</Link>
105 </Compile>
106 <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
107 <Link>ImageDesigntimeConfig.cs</Link>
108 </Compile>
109 <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
110 <Link>ImageRuntimeConfig.cs</Link>
111 </Compile>
112 <Compile Include="..\TSAdminTool\Keyboard.cs">
113 <Link>Keyboard.cs</Link>
114 </Compile>
115 <Compile Include="..\TSAdminTool\ProSupport.cs">
116 <Link>ProSupport.cs</Link>
117 </Compile>
118 <Compile Include="..\TSAdminTool\Session.cs">
119 <Link>Session.cs</Link>
120 </Compile>
121 <Compile Include="..\TSAdminTool\SessionList.cs">
122 <Link>SessionList.cs</Link>
123 </Compile>
124 <Compile Include="..\TSAdminTool\TerminalServer.cs">
125 <Link>TerminalServer.cs</Link>
126 </Compile>
127 <Compile Include="..\TSAdminTool\TerminalServices.cs">
128 <Link>TerminalServices.cs</Link>
129 </Compile>
130 <Compile Include="..\TSAdminTool\TimeZone.cs">
131 <Link>TimeZone.cs</Link>
132 </Compile>
133 <Compile Include="..\TSAdminTool\WebSupport.cs">
134 <Link>WebSupport.cs</Link>
135 </Compile>
136 <Compile Include="frmConfigureControlPanel.cs">
137 <SubType>Form</SubType>
138 </Compile>
139 <Compile Include="frmConfigureControlPanel.Designer.cs">
140 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
141 </Compile>
142 <Compile Include="Program.cs" />
143 <Compile Include="Properties\AssemblyInfo.cs" />
144 <Compile Include="Properties\Settings.Designer.cs">
145 <AutoGen>True</AutoGen>
146 <DesignTimeSharedInput>True</DesignTimeSharedInput>
147 <DependentUpon>Settings.settings</DependentUpon>
148 </Compile>
149 </ItemGroup>
150 <ItemGroup>
151 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
152 <SpecificVersion>False</SpecificVersion>
153 <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
154 </Reference>
155 <Reference Include="System" />
156 <Reference Include="System.configuration" />
157 <Reference Include="System.Data" />
158 <Reference Include="System.Deployment" />
159 <Reference Include="System.Drawing" />
160 <Reference Include="System.Management" />
161 <Reference Include="System.ServiceProcess" />
162 <Reference Include="System.Windows.Forms" />
163 <Reference Include="System.Xml" />
164 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
165 <SpecificVersion>False</SpecificVersion>
166 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
167 </Reference>
168 </ItemGroup>
169 <ItemGroup>
170 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
171 <Visible>False</Visible>
172 <ProductName>.NET Framework 2.0</ProductName>
173 <Install>true</Install>
174 </BootstrapperPackage>
175 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
176 <Visible>False</Visible>
177 <ProductName>SQL Server 2005 Express Edition</ProductName>
178 <Install>true</Install>
179 </BootstrapperPackage>
180 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
181 <Visible>False</Visible>
182 <ProductName>Windows Installer 3.1</ProductName>
183 <Install>true</Install>
184 </BootstrapperPackage>
185 </ItemGroup>
186 <ItemGroup>
187 <None Include="..\TSAdminTool\atsDataSet.xsc">
188 <Link>atsDataSet.xsc</Link>
189 <DependentUpon>atsDataSet.xsd</DependentUpon>
190 </None>
191 <None Include="..\TSAdminTool\atsDataSet.xsd">
192 <Link>atsDataSet.xsd</Link>
193 <Generator>MSDataSetGenerator</Generator>
194 <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
195 <SubType>Designer</SubType>
196 </None>
197 <None Include="..\TSAdminTool\atsDataSet.xss">
198 <Link>atsDataSet.xss</Link>
199 <DependentUpon>atsDataSet.xsd</DependentUpon>
200 </None>
201 <None Include="app.config" />
202 <None Include="Properties\Settings.settings">
203 <Generator>SettingsSingleFileGenerator</Generator>
204 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
205 </None>
206 </ItemGroup>
207 <ItemGroup>
208 <Content Include="..\TSAdminTool\ats.mdf">
209 <Link>ats.mdf</Link>
210 </Content>
211 <Content Include="..\TSAdminTool\ats_log.ldf">
212 <Link>ats_log.ldf</Link>
213 <DependentUpon>ats.mdf</DependentUpon>
214 </Content>
215 <Content Include="AtsPanel.ico" />
216 </ItemGroup>
217 <ItemGroup>
218 <EmbeddedResource Include="..\TSAdminTool\frmClientProperties.resx">
219 <Link>frmClientProperties.resx</Link>
220 <DependentUpon>frmClientProperties.cs</DependentUpon>
221 <SubType>Designer</SubType>
222 </EmbeddedResource>
223 <EmbeddedResource Include="frmConfigureControlPanel.resx">
224 <SubType>Designer</SubType>
225 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
226 </EmbeddedResource>
227 </ItemGroup>
228 <PropertyGroup>
229 <PostBuildEvent>
230 </PostBuildEvent>
231 </PropertyGroup>
232 <ItemGroup>
233 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
234 <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
235 <Name>AnywhereTS.Logging</Name>
236 </ProjectReference>
237 </ItemGroup>
238 </Project>