Skip to content

Commit

Permalink
marked web.config and migrations as content
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Patterson committed Apr 20, 2010
1 parent 11672e3 commit 3afd959
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 710 deletions.
13 changes: 8 additions & 5 deletions ShowOff/ShowOff.csproj
Expand Up @@ -143,7 +143,6 @@
<Content Include="Views\Item\Create.aspx" /> <Content Include="Views\Item\Create.aspx" />
<Content Include="Views\Item\Edit.aspx" /> <Content Include="Views\Item\Edit.aspx" />
<Content Include="Views\Item\Index.aspx" /> <Content Include="Views\Item\Index.aspx" />
<None Include="Web.config.ignoreme" />
<Content Include="Content\css\Site.css" /> <Content Include="Content\css\Site.css" />
<Content Include="Scripts\jquery-1.3.2.js" /> <Content Include="Scripts\jquery-1.3.2.js" />
<Content Include="Scripts\jquery-1.3.2.min.js" /> <Content Include="Scripts\jquery-1.3.2.min.js" />
Expand Down Expand Up @@ -283,11 +282,15 @@
<Content Include="Views\ShowOff\Index.aspx" /> <Content Include="Views\ShowOff\Index.aspx" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Web.config" /> <Content Include="Web.config">
<None Include="Migrations\1_membership_schema.sql.donotrun">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None> </Content>
<None Include="Migrations\2_default_users.sql" /> <Content Include="Migrations\1_membership_schema.sql.donotrun">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Migrations\2_default_users.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="App_Data\" /> <Folder Include="App_Data\" />
Expand Down
6 changes: 3 additions & 3 deletions SolutionVersion.cs
Expand Up @@ -16,9 +16,9 @@
[assembly: ComVisibleAttribute(false)] [assembly: ComVisibleAttribute(false)]
[assembly: CLSCompliantAttribute(true)] [assembly: CLSCompliantAttribute(true)]
[assembly: AssemblyCompanyAttribute("Pattersonc")] [assembly: AssemblyCompanyAttribute("Pattersonc")]
[assembly: AssemblyVersionAttribute("0.1.0.0")] [assembly: AssemblyVersionAttribute("0.1.0.1")]
[assembly: AssemblyFileVersionAttribute("0.1.0.0")] [assembly: AssemblyFileVersionAttribute("0.1.0.1")]
[assembly: AssemblyInformationalVersionAttribute("0.1.0.4999eb16a5dfc6ad11ab8f70fc7a1ba98a38c8c3")] [assembly: AssemblyInformationalVersionAttribute("0.1.0.11672e3592db31e30b6389b181bb256b57bc01ab")]
[assembly: AssemblyTitleAttribute("ShowOff")] [assembly: AssemblyTitleAttribute("ShowOff")]
[assembly: AssemblyProductAttribute("ShowOff")] [assembly: AssemblyProductAttribute("ShowOff")]
[assembly: AssemblyDescriptionAttribute("ShowOff is a product of Pattersonc - git://github.com/pattersonc/ShowOff.git.")] [assembly: AssemblyDescriptionAttribute("ShowOff is a product of Pattersonc - git://github.com/pattersonc/ShowOff.git.")]
Expand Down

0 comments on commit 3afd959

Please sign in to comment.