ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/CSDLL/CSDLL.csproj
Revision: 50
Committed: Thu Jul 12 14:51:57 2012 UTC (10 years, 8 months ago) by william
File size: 10361 byte(s)
Log Message:
+ define DEBUG constant and package .pdb debug files in installers

File Contents

# User Rev Content
1 william 4 <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 william 6 <ProductVersion>9.0.30729</ProductVersion>
6 william 4 <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>pdbonly</DebugType>
52     <Optimize>true</Optimize>
53     <OutputPath>bin\Release\</OutputPath>
54 william 50 <DefineConstants>DEBUG;TRACE;PRO</DefineConstants>
55 william 4 <ErrorReport>prompt</ErrorReport>
56     <WarningLevel>4</WarningLevel>
57     </PropertyGroup>
58     <ItemGroup>
59 william 47 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
60     <SpecificVersion>False</SpecificVersion>
61     <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
62     </Reference>
63 william 6 <Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
64 william 4 <Reference Include="Microsoft.VisualBasic" />
65     <Reference Include="System" />
66     <Reference Include="System.configuration" />
67     <Reference Include="System.Data" />
68     <Reference Include="System.Drawing" />
69     <Reference Include="System.Management" />
70     <Reference Include="System.ServiceProcess" />
71     <Reference Include="System.Windows.Forms" />
72     <Reference Include="System.Xml" />
73 william 29 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
74 william 4 <SpecificVersion>False</SpecificVersion>
75 william 29 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
76 william 4 </Reference>
77     </ItemGroup>
78     <ItemGroup>
79     <Compile Include="..\TSAdminTool\atsDataSet.Designer.cs">
80     <Link>atsDataSet.Designer.cs</Link>
81     <AutoGen>True</AutoGen>
82     <DesignTime>True</DesignTime>
83     <DependentUpon>atsDataSet.xsd</DependentUpon>
84     </Compile>
85     <Compile Include="..\TSAdminTool\BootPicture.cs">
86     <Link>BootPicture.cs</Link>
87     </Compile>
88     <Compile Include="..\TSAdminTool\DHCP.cs">
89     <Link>DHCP.cs</Link>
90     </Compile>
91     <Compile Include="..\TSAdminTool\Environment.cs">
92     <Link>Environment.cs</Link>
93     </Compile>
94     <Compile Include="..\TSAdminTool\Globals.cs">
95     <Link>Globals.cs</Link>
96     </Compile>
97     <Compile Include="..\TSAdminTool\Image.cs">
98     <Link>Image.cs</Link>
99     </Compile>
100     <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
101     <Link>ImageDesigntimeConfig.cs</Link>
102     </Compile>
103     <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
104     <Link>ImageRuntimeConfig.cs</Link>
105     </Compile>
106     <Compile Include="..\TSAdminTool\Keyboard.cs">
107     <Link>Keyboard.cs</Link>
108     </Compile>
109     <Compile Include="..\TSAdminTool\mknbi.cs">
110     <Link>mknbi.cs</Link>
111     </Compile>
112     <Compile Include="..\TSAdminTool\ProSupport.cs">
113     <Link>ProSupport.cs</Link>
114     </Compile>
115     <Compile Include="..\TSAdminTool\Session.cs">
116     <Link>Session.cs</Link>
117     </Compile>
118     <Compile Include="..\TSAdminTool\SessionList.cs">
119     <Link>SessionList.cs</Link>
120     </Compile>
121     <Compile Include="..\TSAdminTool\TerminalServer.cs">
122     <Link>TerminalServer.cs</Link>
123     </Compile>
124     <Compile Include="..\TSAdminTool\TerminalServices.cs">
125     <Link>TerminalServices.cs</Link>
126     </Compile>
127     <Compile Include="..\TSAdminTool\TimeZone.cs">
128     <Link>TimeZone.cs</Link>
129     </Compile>
130     <Compile Include="..\TSAdminTool\WebSupport.cs">
131     <Link>WebSupport.cs</Link>
132     </Compile>
133     <Compile Include="ATSSupport.cs" />
134     <Compile Include="frmClientBootPicture.cs">
135     <SubType>Form</SubType>
136     </Compile>
137     <Compile Include="frmClientBootPicture.Designer.cs">
138     <DependentUpon>frmClientBootPicture.cs</DependentUpon>
139     </Compile>
140     <Compile Include="frmClientMiscellany.cs">
141     <SubType>Form</SubType>
142     </Compile>
143     <Compile Include="frmClientMiscellany.Designer.cs">
144     <DependentUpon>frmClientMiscellany.cs</DependentUpon>
145     </Compile>
146     <Compile Include="frmConfigFreeServices.cs">
147     <SubType>Form</SubType>
148     </Compile>
149     <Compile Include="frmConfigFreeServices.Designer.cs">
150     <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
151     </Compile>
152     <Compile Include="Properties\AssemblyInfo.cs" />
153     <Compile Include="Properties\Resources.Designer.cs">
154     <AutoGen>True</AutoGen>
155     <DesignTime>True</DesignTime>
156     <DependentUpon>Resources.resx</DependentUpon>
157     </Compile>
158     <Compile Include="Properties\Settings.Designer.cs">
159     <AutoGen>True</AutoGen>
160     <DesignTimeSharedInput>True</DesignTimeSharedInput>
161     <DependentUpon>Settings.settings</DependentUpon>
162     </Compile>
163     </ItemGroup>
164     <ItemGroup>
165     <None Include="..\TSAdminTool\atsDataSet.xsc">
166     <Link>atsDataSet.xsc</Link>
167     <DependentUpon>atsDataSet.xsd</DependentUpon>
168     </None>
169     <None Include="..\TSAdminTool\atsDataSet.xsd">
170     <Link>atsDataSet.xsd</Link>
171     <Generator>MSDataSetGenerator</Generator>
172     <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
173     <SubType>Designer</SubType>
174     </None>
175     <None Include="..\TSAdminTool\atsDataSet.xss">
176     <Link>atsDataSet.xss</Link>
177     <DependentUpon>atsDataSet.xsd</DependentUpon>
178     </None>
179     <None Include="app.config" />
180     <None Include="Properties\Settings.settings">
181     <Generator>SettingsSingleFileGenerator</Generator>
182     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
183     </None>
184     </ItemGroup>
185     <ItemGroup>
186     <Content Include="..\TSAdminTool\ats.mdf">
187     <Link>ats.mdf</Link>
188     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
189     </Content>
190     <Content Include="..\TSAdminTool\ats_log.ldf">
191     <Link>ats_log.ldf</Link>
192     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
193     <DependentUpon>ats.mdf</DependentUpon>
194     </Content>
195     </ItemGroup>
196     <ItemGroup>
197     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
198     <Visible>False</Visible>
199     <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
200     <Install>true</Install>
201     </BootstrapperPackage>
202     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
203     <Visible>False</Visible>
204     <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
205     <Install>false</Install>
206     </BootstrapperPackage>
207     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
208     <Visible>False</Visible>
209     <ProductName>.NET Framework 3.5</ProductName>
210     <Install>false</Install>
211     </BootstrapperPackage>
212     <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
213     <Visible>False</Visible>
214     <ProductName>SQL Server 2005 Express Edition</ProductName>
215     <Install>true</Install>
216     </BootstrapperPackage>
217     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
218     <Visible>False</Visible>
219     <ProductName>Windows Installer 3.1</ProductName>
220     <Install>true</Install>
221     </BootstrapperPackage>
222     </ItemGroup>
223     <ItemGroup>
224     <EmbeddedResource Include="frmClientBootPicture.resx">
225     <SubType>Designer</SubType>
226     <DependentUpon>frmClientBootPicture.cs</DependentUpon>
227     </EmbeddedResource>
228     <EmbeddedResource Include="frmClientMiscellany.resx">
229     <SubType>Designer</SubType>
230     <DependentUpon>frmClientMiscellany.cs</DependentUpon>
231     </EmbeddedResource>
232     <EmbeddedResource Include="frmConfigFreeServices.resx">
233     <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
234     <SubType>Designer</SubType>
235     </EmbeddedResource>
236     <EmbeddedResource Include="Properties\Resources.resx">
237     <SubType>Designer</SubType>
238     <Generator>ResXFileCodeGenerator</Generator>
239     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
240     </EmbeddedResource>
241     </ItemGroup>
242 william 47 <ItemGroup>
243     <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
244     <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
245     <Name>AnywhereTS.Logging</Name>
246     </ProjectReference>
247     </ItemGroup>
248 william 4 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
249     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
250     Other similar extension points exist, see Microsoft.Common.targets.
251     <Target Name="BeforeBuild">
252     </Target>
253     <Target Name="AfterBuild">
254     </Target>
255     -->
256     </Project>