blob: d9ca666c9b6f01b4108c7ae9efe54d30eee89c8f [file] [log] [blame]
Chris Dickens18162882020-01-21 15:40:45 -08001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|ARM">
5 <Configuration>Debug</Configuration>
6 <Platform>ARM</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|ARM64">
9 <Configuration>Debug</Configuration>
10 <Platform>ARM64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|ARM">
21 <Configuration>Release</Configuration>
22 <Platform>ARM</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|ARM64">
25 <Configuration>Release</Configuration>
26 <Platform>ARM64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectName>stress</ProjectName>
39 <ProjectGuid>{53942EFF-C810-458D-B3CB-EE5CE9F1E781}</ProjectGuid>
40 <RootNamespace>tests</RootNamespace>
41 <Keyword>Win32Proj</Keyword>
42 <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
43 <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
44 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
45 </PropertyGroup>
46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
47 <PropertyGroup Label="Configuration">
48 <ConfigurationType>Application</ConfigurationType>
49 <CharacterSet>Unicode</CharacterSet>
50 <PlatformToolset>v142</PlatformToolset>
51 <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization>
52 </PropertyGroup>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
55 </ImportGroup>
56 <ImportGroup Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 </ImportGroup>
59 <PropertyGroup Label="UserMacros" />
60 <PropertyGroup>
61 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
62 <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\tests\$(ProjectName)\</IntDir>
63 <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\tests\</OutDir>
64 </PropertyGroup>
65 <ItemDefinitionGroup>
66 <ClCompile>
67 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
68 <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
69 <PreprocessorDefinitions>_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
70 <WarningLevel>Level3</WarningLevel>
71 </ClCompile>
72 <ClCompile Condition="'$(Configuration)'=='Debug'">
73 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
74 <Optimization>Disabled</Optimization>
75 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
76 </ClCompile>
77 <ClCompile Condition="'$(Configuration)'=='Release'">
78 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
80 </ClCompile>
81 <Link>
82 <ProgramDatabaseFile>$(TargetDir)$(ProjectName).pdb</ProgramDatabaseFile>
83 <SubSystem>Console</SubSystem>
84 <AdditionalDependencies>kernel32.lib;%(AdditionalDependencies)</AdditionalDependencies>
85 </Link>
86 <Link Condition="'$(Configuration)'=='Debug'">
87 <GenerateDebugInformation>true</GenerateDebugInformation>
88 </Link>
89 </ItemDefinitionGroup>
90 <ItemGroup>
91 <ClCompile Include="..\tests\stress.c" />
92 <ClCompile Include="..\tests\testlib.c" />
93 </ItemGroup>
94 <ItemGroup>
Chris Dickensf2e551a2020-11-27 15:22:29 -080095 <ClInclude Include=".\config.h" />
Chris Dickens1be2ed92020-11-27 15:56:02 -080096 <ClInclude Include="..\libusb\libusb.h" />
Chris Dickens18162882020-01-21 15:40:45 -080097 <ClInclude Include="..\tests\libusb_testlib.h" />
98 </ItemGroup>
99 <ItemGroup>
winterrace221e8192020-01-24 22:59:52 +0100100 <ProjectReference Include=".\libusb_static_2019.vcxproj">
Chris Dickens18162882020-01-21 15:40:45 -0800101 <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project>
102 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
103 </ProjectReference>
104 </ItemGroup>
105 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
106 <ImportGroup Label="ExtensionTargets">
107 </ImportGroup>
108</Project>