Skip to content

Commit 6fb2c34

Browse files
author
juanonsoftware
committed
Fix build
1 parent 5e56e37 commit 6fb2c34

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue 08/23/2022 9:22:32.69
1+
Tue 08/23/2022 10:11:26.87

Rabbit.Mvc5Minimal/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rabbit.Mvc5Minimal/Rabbit.Mvc5Minimal.csproj

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<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')" />-->
49
<PropertyGroup>
510
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
611
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -24,6 +29,11 @@
2429
<RestorePackages>true</RestorePackages>
2530
<UseGlobalApplicationHostFile />
2631
<Use64BitIISExpress />
32+
<FileUpgradeFlags>
33+
</FileUpgradeFlags>
34+
<UpgradeBackupLocation>
35+
</UpgradeBackupLocation>
36+
<OldToolsVersion>4.0</OldToolsVersion>
2737
</PropertyGroup>
2838
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2939
<DebugSymbols>true</DebugSymbols>
@@ -33,6 +43,7 @@
3343
<DefineConstants>DEBUG;TRACE</DefineConstants>
3444
<ErrorReport>prompt</ErrorReport>
3545
<WarningLevel>4</WarningLevel>
46+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
3647
</PropertyGroup>
3748
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3849
<DebugType>pdbonly</DebugType>
@@ -41,6 +52,7 @@
4152
<DefineConstants>TRACE</DefineConstants>
4253
<ErrorReport>prompt</ErrorReport>
4354
<WarningLevel>4</WarningLevel>
55+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4456
</PropertyGroup>
4557
<ItemGroup>
4658
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
@@ -178,7 +190,6 @@
178190
<Content Include="fonts\glyphicons-halflings-regular.svg" />
179191
<Content Include="Global.asax" />
180192
<Content Include="Content\site.css" />
181-
<None Include="Properties\Resources\BuildDate.txt" />
182193
<None Include="Properties\BuildDate.txt" />
183194
<Content Include="Readme.txt" />
184195
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
@@ -227,6 +238,7 @@
227238
</ItemGroup>
228239
<ItemGroup>
229240
<Folder Include="App_Data\" />
241+
<Folder Include="Properties\Resources\" />
230242
</ItemGroup>
231243
<ItemGroup>
232244
<Content Include="packages.config">
@@ -243,10 +255,10 @@
243255
<Name>Rabbit.Business</Name>
244256
</ProjectReference>
245257
</ItemGroup>
246-
<PropertyGroup>
258+
<!--<PropertyGroup>
247259
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
248260
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
249-
</PropertyGroup>
261+
</PropertyGroup>-->
250262
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
251263
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
252264
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
@@ -281,6 +293,8 @@
281293
<PropertyGroup>
282294
<PreBuildEvent>echo %25date%25 %25time%25 &gt; "$(ProjectDir)\Properties\BuildDate.txt"</PreBuildEvent>
283295
</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" />-->
284298
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
285299
Other similar extension points exist, see Microsoft.Common.targets.
286300
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)