2014-06-24 19:57:43 -06:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-25 16:58:59 -06:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<ProjectGuid>{160BDC25-5626-4B0D-BDD8-2953D9777FB5}</ProjectGuid>
|
2017-05-26 06:36:33 -06:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2011-02-07 21:03:48 -07:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2017-05-25 16:58:59 -06:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2013-02-27 19:04:07 -07:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</PropertyGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</PropertyGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2011-01-27 03:41:26 -07:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-27 03:41:26 -07:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-07 21:03:48 -07:00
|
|
|
|
<Import Project="..\..\VSProps\Base.props" />
|
2014-08-15 00:51:13 -06:00
|
|
|
|
<Import Project="..\..\VSProps\PCHUse.props" />
|
2011-01-27 03:41:26 -07:00
|
|
|
|
</ImportGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<ItemGroup>
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="Blob.cpp" />
|
|
|
|
|
<ClCompile Include="CISOBlob.cpp" />
|
|
|
|
|
<ClCompile Include="CompressedBlob.cpp" />
|
2017-06-17 04:37:30 -06:00
|
|
|
|
<ClCompile Include="DiscExtractor.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="DiscScrubber.cpp" />
|
|
|
|
|
<ClCompile Include="DriveBlob.cpp" />
|
2016-07-06 12:33:05 -06:00
|
|
|
|
<ClCompile Include="Enums.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="FileBlob.cpp" />
|
|
|
|
|
<ClCompile Include="Filesystem.cpp" />
|
|
|
|
|
<ClCompile Include="FileSystemGCWii.cpp" />
|
|
|
|
|
<ClCompile Include="NANDContentLoader.cpp" />
|
2017-03-19 01:00:49 -06:00
|
|
|
|
<ClCompile Include="NANDImporter.cpp" />
|
2016-12-17 06:48:49 -07:00
|
|
|
|
<ClCompile Include="TGCBlob.cpp" />
|
2016-07-06 12:33:05 -06:00
|
|
|
|
<ClCompile Include="Volume.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="VolumeDirectory.cpp" />
|
|
|
|
|
<ClCompile Include="VolumeGC.cpp" />
|
|
|
|
|
<ClCompile Include="VolumeWad.cpp" />
|
2017-06-06 03:49:01 -06:00
|
|
|
|
<ClCompile Include="VolumeWii.cpp" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClCompile Include="WbfsBlob.cpp" />
|
|
|
|
|
<ClCompile Include="WiiWad.cpp" />
|
2013-10-19 03:27:57 -06:00
|
|
|
|
</ItemGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<ItemGroup>
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="Blob.h" />
|
|
|
|
|
<ClInclude Include="CISOBlob.h" />
|
|
|
|
|
<ClInclude Include="CompressedBlob.h" />
|
2017-06-17 04:37:30 -06:00
|
|
|
|
<ClInclude Include="DiscExtractor.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="DiscScrubber.h" />
|
|
|
|
|
<ClInclude Include="DriveBlob.h" />
|
2016-07-06 12:33:05 -06:00
|
|
|
|
<ClInclude Include="Enums.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="FileBlob.h" />
|
|
|
|
|
<ClInclude Include="Filesystem.h" />
|
|
|
|
|
<ClInclude Include="FileSystemGCWii.h" />
|
|
|
|
|
<ClInclude Include="NANDContentLoader.h" />
|
2017-03-19 01:00:49 -06:00
|
|
|
|
<ClInclude Include="NANDImporter.h" />
|
2016-12-17 06:48:49 -07:00
|
|
|
|
<ClInclude Include="TGCBlob.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="Volume.h" />
|
|
|
|
|
<ClInclude Include="VolumeDirectory.h" />
|
|
|
|
|
<ClInclude Include="VolumeGC.h" />
|
|
|
|
|
<ClInclude Include="VolumeWad.h" />
|
2017-06-06 03:49:01 -06:00
|
|
|
|
<ClInclude Include="VolumeWii.h" />
|
2013-12-07 13:14:29 -07:00
|
|
|
|
<ClInclude Include="WbfsBlob.h" />
|
|
|
|
|
<ClInclude Include="WiiWad.h" />
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<Text Include="CMakeLists.txt" />
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-09-23 17:03:08 -06:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)mbedtls\mbedTLS.vcxproj">
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-08-31 06:51:38 -06:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)zlib\zlib.vcxproj">
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<Project>{ff213b23-2c26-4214-9f88-85271e557e87}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-08-31 06:51:38 -06:00
|
|
|
|
<ProjectReference Include="$(CoreDir)Common\Common.vcxproj">
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<Project>{2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project>
|
|
|
|
|
</ProjectReference>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2016-07-06 12:33:05 -06:00
|
|
|
|
</Project>
|