mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
Update it to the version found at https://github.com/Microsoft/Windows-classic-samples , which is in an MIT licensed repo, and add the LICENSE file (edited to remove the SIL Open Font LICENSE part since that doesn't apply). Some modifications have been made to reduce the diff/stop git complaining (not including any file that wasn't in the previous version and removing the related header includes in streams.h, and fixing some but not all of the whitespace issues).
113 lines
No EOL
4.7 KiB
XML
113 lines
No EOL
4.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<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>{27F17499-A372-4408-8AFA-4F9F4584FBD3}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<WholeProgramOptimization Condition="$(Configuration.Contains(Release))">true</WholeProgramOptimization>
|
|
<UseDebugLibraries Condition="$(Configuration.Contains(Debug))">true</UseDebugLibraries>
|
|
<UseDebugLibraries Condition="!$(Configuration.Contains(Debug))">false</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="..\..\3rdparty\DefaultProjectRootDir.props" />
|
|
<Import Project="..\..\3rdparty\3rdparty.props" />
|
|
<Import Condition="$(Configuration.Contains(Debug))" Project="..\..\common\vsprops\CodeGen_Debug.props" />
|
|
<Import Condition="$(Configuration.Contains(Release))" Project="..\..\common\vsprops\CodeGen_Release.props" />
|
|
<Import Condition="!$(Configuration.Contains(Release))" Project="..\..\common\vsprops\IncrementalLinking.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>streams.h</PrecompiledHeaderFile>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="amextra.h" />
|
|
<ClInclude Include="amfilter.h" />
|
|
<ClInclude Include="cache.h" />
|
|
<ClInclude Include="combase.h" />
|
|
<ClInclude Include="ctlutil.h" />
|
|
<ClInclude Include="ddmm.h" />
|
|
<ClInclude Include="fourcc.h" />
|
|
<ClInclude Include="measure.h" />
|
|
<ClInclude Include="msgthrd.h" />
|
|
<ClInclude Include="mtype.h" />
|
|
<ClInclude Include="outputq.h" />
|
|
<ClInclude Include="pstream.h" />
|
|
<ClInclude Include="pullpin.h" />
|
|
<ClInclude Include="refclock.h" />
|
|
<ClInclude Include="reftime.h" />
|
|
<ClInclude Include="renbase.h" />
|
|
<ClInclude Include="schedule.h" />
|
|
<ClInclude Include="seekpt.h" />
|
|
<ClInclude Include="source.h" />
|
|
<ClInclude Include="streams.h" />
|
|
<ClInclude Include="strmctl.h" />
|
|
<ClInclude Include="sysclock.h" />
|
|
<ClInclude Include="transfrm.h" />
|
|
<ClInclude Include="transip.h" />
|
|
<ClInclude Include="vtrans.h" />
|
|
<ClInclude Include="wxdebug.h" />
|
|
<ClInclude Include="wxlist.h" />
|
|
<ClInclude Include="wxutil.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="amextra.cpp" />
|
|
<ClCompile Include="amfilter.cpp" />
|
|
<ClCompile Include="amvideo.cpp" />
|
|
<ClCompile Include="combase.cpp" />
|
|
<ClCompile Include="ctlutil.cpp" />
|
|
<ClCompile Include="ddmm.cpp">
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="mtype.cpp" />
|
|
<ClCompile Include="outputq.cpp" />
|
|
<ClCompile Include="pstream.cpp" />
|
|
<ClCompile Include="pullpin.cpp" />
|
|
<ClCompile Include="refclock.cpp" />
|
|
<ClCompile Include="renbase.cpp" />
|
|
<ClCompile Include="schedule.cpp" />
|
|
<ClCompile Include="seekpt.cpp">
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="source.cpp" />
|
|
<ClCompile Include="strmctl.cpp" />
|
|
<ClCompile Include="sysclock.cpp" />
|
|
<ClCompile Include="transfrm.cpp" />
|
|
<ClCompile Include="transip.cpp" />
|
|
<ClCompile Include="vtrans.cpp" />
|
|
<ClCompile Include="wxdebug.cpp" />
|
|
<ClCompile Include="wxlist.cpp" />
|
|
<ClCompile Include="wxutil.cpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
</Project> |