Fix errors detected by project validation task

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-11-24 11:56:47 -08:00
parent 26a0ff06a9
commit 26dcce0116
4 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>

View File

@@ -105,7 +105,7 @@
<Content Include="Styles\Web.config">
<SubType>Designer</SubType>
</Content>
<None Include="Views\EditorTemplates\Parts\CreateTag.cshtml" />
<Content Include="Views\EditorTemplates\Parts\CreateTag.cshtml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />

View File

@@ -120,8 +120,8 @@
</ItemGroup>
<ItemGroup>
<Content Include="Views\Account\RegistrationPending.cshtml" />
<None Include="Views\EditorTemplates\Parts\User.Edit.cshtml" />
<None Include="Views\EditorTemplates\Parts\User.Create.cshtml" />
<Content Include="Views\EditorTemplates\Parts\User.Edit.cshtml" />
<Content Include="Views\EditorTemplates\Parts\User.Create.cshtml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />

View File

@@ -66,9 +66,9 @@
</Content>
<Content Include="TheAdmin\Views\Pager.cshtml" />
<Content Include="TheAdmin\Views\OrchardVersion.cshtml" />
<None Include="Web.config">
<Content Include="Web.config">
<SubType>Designer</SubType>
</None>
</Content>
<Content Include="TheAdmin\Views\Menu.cshtml" />
<Content Include="TheThemeMachine\Views\Branding.cshtml" />
<Content Include="TheThemeMachine\Views\BadgeOfHonor.cshtml" />