the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="ContentPackage|PS3">
5 <Configuration>ContentPackage</Configuration>
6 <Platform>PS3</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|PS3">
9 <Configuration>Debug</Configuration>
10 <Platform>PS3</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|PS3">
13 <Configuration>Release</Configuration>
14 <Platform>PS3</Platform>
15 </ProjectConfiguration>
16 </ItemGroup>
17 <ItemGroup>
18 <ClInclude Include="CompressedTileStorage_SPU.h" />
19 <ClInclude Include="SparseDataStorage_SPU.h" />
20 <ClInclude Include="SparseLightStorage_SPU.h" />
21 <ClInclude Include="stdafx.h" />
22 </ItemGroup>
23 <ItemGroup>
24 <ClCompile Include="CompressedTileStorage_SPU.cpp" />
25 <ClCompile Include="CompressedTile_main.cpp" />
26 <ClCompile Include="SparseDataStorage_SPU.cpp" />
27 <ClCompile Include="SparseLightStorage_SPU.cpp" />
28 </ItemGroup>
29 <ItemGroup>
30 <None Include="..\CompressedTileStorage_compress\CompressedTileStorage_compress.spu.vcxproj" />
31 </ItemGroup>
32 <PropertyGroup Label="Globals">
33 <ProjectGuid>{4B436D43-D35B-4E56-988A-A3543B70C8E5}</ProjectGuid>
34 <ProjectName>CompressedTile</ProjectName>
35 <SccProjectName>%24/StoriesPark/Minecraft/MinecraftConsoles-dev/Minecraft.Client/PS3/SPU_Tasks/CompressedTile</SccProjectName>
36 <SccAuxPath>https://tfs4jstudios.visualstudio.com/defaultcollection</SccAuxPath>
37 <SccLocalPath>.</SccLocalPath>
38 <SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
39 </PropertyGroup>
40 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PS3'" Label="Configuration">
42 <ConfigurationType>Application</ConfigurationType>
43 <PlatformToolset>SPU</PlatformToolset>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ContentPackage|PS3'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <PlatformToolset>SPU</PlatformToolset>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'" Label="Configuration">
50 <ConfigurationType>Application</ConfigurationType>
51 <PlatformToolset>SPU</PlatformToolset>
52 </PropertyGroup>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|PS3'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 </ImportGroup>
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ContentPackage|PS3'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <PropertyGroup Label="UserMacros" />
66 <PropertyGroup>
67 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'">PS3_Debug\</OutDir>
69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'">PS3_Debug\</IntDir>
70 <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'">*.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean)</ExtensionsToDeleteOnClean>
71 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'" />
72 <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'">false</GenerateManifest>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|PS3'">PS3_Release\</OutDir>
74 <OutDir Condition="'$(Configuration)|$(Platform)'=='ContentPackage|PS3'">PS3_ContentPackage\</OutDir>
75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|PS3'">PS3_Release\</IntDir>
76 <IntDir Condition="'$(Configuration)|$(Platform)'=='ContentPackage|PS3'">PS3_ContentPackage\</IntDir>
77 <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|PS3'">*.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean)</ExtensionsToDeleteOnClean>
78 <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='ContentPackage|PS3'">*.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);undefined;$(ExtensionsToDeleteOnClean)</ExtensionsToDeleteOnClean>
79 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|PS3'" />
80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ContentPackage|PS3'" />
81 <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|PS3'">false</GenerateManifest>
82 <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ContentPackage|PS3'">false</GenerateManifest>
83 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'">$(ProjectName)</TargetName>
84 <SpursUsage>SpursInit</SpursUsage>
85 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|PS3'">$(ProjectName)</TargetName>
86 <TargetName Condition="'$(Configuration)|$(Platform)'=='ContentPackage|PS3'">$(ProjectName)</TargetName>
87 </PropertyGroup>
88 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'">
89 <ClCompile>
90 <AdditionalOptions>-ffunction-sections -fdata-sections -fstack-check %(AdditionalOptions)</AdditionalOptions>
91 <AdditionalIncludeDirectories>$(SN_PS3_PATH)\spu\include\sn;$(SCE_PS3_ROOT)\target\spu\include;$(SCE_PS3_ROOT)\target\common\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
92 <GenerateDebugInformation>true</GenerateDebugInformation>
93 <PreprocessorDefinitions>SN_TARGET_PS3_SPU;_DEBUG;__GCC__;SPU;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 </ClCompile>
95 <ProjectReference>
96 <LinkLibraryDependencies>true</LinkLibraryDependencies>
97 </ProjectReference>
98 <Link>
99 <AdditionalOptions>-Wl,--gc-sections -g %(AdditionalOptions)</AdditionalOptions>
100 <AdditionalDependencies>-ldma;-lspurs_jq;%(AdditionalDependencies)</AdditionalDependencies>
101 <RandomizedBaseAddress>false</RandomizedBaseAddress>
102 <DataExecutionPrevention>
103 </DataExecutionPrevention>
104 </Link>
105 <SpuElfConversion>
106 <EmbedFormat>JobBin2</EmbedFormat>
107 <OutputFile>..\ObjFiles\Debug\$(TargetName).ppu$(ObjectExt)</OutputFile>
108 </SpuElfConversion>
109 </ItemDefinitionGroup>
110 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PS3'">
111 <ClCompile>
112 <AdditionalOptions>-ffunction-sections -fdata-sections -fstack-check %(AdditionalOptions)</AdditionalOptions>
113 <AdditionalIncludeDirectories>$(SN_PS3_PATH)\spu\include\sn;$(SCE_PS3_ROOT)\target\spu\include;$(SCE_PS3_ROOT)\target\common\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
114 <GenerateDebugInformation>true</GenerateDebugInformation>
115 <OptimizationLevel>Level3</OptimizationLevel>
116 <PreprocessorDefinitions>SN_TARGET_PS3_SPU;NDEBUG;__GCC__;SPU;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117 </ClCompile>
118 <ProjectReference>
119 <LinkLibraryDependencies>true</LinkLibraryDependencies>
120 </ProjectReference>
121 <Link>
122 <AdditionalOptions>-Wl,--gc-sections -g %(AdditionalOptions)</AdditionalOptions>
123 <AdditionalDependencies>-ldma;-lspurs_jq;%(AdditionalDependencies)</AdditionalDependencies>
124 <RandomizedBaseAddress>false</RandomizedBaseAddress>
125 <DataExecutionPrevention>
126 </DataExecutionPrevention>
127 </Link>
128 <SpuElfConversion>
129 <EmbedFormat>JobBin2</EmbedFormat>
130 <OutputFile>..\ObjFiles\Release\$(TargetName).ppu$(ObjectExt)</OutputFile>
131 </SpuElfConversion>
132 </ItemDefinitionGroup>
133 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ContentPackage|PS3'">
134 <ClCompile>
135 <AdditionalOptions>-ffunction-sections -fdata-sections -fstack-check %(AdditionalOptions)</AdditionalOptions>
136 <AdditionalIncludeDirectories>$(SN_PS3_PATH)\spu\include\sn;$(SCE_PS3_ROOT)\target\spu\include;$(SCE_PS3_ROOT)\target\common\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
137 <GenerateDebugInformation>false</GenerateDebugInformation>
138 <OptimizationLevel>Level3</OptimizationLevel>
139 <PreprocessorDefinitions>SN_TARGET_PS3_SPU;NDEBUG;__GCC__;SPU;_CONTENT_PACKAGE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140 </ClCompile>
141 <ProjectReference>
142 <LinkLibraryDependencies>true</LinkLibraryDependencies>
143 </ProjectReference>
144 <Link>
145 <AdditionalOptions>-Wl,--gc-sections -g %(AdditionalOptions)</AdditionalOptions>
146 <AdditionalDependencies>-ldma;-lspurs_jq;%(AdditionalDependencies)</AdditionalDependencies>
147 <RandomizedBaseAddress>false</RandomizedBaseAddress>
148 <DataExecutionPrevention>
149 </DataExecutionPrevention>
150 </Link>
151 <SpuElfConversion>
152 <EmbedFormat>JobBin2</EmbedFormat>
153 <OutputFile>..\ObjFiles\ContentPackage\$(TargetName).ppu$(ObjectExt)</OutputFile>
154 <StripMode>Hard</StripMode>
155 </SpuElfConversion>
156 </ItemDefinitionGroup>
157 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
158 <ImportGroup Label="ExtensionTargets">
159 </ImportGroup>
160</Project>