-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGamejoltGameAPI.iOS.vcxproj
More file actions
79 lines (79 loc) · 3.61 KB
/
GamejoltGameAPI.iOS.vcxproj
File metadata and controls
79 lines (79 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Runtime|ARM">
<Configuration>Runtime</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Runtime|ARM64">
<Configuration>Runtime</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Runtime|x64">
<Configuration>Runtime</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x86">
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Runtime|x86">
<Configuration>Runtime</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{b5fce387-e23f-4fd1-bba9-a19ae0584a12}</ProjectGuid>
<Keyword>iOS</Keyword>
<DefaultLanguage>en-GB</DefaultLanguage>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<ApplicationType>iOS</ApplicationType>
<ApplicationTypeRevision>1.0</ApplicationTypeRevision>
<ProjectName>GamejoltGameAPI.iOS</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(ProjectDir)\..\Lib\FusionSDK.props" />
<Import Project="$(ProjectDir)\..\Lib\FusionSDK_AfterMSPropSheets.props" />
<ImportGroup Label="ExtensionSettings" />
<ImportGroup Label="Shared">
<Import Project="GamejoltGameAPI.Shared.vcxitems" Label="Shared" />
</ImportGroup>
<ItemGroup>
<ClInclude Include="..\Inc\iOS\MMF2Lib\CCndExtension.h" />
<ClInclude Include="..\Inc\iOS\MMFiOSMasterHeader.hpp" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CActExtension.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CEffectEx.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CEventProgram.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CEvents.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CObject.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CObjInfo.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CQualToOiList.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CRun.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CRunApp.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CRunExtension.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CRVal.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\CValue.h" />
<ClInclude Include="..\Inc\iOS\MMF2Lib\IDrawable.h" />
<ClInclude Condition="exists('$(SolutionDir)Temp\$(ExtName)\Temp_ACECallTable.cpp')" Include="$(SolutionDir)Temp\$(ExtName)\Temp_ACECallTable.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Condition="exists('$(ProjectDir)\DarkExt.PostMinify.json')" Include="$(ProjectDir)\DarkExt.PostMinify.json" />
</ItemGroup>
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>