Skip to content

Commit

Permalink
Fixes wrapper project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
prollin committed Feb 27, 2015
1 parent e99aef3 commit 22f4898
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions PVRTexLibNET/PVRTexLibNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@
<Compile Include="PVRTexLibNET.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\PVRTexLibWrapper\bin\$(Platform)\$(Configuration)\PVRTexLibWrapper.dll">
<Link>PVRTexLibWrapper.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand All @@ -73,4 +67,17 @@
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<ProjectReference Include="..\PVRTexLibWrapper\PVRTexLibWrapper.vcxproj">
<Name>PVRTexLibWrapper</Name>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\PVRTexLibWrapper\bin\$(Platform)\$(Configuration)\PVRTexLibWrapper.dll">
<Link>PVRTexLibWrapper.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

0 comments on commit 22f4898

Please sign in to comment.