Updated paket templates to work with the OpenTK projects
authorvaron <varon@users.noreply.github.com>
Sun, 17 Jul 2016 21:38:13 +0000 (23:38 +0200)
committervaron <varon@users.noreply.github.com>
Sat, 13 Aug 2016 22:18:10 +0000 (00:18 +0200)
src/OpenTK/OpenTK.Android.csproj
src/OpenTK/OpenTK.Android.csproj.paket.template [moved from src/OpenTK/OpenTK.Android.paket.template with 100% similarity]
src/OpenTK/OpenTK.csproj
src/OpenTK/OpenTK.csproj.paket.template [moved from src/OpenTK/OpenTK.paket.template with 100% similarity]
src/OpenTK/OpenTK.iOS.csproj
src/OpenTK/OpenTK.iOS.csproj.paket.template [moved from src/OpenTK/OpenTK.iOS.paket.template with 100% similarity]

index ce22bee..5082512 100644 (file)
     <Compile Include="Platform\X11\Bindings\DL.cs" />
   </ItemGroup>
   <ItemGroup>
-    <None Include="OpenTK.Android.paket.template" />
+    <None Include="OpenTK.Android.csproj.paket.template" />
     <None Include="OpenTK.dll.config">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
index 5797569..1177283 100644 (file)
     <Compile Include="Platform\Linux\Bindings\Evdev.cs" />
     <Compile Include="Platform\Linux\DefaultCursor.cs" />
     <Compile Include="Platform\Linux\Bindings\Kms.cs" />
-    <None Include="OpenTK.paket.template" />
+    <None Include="OpenTK.csproj.paket.template" />
     <None Include="paket.references" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
index d5d2991..1897eeb 100644 (file)
     <None Include="OpenTK.dll.config">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
-    <None Include="OpenTK.iOS.paket.template" />
+    <None Include="OpenTK.iOS.csproj.paket.template" />
     <None Include="paket.references" />
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />