Updated paket templates to work with the OpenTK projects

This commit is contained in:
varon 2016-07-17 23:38:13 +02:00
parent cdacb73f0b
commit 7cd1cdcbe1
6 changed files with 3 additions and 3 deletions

View file

@ -241,7 +241,7 @@
<Compile Include="Platform\X11\Bindings\DL.cs" /> <Compile Include="Platform\X11\Bindings\DL.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="OpenTK.Android.paket.template" /> <None Include="OpenTK.Android.csproj.paket.template" />
<None Include="OpenTK.dll.config"> <None Include="OpenTK.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>

View file

@ -794,7 +794,7 @@
<Compile Include="Platform\Linux\Bindings\Evdev.cs" /> <Compile Include="Platform\Linux\Bindings\Evdev.cs" />
<Compile Include="Platform\Linux\DefaultCursor.cs" /> <Compile Include="Platform\Linux\DefaultCursor.cs" />
<Compile Include="Platform\Linux\Bindings\Kms.cs" /> <Compile Include="Platform\Linux\Bindings\Kms.cs" />
<None Include="OpenTK.paket.template" /> <None Include="OpenTK.csproj.paket.template" />
<None Include="paket.references" /> <None Include="paket.references" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

View file

@ -232,7 +232,7 @@
<None Include="OpenTK.dll.config"> <None Include="OpenTK.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Include="OpenTK.iOS.paket.template" /> <None Include="OpenTK.iOS.csproj.paket.template" />
<None Include="paket.references" /> <None Include="paket.references" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />