Skip to content

Commit

Permalink
Correct build action to none on some items.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturDorochowicz committed Jun 6, 2013
1 parent 8838348 commit aed3703
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/empty-directories/empty-directories.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@
<Content Include="Content\themes\base\minified\jquery.ui.theme.min.css" />
<Content Include="Global.asax" />
<Content Include="Content\Site.css" />
<Content Include="empty-directories.wpp.targets">
<None Include="empty-directories.wpp.targets">
<SubType>Designer</SubType>
</Content>
<Content Include="default.ps1" />
</None>
<None Include="default.ps1" />
<None Include="Scripts\jquery-1.8.2.intellisense.js" />
<Content Include="Scripts\jquery-1.8.2.js" />
<Content Include="Scripts\jquery-1.8.2.min.js" />
Expand Down Expand Up @@ -233,7 +233,7 @@
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/include-exclude-files/include-exclude-files.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
Expand Down
8 changes: 4 additions & 4 deletions src/short-path-in-package/short-path-in-package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@
<Content Include="Content\themes\base\minified\jquery.ui.theme.min.css" />
<Content Include="Global.asax" />
<Content Include="Content\Site.css" />
<Content Include="default.ps1" />
<Content Include="short-path-in-package.wpp.targets">
<None Include="default.ps1" />
<None Include="short-path-in-package.wpp.targets">
<SubType>Designer</SubType>
</Content>
</None>
<None Include="Scripts\jquery-1.8.2.intellisense.js" />
<Content Include="Scripts\jquery-1.8.2.js" />
<Content Include="Scripts\jquery-1.8.2.min.js" />
Expand Down Expand Up @@ -232,7 +232,7 @@
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/skip-delete/skip-delete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
Expand Down

0 comments on commit aed3703

Please sign in to comment.