1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|x64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >x64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <VCProjectVersion >15.0</VCProjectVersion >
15
+ <ProjectGuid >{A84D4D62-C8E8-4047-8BFF-528F6296417A}</ProjectGuid >
16
+ <Keyword >Win32Proj</Keyword >
17
+ </PropertyGroup >
18
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
20
+ <ConfigurationType >Makefile</ConfigurationType >
21
+ <UseDebugLibraries >true</UseDebugLibraries >
22
+ <PlatformToolset >v142</PlatformToolset >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
25
+ <ConfigurationType >Makefile</ConfigurationType >
26
+ <UseDebugLibraries >false</UseDebugLibraries >
27
+ <PlatformToolset >v142</PlatformToolset >
28
+ </PropertyGroup >
29
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
30
+ <ImportGroup Label =" ExtensionSettings" >
31
+ </ImportGroup >
32
+ <ImportGroup Label =" Shared" >
33
+ </ImportGroup >
34
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
35
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
36
+ </ImportGroup >
37
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
38
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
39
+ </ImportGroup >
40
+ <PropertyGroup Label =" UserMacros" />
41
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
42
+ <NMakePreprocessorDefinitions >WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
43
+ </PropertyGroup >
44
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
45
+ <NMakePreprocessorDefinitions >_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
46
+ <NMakeBuildCommandLine >call build.bat $(IntDir) "$(TargetName)" "$(SolutionDir)"</NMakeBuildCommandLine >
47
+ <NMakeReBuildCommandLine >del /s /q /f $(IntDir)\*.o
48
+ del /s /q /f $(IntDir)\*.elf
49
+ del /s /q /f $(IntDir)\*.oelf
50
+ call build.bat $(IntDir) "$(TargetName)" "$(SolutionDir)"</NMakeReBuildCommandLine >
51
+ <NMakeCleanCommandLine >del /s /q /f $(IntDir)\*.o
52
+ del /s /q /f $(IntDir)\*.elf
53
+ del /s /q /f $(IntDir)\*.oelf</NMakeCleanCommandLine >
54
+ <OutDir >$(SolutionDir)</OutDir >
55
+ <NMakeIncludeSearchPath >$(OO_PS4_TOOLCHAIN)\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath >
56
+ </PropertyGroup >
57
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
58
+ <NMakePreprocessorDefinitions >WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
59
+ </PropertyGroup >
60
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
61
+ <NMakePreprocessorDefinitions >NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
62
+ </PropertyGroup >
63
+ <ItemDefinitionGroup >
64
+ </ItemDefinitionGroup >
65
+ <ItemGroup >
66
+ <ClCompile Include =" ..\module.c" Link =" module.c" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <ClInclude Include =" ..\logo_data.h" Link =" logo_data.h" />
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <ClInclude Include =" ..\string_data.h" Link =" string_data.h" />
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <None Include =" build.bat" />
76
+ </ItemGroup >
77
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
78
+ <ImportGroup Label =" ExtensionTargets" >
79
+ </ImportGroup >
80
+ </Project >
0 commit comments