Skip to content

Commit

Permalink
removed assemblyinfo and linked to solutioninfo
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangSt committed Apr 11, 2011
1 parent f42801d commit 57f6ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SolutionInfo.cs">
<Link>Properties\SolutionInfo.cs</Link>
</Compile>
<Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\OpenTK.dll</HintPath>
Expand All @@ -52,7 +55,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Bindings.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IIS.SLSharp\IIS.SLSharp.csproj">
Expand Down
36 changes: 0 additions & 36 deletions IIS.SLSharp.Bindings.OpenTK/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 57f6ebe

Please sign in to comment.