Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Updated to use shared assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
grumpydev committed Nov 2, 2011
1 parent c8c33b7 commit 3847ec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*.orig
*.pidb
*.userprefs
*.tss
AssemblyInfo.cs
.DS_Store
deploy/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\dependencies\Nancy\src\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="NinjectNancyBootstrapper.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="..\..\dependencies\Nancy\src\Nancy\Nancy.csproj">
<Project>{34576216-0DCA-4B0F-A0DC-9075E75A676F}</Project>
Expand Down

0 comments on commit 3847ec2

Please sign in to comment.