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 11<Project >
22 <PropertyGroup >
3- <_OpenTKNugetVersion >0 .0.1-alpha </_OpenTKNugetVersion >
3+ <_OpenTKNugetVersion >1 .0.0 </_OpenTKNugetVersion >
44 </PropertyGroup >
55</Project >
Original file line number Diff line number Diff line change 7474 <PackageOutputPath >$(MSBuildThisFileDirectory)..\..\</PackageOutputPath >
7575 <AllowedOutputExtensionsInPackageBuildOutputFolder >.pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder)</AllowedOutputExtensionsInPackageBuildOutputFolder >
7676 </PropertyGroup >
77+
78+ <ItemGroup >
79+ <None Include =" Xamarin.Legacy.OpenTK.props" PackagePath =" build" Pack =" true" />
80+ <None Include =" OpenTK.cfg" PackagePath =" build" Pack =" true" />
81+ </ItemGroup >
7782
7883</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