Ishiiruka/Source/Core/DiscIO/DiscIO.vcxproj

101 lines
4.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2017-03-09 19:20:08 -05:00
<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="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{B6398059-EBB6-4C34-B547-95F365B71FF4}</ProjectGuid>
2019-06-23 20:09:49 -04:00
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2013-11-09 16:40:00 -05:00
<PropertyGroup Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
2019-06-23 20:09:49 -04:00
<PlatformToolset>v142</PlatformToolset>
2013-02-27 21:04:07 -05:00
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
2013-11-09 16:40:00 -05:00
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
2013-11-09 16:40:00 -05:00
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
2013-11-09 16:40:00 -05:00
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\..\VSProps\Base.props" />
2014-09-03 16:38:59 -04:00
<Import Project="..\..\VSProps\PCHUse.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
2013-11-09 16:40:00 -05:00
<ItemGroup>
<ClCompile Include="Blob.cpp" />
<ClCompile Include="CISOBlob.cpp" />
<ClCompile Include="CompressedBlob.cpp" />
2017-08-19 13:01:13 -04:00
<ClCompile Include="DirectoryBlob.cpp" />
2017-07-04 23:09:03 -04:00
<ClCompile Include="DiscExtractor.cpp" />
<ClCompile Include="DiscScrubber.cpp" />
<ClCompile Include="DriveBlob.cpp" />
2016-07-15 11:06:22 -04:00
<ClCompile Include="Enums.cpp" />
<ClCompile Include="FileBlob.cpp" />
<ClCompile Include="Filesystem.cpp" />
<ClCompile Include="FileSystemGCWii.cpp" />
2017-04-24 20:48:22 -04:00
<ClCompile Include="NANDImporter.cpp" />
2016-12-30 13:33:06 -05:00
<ClCompile Include="TGCBlob.cpp" />
2016-07-15 11:06:22 -04:00
<ClCompile Include="Volume.cpp" />
2017-08-19 13:01:13 -04:00
<ClCompile Include="VolumeFileBlobReader.cpp" />
<ClCompile Include="VolumeGC.cpp" />
<ClCompile Include="VolumeWad.cpp" />
2017-07-04 23:09:03 -04:00
<ClCompile Include="VolumeWii.cpp" />
<ClCompile Include="WbfsBlob.cpp" />
2018-02-20 21:34:54 -05:00
<ClCompile Include="WiiSaveBanner.cpp" />
<ClCompile Include="WiiWad.cpp" />
2013-11-09 16:40:00 -05:00
</ItemGroup>
<ItemGroup>
<ClInclude Include="Blob.h" />
<ClInclude Include="CISOBlob.h" />
<ClInclude Include="CompressedBlob.h" />
2017-08-19 13:01:13 -04:00
<ClInclude Include="DirectoryBlob.h" />
2017-07-04 23:09:03 -04:00
<ClInclude Include="DiscExtractor.h" />
<ClInclude Include="DiscScrubber.h" />
<ClInclude Include="DriveBlob.h" />
2016-07-15 11:06:22 -04:00
<ClInclude Include="Enums.h" />
<ClInclude Include="FileBlob.h" />
<ClInclude Include="Filesystem.h" />
<ClInclude Include="FileSystemGCWii.h" />
2017-04-24 20:48:22 -04:00
<ClInclude Include="NANDImporter.h" />
2016-12-30 13:33:06 -05:00
<ClInclude Include="TGCBlob.h" />
<ClInclude Include="Volume.h" />
2017-08-19 13:01:13 -04:00
<ClInclude Include="VolumeFileBlobReader.h" />
<ClInclude Include="VolumeGC.h" />
<ClInclude Include="VolumeWad.h" />
2017-07-04 23:09:03 -04:00
<ClInclude Include="VolumeWii.h" />
<ClInclude Include="WbfsBlob.h" />
2018-02-20 21:34:54 -05:00
<ClInclude Include="WiiSaveBanner.h" />
<ClInclude Include="WiiWad.h" />
</ItemGroup>
<ItemGroup>
2013-11-09 16:40:00 -05:00
<Text Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
2015-10-04 23:39:35 -04:00
<ProjectReference Include="$(ExternalsDir)mbedtls\mbedTLS.vcxproj">
2014-06-03 17:14:53 -04:00
<Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project>
2013-11-09 16:40:00 -05:00
</ProjectReference>
2014-09-03 16:38:59 -04:00
<ProjectReference Include="$(ExternalsDir)zlib\zlib.vcxproj">
2014-06-03 17:14:53 -04:00
<Project>{ff213b23-2c26-4214-9f88-85271e557e87}</Project>
2013-11-09 16:40:00 -05:00
</ProjectReference>
2014-09-03 16:38:59 -04:00
<ProjectReference Include="$(CoreDir)Common\Common.vcxproj">
2014-06-03 17:14:53 -04:00
<Project>{2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project>
2013-11-09 16:40:00 -05:00
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
2018-02-20 21:34:54 -05:00
</Project>