mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fix errors detected by project validation task
--HG-- branch : dev
This commit is contained in:
@@ -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>
|
||||
|
@@ -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" />
|
||||
|
@@ -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" />
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user