ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/VBDLL/VBDLL.vbproj
Revision: 60
Committed: Thu Jul 12 17:12:08 2012 UTC (11 years, 4 months ago) by william
File size: 9618 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>{828AA77D-5409-4017-9918-C3E74F3A541A}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <StartupObject>
11 </StartupObject>
12 <RootNamespace>AnywhereTS</RootNamespace>
13 <AssemblyName>BSupport</AssemblyName>
14 <MyType>Windows</MyType>
15 <SccProjectName>
16 </SccProjectName>
17 <SccLocalPath>
18 </SccLocalPath>
19 <SccAuxPath>
20 </SccAuxPath>
21 <SccProvider>
22 </SccProvider>
23 <FileUpgradeFlags>
24 </FileUpgradeFlags>
25 <OldToolsVersion>2.0</OldToolsVersion>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
28 <PublishUrl>publish\</PublishUrl>
29 <Install>true</Install>
30 <InstallFrom>Disk</InstallFrom>
31 <UpdateEnabled>false</UpdateEnabled>
32 <UpdateMode>Foreground</UpdateMode>
33 <UpdateInterval>7</UpdateInterval>
34 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
35 <UpdatePeriodically>false</UpdatePeriodically>
36 <UpdateRequired>false</UpdateRequired>
37 <MapFileExtensions>true</MapFileExtensions>
38 <ApplicationRevision>0</ApplicationRevision>
39 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
40 <IsWebBootstrapper>false</IsWebBootstrapper>
41 <UseApplicationTrust>false</UseApplicationTrust>
42 <BootstrapperEnabled>true</BootstrapperEnabled>
43 </PropertyGroup>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
45 <DebugSymbols>true</DebugSymbols>
46 <DebugType>full</DebugType>
47 <DefineDebug>true</DefineDebug>
48 <DefineTrace>true</DefineTrace>
49 <OutputPath>bin\Debug\</OutputPath>
50 <DocumentationFile>BSupport.xml</DocumentationFile>
51 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
52 <DefineConstants>PRO=True</DefineConstants>
53 </PropertyGroup>
54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55 <DebugType>Full</DebugType>
56 <DefineDebug>false</DefineDebug>
57 <DefineTrace>true</DefineTrace>
58 <Optimize>true</Optimize>
59 <OutputPath>bin\Release\</OutputPath>
60 <DocumentationFile>BSupport.xml</DocumentationFile>
61 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
62 <DefineConstants>PRO=True</DefineConstants>
63 <DebugSymbols>true</DebugSymbols>
64 </PropertyGroup>
65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' ">
66 <DebugSymbols>true</DebugSymbols>
67 <DefineDebug>true</DefineDebug>
68 <DefineTrace>true</DefineTrace>
69 <OutputPath>bin\Debug\</OutputPath>
70 <DefineConstants>PRO=True, EVAL=True</DefineConstants>
71 <DocumentationFile>BSupport.xml</DocumentationFile>
72 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
73 <DebugType>full</DebugType>
74 <PlatformTarget>AnyCPU</PlatformTarget>
75 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
76 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
77 </PropertyGroup>
78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Release|AnyCPU' ">
79 <DefineTrace>true</DefineTrace>
80 <OutputPath>bin\Release\</OutputPath>
81 <DefineConstants>PRO=True, EVAL=True</DefineConstants>
82 <DocumentationFile>BSupport.xml</DocumentationFile>
83 <Optimize>true</Optimize>
84 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
85 <DebugType>pdbonly</DebugType>
86 <PlatformTarget>AnyCPU</PlatformTarget>
87 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
88 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
89 </PropertyGroup>
90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
91 <DefineTrace>true</DefineTrace>
92 <OutputPath>bin\Release\</OutputPath>
93 <DefineConstants>PRO=True, BETA=True</DefineConstants>
94 <DocumentationFile>BSupport.xml</DocumentationFile>
95 <Optimize>true</Optimize>
96 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
97 <DebugType>pdbonly</DebugType>
98 <PlatformTarget>AnyCPU</PlatformTarget>
99 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
100 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
101 </PropertyGroup>
102 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
103 <DebugSymbols>true</DebugSymbols>
104 <DefineDebug>true</DefineDebug>
105 <DefineTrace>true</DefineTrace>
106 <OutputPath>bin\Debug\</OutputPath>
107 <DefineConstants>PRO=True, BETA=True</DefineConstants>
108 <DocumentationFile>BSupport.xml</DocumentationFile>
109 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
110 <DebugType>full</DebugType>
111 <PlatformTarget>AnyCPU</PlatformTarget>
112 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
113 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
114 </PropertyGroup>
115 <ItemGroup>
116 <Reference Include="System" />
117 <Reference Include="System.Data" />
118 <Reference Include="System.Deployment" />
119 <Reference Include="System.Drawing" />
120 <Reference Include="System.Management" />
121 <Reference Include="System.ServiceProcess" />
122 <Reference Include="System.Windows.Forms" />
123 <Reference Include="System.Xml" />
124 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
125 <SpecificVersion>False</SpecificVersion>
126 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
127 </Reference>
128 </ItemGroup>
129 <ItemGroup>
130 <Import Include="Microsoft.VisualBasic" />
131 <Import Include="System" />
132 <Import Include="System.Collections" />
133 <Import Include="System.Collections.Generic" />
134 <Import Include="System.Data" />
135 <Import Include="System.Drawing" />
136 <Import Include="System.Diagnostics" />
137 <Import Include="System.Windows.Forms" />
138 </ItemGroup>
139 <ItemGroup>
140 <Compile Include="Globals.vb" />
141 <Compile Include="My Project\AssemblyInfo.vb" />
142 <Compile Include="My Project\Application.Designer.vb">
143 <AutoGen>True</AutoGen>
144 <DependentUpon>Application.myapp</DependentUpon>
145 </Compile>
146 <Compile Include="My Project\Resources.Designer.vb">
147 <AutoGen>True</AutoGen>
148 <DesignTime>True</DesignTime>
149 <DependentUpon>Resources.resx</DependentUpon>
150 </Compile>
151 <Compile Include="My Project\Settings.Designer.vb">
152 <AutoGen>True</AutoGen>
153 <DependentUpon>Settings.settings</DependentUpon>
154 <DesignTimeSharedInput>True</DesignTimeSharedInput>
155 </Compile>
156 <Compile Include="Settings.vb" />
157 <Compile Include="wizard.vb">
158 <SubType>Form</SubType>
159 </Compile>
160 <Compile Include="wizardSupport.vb" />
161 </ItemGroup>
162 <ItemGroup>
163 <EmbeddedResource Include="My Project\Resources.resx">
164 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
165 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
166 <CustomToolNamespace>My.Resources</CustomToolNamespace>
167 <SubType>Designer</SubType>
168 </EmbeddedResource>
169 <EmbeddedResource Include="wizard.resx">
170 <DependentUpon>wizard.vb</DependentUpon>
171 <SubType>Designer</SubType>
172 </EmbeddedResource>
173 </ItemGroup>
174 <ItemGroup>
175 <None Include="app.config" />
176 <None Include="My Project\Application.myapp">
177 <Generator>MyApplicationCodeGenerator</Generator>
178 <LastGenOutput>Application.Designer.vb</LastGenOutput>
179 </None>
180 <None Include="My Project\Settings.settings">
181 <Generator>SettingsSingleFileGenerator</Generator>
182 <CustomToolNamespace>My</CustomToolNamespace>
183 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
184 </None>
185 </ItemGroup>
186 <ItemGroup>
187 <ProjectReference Include="..\CSDLL\CSDLL.csproj">
188 <Project>{FBF2E133-4DC7-4580-B459-50B036DDF51E}</Project>
189 <Name>CSDLL</Name>
190 </ProjectReference>
191 </ItemGroup>
192 <ItemGroup>
193 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
194 <Visible>False</Visible>
195 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
196 <Install>true</Install>
197 </BootstrapperPackage>
198 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
199 <Visible>False</Visible>
200 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
201 <Install>false</Install>
202 </BootstrapperPackage>
203 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
204 <Visible>False</Visible>
205 <ProductName>.NET Framework 3.5</ProductName>
206 <Install>false</Install>
207 </BootstrapperPackage>
208 </ItemGroup>
209 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
210 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
211 Other similar extension points exist, see Microsoft.Common.targets.
212 <Target Name="BeforeBuild">
213 </Target>
214 <Target Name="AfterBuild">
215 </Target>
216 -->
217 </Project>