This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010 <PropertyGroup >
1111 <DefineConstants Condition =" $(TargetFramework.Contains ('android'))" >MONODROID</DefineConstants >
12- <DefineConstants Condition =" $(TargetFramework.Contains ('ios'))" >IPHONE</DefineConstants >
12+ <DefineConstants Condition =" $(TargetFramework.Contains ('ios'))" >IPHONE;XAMCORE_2_0 </DefineConstants >
1313 <DefineConstants >$(DefineConstants);MINIMAL;MOBILE;OPENTK_1</DefineConstants >
1414 <DefineConstants Condition =" '$(Configuration)' == 'Debug'" >$(DefineConstants);LOGGING</DefineConstants >
1515 </PropertyGroup >
4343 <!-- iOS Specific Files -->
4444 <ItemGroup >
4545 <Compile Include =" ..\..\Source\OpenTK\Graphics\*.iPhone\*.cs" Condition =" $(TargetFramework.Contains ('ios'))" />
46- <Compile Include =" ..\..\Source\OpenTK\Graphics/ ES10/ Helper.cs" Condition =" $(TargetFramework.Contains ('ios'))" />
47- <Compile Include =" ..\..\Source\OpenTK\Graphics/ ES11/ Helper.cs" Condition =" $(TargetFramework.Contains ('ios'))" />
48- <Compile Include =" ..\..\Source\OpenTK\Graphics/ ES20/ Helper.cs" Condition =" $(TargetFramework.Contains ('ios'))" />
46+ <Compile Include =" ..\..\Source\OpenTK\Graphics\ ES10\ Helper.cs" Condition =" $(TargetFramework.Contains ('ios'))" />
47+ <Compile Include =" ..\..\Source\OpenTK\Graphics\ ES11\ Helper.cs" Condition =" $(TargetFramework.Contains ('ios'))" />
48+ <Compile Include =" ..\..\Source\OpenTK\Graphics\ ES20\ Helper.cs" Condition =" $(TargetFramework.Contains ('ios'))" />
4949 <Compile Include =" ..\..\Source\OpenTK\Platform\iPhoneOS\**\*.cs" Condition =" $(TargetFramework.Contains ('ios'))" />
5050 </ItemGroup >
51+
52+ <ItemGroup >
53+ <PackageReference Include =" System.Drawing.Common" Version =" *" Condition =" $(TargetFramework.Contains ('ios'))" />
54+ </ItemGroup >
5155
5256</Project >
You can’t perform that action at this time.
0 commit comments