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