• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.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>fxload</ProjectName>
23    <ProjectGuid>{9E166F7A-A793-9FB6-0A67-F0AED8AE8C88}</ProjectGuid>
24    <RootNamespace>examples</RootNamespace>
25    <Keyword>Win32Proj</Keyword>
26  </PropertyGroup>
27  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29    <ConfigurationType>Application</ConfigurationType>
30    <CharacterSet>Unicode</CharacterSet>
31    <WholeProgramOptimization>true</WholeProgramOptimization>
32    <PlatformToolset>v110</PlatformToolset>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35    <ConfigurationType>Application</ConfigurationType>
36    <CharacterSet>Unicode</CharacterSet>
37    <PlatformToolset>v110</PlatformToolset>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40    <ConfigurationType>Application</ConfigurationType>
41    <CharacterSet>Unicode</CharacterSet>
42    <WholeProgramOptimization>true</WholeProgramOptimization>
43    <PlatformToolset>v110</PlatformToolset>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46    <ConfigurationType>Application</ConfigurationType>
47    <CharacterSet>Unicode</CharacterSet>
48    <PlatformToolset>v110</PlatformToolset>
49  </PropertyGroup>
50  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51  <ImportGroup Label="ExtensionSettings">
52  </ImportGroup>
53  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55  </ImportGroup>
56  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
57    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58  </ImportGroup>
59  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61  </ImportGroup>
62  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
63    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64  </ImportGroup>
65  <PropertyGroup Label="UserMacros" />
66  <PropertyGroup>
67    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
68    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\examples\</OutDir>
69    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir>
70    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\examples\</OutDir>
71    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir>
72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\examples\</OutDir>
73    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir>
74    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\examples\</OutDir>
75    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir>
76  </PropertyGroup>
77  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
78    <BuildLog>
79      <Path>$(IntDir)$(ProjectName).htm</Path>
80    </BuildLog>
81    <ClCompile>
82      <Optimization>Disabled</Optimization>
83      <AdditionalIncludeDirectories>.;..\examples\getopt;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
84      <PreprocessorDefinitions>WIN32;__GNU_LIBRARY__;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85      <MinimalRebuild>true</MinimalRebuild>
86      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
87      <WarningLevel>Level3</WarningLevel>
88      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
89    </ClCompile>
90    <Link>
91      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
92      <GenerateDebugInformation>true</GenerateDebugInformation>
93      <SubSystem>Console</SubSystem>
94      <TargetMachine>MachineX86</TargetMachine>
95    </Link>
96  </ItemDefinitionGroup>
97  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
98    <BuildLog>
99      <Path>$(IntDir)$(ProjectName).htm</Path>
100    </BuildLog>
101    <Midl>
102      <TargetEnvironment>X64</TargetEnvironment>
103    </Midl>
104    <ClCompile>
105      <Optimization>Disabled</Optimization>
106      <AdditionalIncludeDirectories>.;..\examples\getopt;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
107      <PreprocessorDefinitions>WIN32;__GNU_LIBRARY__;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108      <MinimalRebuild>true</MinimalRebuild>
109      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
110      <WarningLevel>Level3</WarningLevel>
111      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
112    </ClCompile>
113    <Link>
114      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
115      <GenerateDebugInformation>true</GenerateDebugInformation>
116      <SubSystem>Console</SubSystem>
117      <TargetMachine>MachineX64</TargetMachine>
118    </Link>
119  </ItemDefinitionGroup>
120  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121    <BuildLog>
122      <Path>$(IntDir)$(ProjectName).htm</Path>
123    </BuildLog>
124    <ClCompile>
125      <AdditionalIncludeDirectories>.;..\examples\getopt;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
126      <PreprocessorDefinitions>WIN32;__GNU_LIBRARY__;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
128      <WarningLevel>Level3</WarningLevel>
129    </ClCompile>
130    <Link>
131      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
132      <SubSystem>Console</SubSystem>
133      <TargetMachine>MachineX86</TargetMachine>
134    </Link>
135  </ItemDefinitionGroup>
136  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
137    <BuildLog>
138      <Path>$(IntDir)$(ProjectName).htm</Path>
139    </BuildLog>
140    <Midl>
141      <TargetEnvironment>X64</TargetEnvironment>
142    </Midl>
143    <ClCompile>
144      <AdditionalIncludeDirectories>.;..\examples\getopt;..\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
145      <PreprocessorDefinitions>WIN32;__GNU_LIBRARY__;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
147      <WarningLevel>Level3</WarningLevel>
148    </ClCompile>
149    <Link>
150      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
151      <SubSystem>Console</SubSystem>
152      <TargetMachine>MachineX64</TargetMachine>
153    </Link>
154  </ItemDefinitionGroup>
155  <ItemGroup>
156    <ClCompile Include="..\examples\ezusb.c" />
157    <ClCompile Include="..\examples\fxload.c" />
158  </ItemGroup>
159  <ItemGroup>
160    <ProjectReference Include=".\libusb_static_2012.vcxproj">
161      <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project>
162      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
163    </ProjectReference>
164    <ProjectReference Include="getopt_2012.vcxproj">
165      <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project>
166    </ProjectReference>
167  </ItemGroup>
168  <ItemGroup>
169    <ClInclude Include="..\examples\ezusb.h" />
170  </ItemGroup>
171  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
172  <ImportGroup Label="ExtensionTargets">
173  </ImportGroup>
174</Project>