|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 4 | + <PropertyGroup> |
| 5 | + <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
| 6 | + <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
| 7 | + </PropertyGroup> |
| 8 | + <!--<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />--> |
4 | 9 | <PropertyGroup> |
5 | 10 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 11 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
24 | 29 | <RestorePackages>true</RestorePackages> |
25 | 30 | <UseGlobalApplicationHostFile /> |
26 | 31 | <Use64BitIISExpress /> |
| 32 | + <FileUpgradeFlags> |
| 33 | + </FileUpgradeFlags> |
| 34 | + <UpgradeBackupLocation> |
| 35 | + </UpgradeBackupLocation> |
| 36 | + <OldToolsVersion>4.0</OldToolsVersion> |
27 | 37 | </PropertyGroup> |
28 | 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
29 | 39 | <DebugSymbols>true</DebugSymbols> |
|
33 | 43 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
34 | 44 | <ErrorReport>prompt</ErrorReport> |
35 | 45 | <WarningLevel>4</WarningLevel> |
| 46 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
36 | 47 | </PropertyGroup> |
37 | 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
38 | 49 | <DebugType>pdbonly</DebugType> |
|
41 | 52 | <DefineConstants>TRACE</DefineConstants> |
42 | 53 | <ErrorReport>prompt</ErrorReport> |
43 | 54 | <WarningLevel>4</WarningLevel> |
| 55 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
44 | 56 | </PropertyGroup> |
45 | 57 | <ItemGroup> |
46 | 58 | <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
|
178 | 190 | <Content Include="fonts\glyphicons-halflings-regular.svg" /> |
179 | 191 | <Content Include="Global.asax" /> |
180 | 192 | <Content Include="Content\site.css" /> |
181 | | - <None Include="Properties\Resources\BuildDate.txt" /> |
182 | 193 | <None Include="Properties\BuildDate.txt" /> |
183 | 194 | <Content Include="Readme.txt" /> |
184 | 195 | <Content Include="fonts\glyphicons-halflings-regular.woff2" /> |
|
227 | 238 | </ItemGroup> |
228 | 239 | <ItemGroup> |
229 | 240 | <Folder Include="App_Data\" /> |
| 241 | + <Folder Include="Properties\Resources\" /> |
230 | 242 | </ItemGroup> |
231 | 243 | <ItemGroup> |
232 | 244 | <Content Include="packages.config"> |
|
243 | 255 | <Name>Rabbit.Business</Name> |
244 | 256 | </ProjectReference> |
245 | 257 | </ItemGroup> |
246 | | - <PropertyGroup> |
| 258 | + <!--<PropertyGroup> |
247 | 259 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
248 | 260 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
249 | | - </PropertyGroup> |
| 261 | + </PropertyGroup>--> |
250 | 262 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
251 | 263 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
252 | 264 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
|
281 | 293 | <PropertyGroup> |
282 | 294 | <PreBuildEvent>echo %25date%25 %25time%25 > "$(ProjectDir)\Properties\BuildDate.txt"</PreBuildEvent> |
283 | 295 | </PropertyGroup> |
| 296 | + <!--<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />--> |
| 297 | + <!--<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />--> |
284 | 298 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
285 | 299 | Other similar extension points exist, see Microsoft.Common.targets. |
286 | 300 | <Target Name="BeforeBuild"> |
|
0 commit comments