-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGamejoltGameAPI.Mac.vcxproj
More file actions
58 lines (58 loc) · 2.78 KB
/
GamejoltGameAPI.Mac.vcxproj
File metadata and controls
58 lines (58 loc) · 2.78 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
<?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|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Runtime|x64">
<Configuration>Runtime</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Runtime|ARM64">
<Configuration>Runtime</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{3870f1c6-20f6-46cb-824a-9863193879ff}</ProjectGuid>
<Keyword>iOS</Keyword>
<DefaultLanguage>en-GB</DefaultLanguage>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<ApplicationType>iOS</ApplicationType>
<ApplicationTypeRevision>1.0</ApplicationTypeRevision>
<ProjectName>GamejoltGameAPI.Mac</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(ProjectDir)\..\Lib\FusionSDK.props" />
<ImportGroup Label="ExtensionSettings" />
<ImportGroup Label="Shared">
<Import Project="GamejoltGameAPI.Shared.vcxitems" Label="Shared" />
</ImportGroup>
<ItemGroup>
<ClInclude Include="..\Inc\Mac\MMFMacMasterHeader.hpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Condition="exists('$(SolutionDir)Temp\$(ExtName)\Mac\CRun$(TargetNameUnderscores).hpp')" Include="$(SolutionDir)Temp\$(ExtName)\Mac\CRun$(TargetNameUnderscores).hpp" />
<ClCompile Condition="exists('$(SolutionDir)Temp\$(ExtName)\Mac\CRun$(TargetNameUnderscores).mm')" Include="$(SolutionDir)Temp\$(ExtName)\Mac\CRun$(TargetNameUnderscores).mm">
<FileType>CppCode</FileType>
</ClCompile>
<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" />
<Import Project="$(ProjectDir)\..\Lib\FusionSDK_AfterMSPropSheets.props" Condition="$(Platform)=='x64' AND '$(IsSecondRun)'!='1'" />
<ImportGroup Label="ExtensionTargets" />
<PropertyGroup>
<TargetOSAndVersion>Mac</TargetOSAndVersion>
</PropertyGroup>
</Project>