ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/CSDLL/CSDLL.csproj
Revision: 60
Committed: Thu Jul 12 17:12:08 2012 UTC (11 years, 5 months ago) by william
File size: 10391 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>{FBF2E133-4DC7-4580-B459-50B036DDF51E}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>AnywhereTS</RootNamespace>
11 <AssemblyName>CSupport</AssemblyName>
12 <SccProjectName>
13 </SccProjectName>
14 <SccLocalPath>
15 </SccLocalPath>
16 <SccAuxPath>
17 </SccAuxPath>
18 <SccProvider>
19 </SccProvider>
20 <IsWebBootstrapper>true</IsWebBootstrapper>
21 <FileUpgradeFlags>
22 </FileUpgradeFlags>
23 <OldToolsVersion>2.0</OldToolsVersion>
24 <UpgradeBackupLocation>
25 </UpgradeBackupLocation>
26 <PublishUrl>http://localhost/Support/</PublishUrl>
27 <Install>true</Install>
28 <InstallFrom>Web</InstallFrom>
29 <UpdateEnabled>true</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 <ApplicationRevision>0</ApplicationRevision>
37 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
38 <UseApplicationTrust>false</UseApplicationTrust>
39 <BootstrapperEnabled>true</BootstrapperEnabled>
40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42 <DebugSymbols>true</DebugSymbols>
43 <DebugType>full</DebugType>
44 <Optimize>false</Optimize>
45 <OutputPath>bin\Debug\</OutputPath>
46 <DefineConstants>DEBUG;TRACE</DefineConstants>
47 <ErrorReport>prompt</ErrorReport>
48 <WarningLevel>4</WarningLevel>
49 </PropertyGroup>
50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51 <DebugType>full</DebugType>
52 <Optimize>true</Optimize>
53 <OutputPath>bin\Release\</OutputPath>
54 <DefineConstants>TRACE;PRO</DefineConstants>
55 <ErrorReport>prompt</ErrorReport>
56 <WarningLevel>4</WarningLevel>
57 <DebugSymbols>true</DebugSymbols>
58 </PropertyGroup>
59 <ItemGroup>
60 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
61 <SpecificVersion>False</SpecificVersion>
62 <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
63 </Reference>
64 <Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
65 <Reference Include="Microsoft.VisualBasic" />
66 <Reference Include="System" />
67 <Reference Include="System.configuration" />
68 <Reference Include="System.Data" />
69 <Reference Include="System.Drawing" />
70 <Reference Include="System.Management" />
71 <Reference Include="System.ServiceProcess" />
72 <Reference Include="System.Windows.Forms" />
73 <Reference Include="System.Xml" />
74 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
75 <SpecificVersion>False</SpecificVersion>
76 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
77 </Reference>
78 </ItemGroup>
79 <ItemGroup>
80 <Compile Include="..\TSAdminTool\atsDataSet.Designer.cs">
81 <Link>atsDataSet.Designer.cs</Link>
82 <AutoGen>True</AutoGen>
83 <DesignTime>True</DesignTime>
84 <DependentUpon>atsDataSet.xsd</DependentUpon>
85 </Compile>
86 <Compile Include="..\TSAdminTool\BootPicture.cs">
87 <Link>BootPicture.cs</Link>
88 </Compile>
89 <Compile Include="..\TSAdminTool\DHCP.cs">
90 <Link>DHCP.cs</Link>
91 </Compile>
92 <Compile Include="..\TSAdminTool\Environment.cs">
93 <Link>Environment.cs</Link>
94 </Compile>
95 <Compile Include="..\TSAdminTool\Globals.cs">
96 <Link>Globals.cs</Link>
97 </Compile>
98 <Compile Include="..\TSAdminTool\Image.cs">
99 <Link>Image.cs</Link>
100 </Compile>
101 <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
102 <Link>ImageDesigntimeConfig.cs</Link>
103 </Compile>
104 <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
105 <Link>ImageRuntimeConfig.cs</Link>
106 </Compile>
107 <Compile Include="..\TSAdminTool\Keyboard.cs">
108 <Link>Keyboard.cs</Link>
109 </Compile>
110 <Compile Include="..\TSAdminTool\mknbi.cs">
111 <Link>mknbi.cs</Link>
112 </Compile>
113 <Compile Include="..\TSAdminTool\ProSupport.cs">
114 <Link>ProSupport.cs</Link>
115 </Compile>
116 <Compile Include="..\TSAdminTool\Session.cs">
117 <Link>Session.cs</Link>
118 </Compile>
119 <Compile Include="..\TSAdminTool\SessionList.cs">
120 <Link>SessionList.cs</Link>
121 </Compile>
122 <Compile Include="..\TSAdminTool\TerminalServer.cs">
123 <Link>TerminalServer.cs</Link>
124 </Compile>
125 <Compile Include="..\TSAdminTool\TerminalServices.cs">
126 <Link>TerminalServices.cs</Link>
127 </Compile>
128 <Compile Include="..\TSAdminTool\TimeZone.cs">
129 <Link>TimeZone.cs</Link>
130 </Compile>
131 <Compile Include="..\TSAdminTool\WebSupport.cs">
132 <Link>WebSupport.cs</Link>
133 </Compile>
134 <Compile Include="ATSSupport.cs" />
135 <Compile Include="frmClientBootPicture.cs">
136 <SubType>Form</SubType>
137 </Compile>
138 <Compile Include="frmClientBootPicture.Designer.cs">
139 <DependentUpon>frmClientBootPicture.cs</DependentUpon>
140 </Compile>
141 <Compile Include="frmClientMiscellany.cs">
142 <SubType>Form</SubType>
143 </Compile>
144 <Compile Include="frmClientMiscellany.Designer.cs">
145 <DependentUpon>frmClientMiscellany.cs</DependentUpon>
146 </Compile>
147 <Compile Include="frmConfigFreeServices.cs">
148 <SubType>Form</SubType>
149 </Compile>
150 <Compile Include="frmConfigFreeServices.Designer.cs">
151 <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
152 </Compile>
153 <Compile Include="Properties\AssemblyInfo.cs" />
154 <Compile Include="Properties\Resources.Designer.cs">
155 <AutoGen>True</AutoGen>
156 <DesignTime>True</DesignTime>
157 <DependentUpon>Resources.resx</DependentUpon>
158 </Compile>
159 <Compile Include="Properties\Settings.Designer.cs">
160 <AutoGen>True</AutoGen>
161 <DesignTimeSharedInput>True</DesignTimeSharedInput>
162 <DependentUpon>Settings.settings</DependentUpon>
163 </Compile>
164 </ItemGroup>
165 <ItemGroup>
166 <None Include="..\TSAdminTool\atsDataSet.xsc">
167 <Link>atsDataSet.xsc</Link>
168 <DependentUpon>atsDataSet.xsd</DependentUpon>
169 </None>
170 <None Include="..\TSAdminTool\atsDataSet.xsd">
171 <Link>atsDataSet.xsd</Link>
172 <Generator>MSDataSetGenerator</Generator>
173 <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
174 <SubType>Designer</SubType>
175 </None>
176 <None Include="..\TSAdminTool\atsDataSet.xss">
177 <Link>atsDataSet.xss</Link>
178 <DependentUpon>atsDataSet.xsd</DependentUpon>
179 </None>
180 <None Include="app.config" />
181 <None Include="Properties\Settings.settings">
182 <Generator>SettingsSingleFileGenerator</Generator>
183 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
184 </None>
185 </ItemGroup>
186 <ItemGroup>
187 <Content Include="..\TSAdminTool\ats.mdf">
188 <Link>ats.mdf</Link>
189 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
190 </Content>
191 <Content Include="..\TSAdminTool\ats_log.ldf">
192 <Link>ats_log.ldf</Link>
193 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
194 <DependentUpon>ats.mdf</DependentUpon>
195 </Content>
196 </ItemGroup>
197 <ItemGroup>
198 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
199 <Visible>False</Visible>
200 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
201 <Install>true</Install>
202 </BootstrapperPackage>
203 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
204 <Visible>False</Visible>
205 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
206 <Install>false</Install>
207 </BootstrapperPackage>
208 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
209 <Visible>False</Visible>
210 <ProductName>.NET Framework 3.5</ProductName>
211 <Install>false</Install>
212 </BootstrapperPackage>
213 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
214 <Visible>False</Visible>
215 <ProductName>SQL Server 2005 Express Edition</ProductName>
216 <Install>true</Install>
217 </BootstrapperPackage>
218 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
219 <Visible>False</Visible>
220 <ProductName>Windows Installer 3.1</ProductName>
221 <Install>true</Install>
222 </BootstrapperPackage>
223 </ItemGroup>
224 <ItemGroup>
225 <EmbeddedResource Include="frmClientBootPicture.resx">
226 <SubType>Designer</SubType>
227 <DependentUpon>frmClientBootPicture.cs</DependentUpon>
228 </EmbeddedResource>
229 <EmbeddedResource Include="frmClientMiscellany.resx">
230 <SubType>Designer</SubType>
231 <DependentUpon>frmClientMiscellany.cs</DependentUpon>
232 </EmbeddedResource>
233 <EmbeddedResource Include="frmConfigFreeServices.resx">
234 <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
235 <SubType>Designer</SubType>
236 </EmbeddedResource>
237 <EmbeddedResource Include="Properties\Resources.resx">
238 <SubType>Designer</SubType>
239 <Generator>ResXFileCodeGenerator</Generator>
240 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
241 </EmbeddedResource>
242 </ItemGroup>
243 <ItemGroup>
244 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
245 <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
246 <Name>AnywhereTS.Logging</Name>
247 </ProjectReference>
248 </ItemGroup>
249 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
250 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
251 Other similar extension points exist, see Microsoft.Common.targets.
252 <Target Name="BeforeBuild">
253 </Target>
254 <Target Name="AfterBuild">
255 </Target>
256 -->
257 </Project>