2013-11-27 16:44:32 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-08-10 08:48:02 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ProjectConfiguration Include="Devel|Win32">
|
|
|
|
|
<Configuration>Devel</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ProjectConfiguration Include="Devel|x64">
|
|
|
|
|
<Configuration>Devel</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{E613DA9F-41B4-4613-9911-E418EF5533BC}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2016-02-26 00:39:20 +00:00
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-03-07 19:47:54 +00:00
|
|
|
|
<WholeProgramOptimization Condition="$(Configuration.Contains(Release))">true</WholeProgramOptimization>
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<UseDebugLibraries Condition="$(Configuration.Contains(Debug))">true</UseDebugLibraries>
|
|
|
|
|
<UseDebugLibraries Condition="!$(Configuration.Contains(Debug))">false</UseDebugLibraries>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<Import Project="..\..\..\common\vsprops\plugin_svnroot.props" />
|
|
|
|
|
<Import Project="ProjectRootDir.props" />
|
|
|
|
|
<Import Project="..\..\..\common\vsprops\BaseProperties.props" />
|
|
|
|
|
<Import Project="..\..\..\common\vsprops\3rdpartyDeps.props" />
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<Import Condition="$(Configuration.Contains(Debug))" Project="..\..\..\common\vsprops\CodeGen_Debug.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Devel))" Project="..\..\..\common\vsprops\CodeGen_Devel.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Release))" Project="..\..\..\common\vsprops\CodeGen_Release.props" />
|
|
|
|
|
<Import Condition="!$(Configuration.Contains(Release))" Project="..\..\..\common\vsprops\IncrementalLinking.props" />
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</PropertyGroup>
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<Link>
|
|
|
|
|
<ModuleDefinitionFile>USBqemu.def</ModuleDefinitionFile>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<TargetMachine Condition="'$(Platform)'=='Win32'">MachineX86</TargetMachine>
|
|
|
|
|
<TargetMachine Condition="'$(Platform)'=='x64'">MachineX64</TargetMachine>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\qemu-usb\usb-msd.cpp">
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="CfgHelpers.cpp" />
|
|
|
|
|
<ClCompile Include="Config.cpp" />
|
|
|
|
|
<ClCompile Include="..\USB.cpp" />
|
|
|
|
|
<ClCompile Include="Win32.cpp" />
|
|
|
|
|
<ClCompile Include="..\qemu-usb\usb-base.cpp" />
|
|
|
|
|
<ClCompile Include="..\usb-eyetoy\usb-eyetoy.cpp">
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\qemu-usb\usb-hid.cpp">
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\qemu-usb\usb-hub.cpp">
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\qemu-usb\usb-kbd.cpp" />
|
|
|
|
|
<ClCompile Include="..\usb-mic\usb-mic-dummy.cpp">
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\qemu-usb\usb-ohci.cpp" />
|
|
|
|
|
<ClCompile Include="..\qemu-usb\vl.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="USBqemu.def" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\qemu-usb\qemu-queue.h" />
|
|
|
|
|
<ClInclude Include="..\qemu-usb\USBinternal.h" />
|
|
|
|
|
<ClInclude Include="CfgHelpers.h" />
|
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
|
<ClInclude Include="..\USB.h" />
|
|
|
|
|
<ClInclude Include="..\qemu-usb\usb.h" />
|
|
|
|
|
<ClInclude Include="..\qemu-usb\vl.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="USBqemu.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2016-07-12 21:07:26 +00:00
|
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
|
|
|
</Project>
|