ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/VBDLL/VBDLL.vbproj
Revision: 99
Committed: Sat Jul 14 04:50:27 2012 UTC (11 years, 4 months ago) by william
File size: 10051 byte(s)
Log Message:
+ bulk commit

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 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
46 <DebugSymbols>true</DebugSymbols>
47 <DebugType>full</DebugType>
48 <DefineDebug>true</DefineDebug>
49 <DefineTrace>true</DefineTrace>
50 <OutputPath>bin\Debug\</OutputPath>
51 <DocumentationFile>BSupport.xml</DocumentationFile>
52 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
53 <DefineConstants>PRO=True</DefineConstants>
54 </PropertyGroup>
55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56 <DebugType>Full</DebugType>
57 <DefineDebug>false</DefineDebug>
58 <DefineTrace>true</DefineTrace>
59 <Optimize>true</Optimize>
60 <OutputPath>bin\Release\</OutputPath>
61 <DocumentationFile>BSupport.xml</DocumentationFile>
62 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
63 <DefineConstants>PRO=True</DefineConstants>
64 <DebugSymbols>true</DebugSymbols>
65 </PropertyGroup>
66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' ">
67 <DebugSymbols>true</DebugSymbols>
68 <DefineDebug>true</DefineDebug>
69 <DefineTrace>true</DefineTrace>
70 <OutputPath>bin\Debug\</OutputPath>
71 <DefineConstants>PRO=True, EVAL=True</DefineConstants>
72 <DocumentationFile>BSupport.xml</DocumentationFile>
73 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
74 <DebugType>full</DebugType>
75 <PlatformTarget>AnyCPU</PlatformTarget>
76 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
77 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
78 </PropertyGroup>
79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Release|AnyCPU' ">
80 <DefineTrace>true</DefineTrace>
81 <OutputPath>bin\Release\</OutputPath>
82 <DefineConstants>PRO=True, EVAL=True</DefineConstants>
83 <DocumentationFile>BSupport.xml</DocumentationFile>
84 <Optimize>true</Optimize>
85 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
86 <DebugType>pdbonly</DebugType>
87 <PlatformTarget>AnyCPU</PlatformTarget>
88 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
89 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
90 </PropertyGroup>
91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
92 <DefineTrace>true</DefineTrace>
93 <OutputPath>bin\Release\</OutputPath>
94 <DefineConstants>PRO=True, BETA=True</DefineConstants>
95 <DocumentationFile>BSupport.xml</DocumentationFile>
96 <Optimize>true</Optimize>
97 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
98 <DebugType>pdbonly</DebugType>
99 <PlatformTarget>AnyCPU</PlatformTarget>
100 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
101 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
102 </PropertyGroup>
103 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
104 <DebugSymbols>true</DebugSymbols>
105 <DefineDebug>true</DefineDebug>
106 <DefineTrace>true</DefineTrace>
107 <OutputPath>bin\Debug\</OutputPath>
108 <DefineConstants>PRO=True, BETA=True</DefineConstants>
109 <DocumentationFile>BSupport.xml</DocumentationFile>
110 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
111 <DebugType>full</DebugType>
112 <PlatformTarget>AnyCPU</PlatformTarget>
113 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
114 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
115 </PropertyGroup>
116 <ItemGroup>
117 <Reference Include="System" />
118 <Reference Include="System.Core">
119 <RequiredTargetFramework>3.5</RequiredTargetFramework>
120 </Reference>
121 <Reference Include="System.Data" />
122 <Reference Include="System.Deployment" />
123 <Reference Include="System.Drawing" />
124 <Reference Include="System.Management" />
125 <Reference Include="System.ServiceProcess" />
126 <Reference Include="System.Windows.Forms" />
127 <Reference Include="System.Xml" />
128 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
129 <SpecificVersion>False</SpecificVersion>
130 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
131 </Reference>
132 </ItemGroup>
133 <ItemGroup>
134 <Import Include="Microsoft.VisualBasic" />
135 <Import Include="System" />
136 <Import Include="System.Collections" />
137 <Import Include="System.Collections.Generic" />
138 <Import Include="System.Data" />
139 <Import Include="System.Drawing" />
140 <Import Include="System.Diagnostics" />
141 <Import Include="System.Linq" />
142 <Import Include="System.Windows.Forms" />
143 </ItemGroup>
144 <ItemGroup>
145 <Compile Include="Globals.vb" />
146 <Compile Include="My Project\AssemblyInfo.vb" />
147 <Compile Include="My Project\Application.Designer.vb">
148 <AutoGen>True</AutoGen>
149 <DependentUpon>Application.myapp</DependentUpon>
150 </Compile>
151 <Compile Include="My Project\Resources.Designer.vb">
152 <AutoGen>True</AutoGen>
153 <DesignTime>True</DesignTime>
154 <DependentUpon>Resources.resx</DependentUpon>
155 </Compile>
156 <Compile Include="My Project\Settings.Designer.vb">
157 <AutoGen>True</AutoGen>
158 <DependentUpon>Settings.settings</DependentUpon>
159 <DesignTimeSharedInput>True</DesignTimeSharedInput>
160 </Compile>
161 <Compile Include="Settings.vb" />
162 <Compile Include="wizard.vb">
163 <SubType>Form</SubType>
164 </Compile>
165 <Compile Include="wizardSupport.vb" />
166 </ItemGroup>
167 <ItemGroup>
168 <EmbeddedResource Include="My Project\Resources.resx">
169 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
170 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
171 <CustomToolNamespace>My.Resources</CustomToolNamespace>
172 <SubType>Designer</SubType>
173 </EmbeddedResource>
174 <EmbeddedResource Include="wizard.resx">
175 <DependentUpon>wizard.vb</DependentUpon>
176 <SubType>Designer</SubType>
177 </EmbeddedResource>
178 </ItemGroup>
179 <ItemGroup>
180 <None Include="app.config" />
181 <None Include="My Project\Application.myapp">
182 <Generator>MyApplicationCodeGenerator</Generator>
183 <LastGenOutput>Application.Designer.vb</LastGenOutput>
184 </None>
185 <None Include="My Project\Settings.settings">
186 <Generator>SettingsSingleFileGenerator</Generator>
187 <CustomToolNamespace>My</CustomToolNamespace>
188 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
189 </None>
190 </ItemGroup>
191 <ItemGroup>
192 <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj">
193 <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project>
194 <Name>AnywhereTS.DBSupport</Name>
195 </ProjectReference>
196 <ProjectReference Include="..\CSDLL\CSDLL.csproj">
197 <Project>{FBF2E133-4DC7-4580-B459-50B036DDF51E}</Project>
198 <Name>CSDLL</Name>
199 </ProjectReference>
200 </ItemGroup>
201 <ItemGroup>
202 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
203 <Visible>False</Visible>
204 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
205 <Install>true</Install>
206 </BootstrapperPackage>
207 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
208 <Visible>False</Visible>
209 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
210 <Install>false</Install>
211 </BootstrapperPackage>
212 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
213 <Visible>False</Visible>
214 <ProductName>.NET Framework 3.5</ProductName>
215 <Install>false</Install>
216 </BootstrapperPackage>
217 </ItemGroup>
218 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
219 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
220 Other similar extension points exist, see Microsoft.Common.targets.
221 <Target Name="BeforeBuild">
222 </Target>
223 <Target Name="AfterBuild">
224 </Target>
225 -->
226 </Project>