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