Core: use C99 flexible array member when possible
[platform/upstream/libusb.git] / msvc / getopt_2012.vcxproj
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     <ProjectGuid>{AE83E1B4-CE06-47EE-B7A3-C3A1D7C2D71E}</ProjectGuid>
23     <RootNamespace>getopt</RootNamespace>
24   </PropertyGroup>
25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27     <ConfigurationType>StaticLibrary</ConfigurationType>
28     <CharacterSet>Unicode</CharacterSet>
29     <WholeProgramOptimization>true</WholeProgramOptimization>
30     <PlatformToolset>v110</PlatformToolset>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>StaticLibrary</ConfigurationType>
34     <CharacterSet>Unicode</CharacterSet>
35     <PlatformToolset>v110</PlatformToolset>
36   </PropertyGroup>
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
38     <ConfigurationType>StaticLibrary</ConfigurationType>
39     <CharacterSet>Unicode</CharacterSet>
40     <WholeProgramOptimization>true</WholeProgramOptimization>
41     <PlatformToolset>v110</PlatformToolset>
42   </PropertyGroup>
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44     <ConfigurationType>StaticLibrary</ConfigurationType>
45     <CharacterSet>Unicode</CharacterSet>
46     <PlatformToolset>v110</PlatformToolset>
47   </PropertyGroup>
48   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49   <ImportGroup Label="ExtensionSettings">
50   </ImportGroup>
51   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
52     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53   </ImportGroup>
54   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56   </ImportGroup>
57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59   </ImportGroup>
60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62   </ImportGroup>
63   <PropertyGroup Label="UserMacros" />
64   <PropertyGroup>
65     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
66     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir>
67     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir>
68     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir>
69     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir>
70     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir>
71     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir>
72     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir>
73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\$(Platform)\$(Configuration)\lib\getopt\</IntDir>
74   </PropertyGroup>
75   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76     <ClCompile>
77       <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
78       <MinimalRebuild>true</MinimalRebuild>
79       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
80       <WarningLevel>Level3</WarningLevel>
81       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
82     </ClCompile>
83     <Lib>
84       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
85     </Lib>
86   </ItemDefinitionGroup>
87   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
88     <Midl>
89       <TargetEnvironment>X64</TargetEnvironment>
90     </Midl>
91     <ClCompile>
92       <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
94       <WarningLevel>Level3</WarningLevel>
95       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
96     </ClCompile>
97     <Lib>
98       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
99     </Lib>
100   </ItemDefinitionGroup>
101   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
102     <ClCompile>
103       <Optimization>MaxSpeed</Optimization>
104       <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
106       <WarningLevel>Level3</WarningLevel>
107     </ClCompile>
108     <Lib>
109       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
110     </Lib>
111   </ItemDefinitionGroup>
112   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
113     <Midl>
114       <TargetEnvironment>X64</TargetEnvironment>
115     </Midl>
116     <ClCompile>
117       <PreprocessorDefinitions>HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
119       <WarningLevel>Level3</WarningLevel>
120     </ClCompile>
121     <Lib>
122       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
123     </Lib>
124   </ItemDefinitionGroup>
125   <ItemGroup>
126     <ClCompile Include="..\examples\getopt\getopt.c" />
127     <ClCompile Include="..\examples\getopt\getopt1.c" />
128   </ItemGroup>
129   <ItemGroup>
130     <ClInclude Include="..\examples\getopt\getopt.h" />
131   </ItemGroup>
132   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
133   <ImportGroup Label="ExtensionTargets">
134   </ImportGroup>
135 </Project>