This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <_OpenTKNugetVersion >0 .0.1-alpha </_OpenTKNugetVersion >
3
+ <_OpenTKNugetVersion >1 .0.0 </_OpenTKNugetVersion >
4
4
</PropertyGroup >
5
5
</Project >
Original file line number Diff line number Diff line change 74
74
<PackageOutputPath >$(MSBuildThisFileDirectory)..\..\</PackageOutputPath >
75
75
<AllowedOutputExtensionsInPackageBuildOutputFolder >.pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder)</AllowedOutputExtensionsInPackageBuildOutputFolder >
76
76
</PropertyGroup >
77
+
78
+ <ItemGroup >
79
+ <None Include =" Xamarin.Legacy.OpenTK.targets" PackagePath =" build" Pack =" true" />
80
+ <None Include =" OpenTK.cfg" PackagePath =" build" Pack =" true" />
81
+ </ItemGroup >
77
82
78
83
</Project >
Original file line number Diff line number Diff line change
1
+ -keep class opentk.platform.android.AndroidGameView { *; <init>(...); }
2
+ -keep class opentk.GameViewBase { *; <init>(...); }
3
+ -keep class opentk_1_0.platform.android.AndroidGameView { *; <init>(...); }
4
+ -keep class opentk_1_0.GameViewBase { *; <init>(...); }
Original file line number Diff line number Diff line change
1
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <ItemGroup >
3
+ <ProguardConfiguration Include =" $(MSBuildThisFileDirectory)OpenTK.cfg" />
4
+ </ItemGroup >
5
+ </Project >
You can’t perform that action at this time.
0 commit comments