Mikolaj Kucharski | cd43185 | 2020-11-30 15:51:34 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug|Win32"> |
| 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Debug|x64"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>x64</Platform> |
| 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="Release|Win32"> |
| 13 | <Configuration>Release</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Release|x64"> |
| 17 | <Configuration>Release</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
| 20 | </ItemGroup> |
| 21 | <PropertyGroup Label="Globals"> |
| 22 | <ProjectName>sam3u_benchmark</ProjectName> |
| 23 | <ProjectGuid>{861cdd5f-59a2-4f34-957e-5c1af98be0a4}</ProjectGuid> |
| 24 | <RootNamespace>examples</RootNamespace> |
| 25 | <Keyword>Win32Proj</Keyword> |
| 26 | </PropertyGroup> |
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 28 | <PropertyGroup Label="Configuration"> |
| 29 | <ConfigurationType>Application</ConfigurationType> |
| 30 | <CharacterSet>Unicode</CharacterSet> |
| 31 | <PlatformToolset>v120</PlatformToolset> |
| 32 | <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization> |
| 33 | </PropertyGroup> |
| 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 35 | <ImportGroup Label="ExtensionSettings"> |
| 36 | </ImportGroup> |
| 37 | <ImportGroup Label="PropertySheets"> |
| 38 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 39 | </ImportGroup> |
| 40 | <PropertyGroup Label="UserMacros" /> |
| 41 | <PropertyGroup> |
| 42 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 43 | <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir> |
| 44 | <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\</OutDir> |
| 45 | </PropertyGroup> |
| 46 | <ItemDefinitionGroup> |
| 47 | <ClCompile> |
| 48 | <AdditionalIncludeDirectories>.;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 49 | <PreprocessorDefinitions>_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 50 | <WarningLevel>Level3</WarningLevel> |
| 51 | </ClCompile> |
| 52 | <ClCompile Condition="'$(Configuration)'=='Debug'"> |
| 53 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 54 | <MinimalRebuild>true</MinimalRebuild> |
| 55 | <Optimization>Disabled</Optimization> |
| 56 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 57 | </ClCompile> |
| 58 | <ClCompile Condition="'$(Configuration)'=='Release'"> |
| 59 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 60 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 61 | </ClCompile> |
| 62 | <Link> |
| 63 | <ProgramDatabaseFile>$(TargetDir)$(ProjectName).pdb</ProgramDatabaseFile> |
| 64 | <SubSystem>Console</SubSystem> |
| 65 | <AdditionalDependencies>kernel32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 66 | </Link> |
| 67 | <Link Condition="'$(Configuration)'=='Debug'"> |
| 68 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 69 | </Link> |
| 70 | </ItemDefinitionGroup> |
| 71 | <ItemGroup> |
| 72 | <ClCompile Include="..\examples\sam3u_benchmark.c" /> |
| 73 | </ItemGroup> |
| 74 | <ItemGroup> |
| 75 | <ClInclude Include=".\config.h" /> |
| 76 | <ClInclude Include="..\libusb\libusb.h" /> |
| 77 | </ItemGroup> |
| 78 | <ItemGroup> |
| 79 | <ProjectReference Include=".\libusb_static_2013.vcxproj"> |
| 80 | <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project> |
| 81 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 82 | </ProjectReference> |
| 83 | </ItemGroup> |
| 84 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 85 | <ImportGroup Label="ExtensionTargets"> |
| 86 | </ImportGroup> |
Chris Dickens | a2f1e2d | 2020-11-27 18:39:53 -0800 | [diff] [blame] | 87 | </Project> |