Skip to content

Commit

Permalink
Added shared assembly info link to csproj files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Sommardahl committed Jul 9, 2012
1 parent d972499 commit 2ed6821
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="StatelessAuthentication.cs" />
<Compile Include="StatelessAuthenticationConfiguration.cs" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="DemoUserIdentity.cs" />
<Compile Include="Models\UserModel.cs" />
<Compile Include="StatelessAuthBootstrapper.cs" />
Expand Down

0 comments on commit 2ed6821

Please sign in to comment.