Fix gspawn-win32-helper Visual C++ projects
[platform/upstream/glib.git] / build / win32 / vs10 / gspawn-win32-helper.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>{289240E7-E167-47CE-A20C-58D852E520BA}</ProjectGuid>
23     <RootNamespace>gspawnwin32helper</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28     <ConfigurationType>Application</ConfigurationType>
29     <CharacterSet>MultiByte</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>Application</ConfigurationType>
34     <CharacterSet>MultiByte</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37     <ConfigurationType>Application</ConfigurationType>
38     <CharacterSet>MultiByte</CharacterSet>
39     <WholeProgramOptimization>true</WholeProgramOptimization>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42     <ConfigurationType>Application</ConfigurationType>
43     <CharacterSet>MultiByte</CharacterSet>
44   </PropertyGroup>
45   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46   <ImportGroup Label="ExtensionSettings">
47   </ImportGroup>
48   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50     <Import Project="glib.props" />
51   </ImportGroup>
52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54     <Import Project="glib.props" />
55   </ImportGroup>
56   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58     <Import Project="glib.props" />
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     <Import Project="glib.props" />
63   </ImportGroup>
64   <PropertyGroup Label="UserMacros" />
65   <PropertyGroup>
66     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
67     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
68     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
70   </PropertyGroup>
71   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
72     <ClCompile>
73       <Optimization>Disabled</Optimization>
74       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
75       <MinimalRebuild>true</MinimalRebuild>
76       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
77       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
78       <PrecompiledHeader>
79       </PrecompiledHeader>
80       <WarningLevel>Level3</WarningLevel>
81       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
82       <CompileAs>CompileAsC</CompileAs>
83     </ClCompile>
84     <Link>
85       <GenerateDebugInformation>true</GenerateDebugInformation>
86       <SubSystem>Windows</SubSystem>
87       <RandomizedBaseAddress>false</RandomizedBaseAddress>
88       <DataExecutionPrevention>
89       </DataExecutionPrevention>
90       <TargetMachine>MachineX86</TargetMachine>
91     </Link>
92   </ItemDefinitionGroup>
93   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
94     <ClCompile>
95       <Optimization>Disabled</Optimization>
96       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
97       <MinimalRebuild>true</MinimalRebuild>
98       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
99       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
100       <PrecompiledHeader>
101       </PrecompiledHeader>
102       <WarningLevel>Level3</WarningLevel>
103       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
104       <CompileAs>CompileAsC</CompileAs>
105     </ClCompile>
106     <Link>
107       <OutputFile>$(OutDir)gspawn-win64-helper.exe</OutputFile>
108       <GenerateDebugInformation>true</GenerateDebugInformation>
109       <SubSystem>Windows</SubSystem>
110       <RandomizedBaseAddress>false</RandomizedBaseAddress>
111       <DataExecutionPrevention>
112       </DataExecutionPrevention>
113       <TargetMachine>MachineX64</TargetMachine>
114     </Link>
115   </ItemDefinitionGroup>
116   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
117     <ClCompile>
118       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
119       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
120       <PrecompiledHeader>
121       </PrecompiledHeader>
122       <WarningLevel>Level3</WarningLevel>
123       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
124       <CompileAs>CompileAsC</CompileAs>
125     </ClCompile>
126     <Link>
127       <GenerateDebugInformation>true</GenerateDebugInformation>
128       <SubSystem>Windows</SubSystem>
129       <OptimizeReferences>true</OptimizeReferences>
130       <EnableCOMDATFolding>true</EnableCOMDATFolding>
131       <RandomizedBaseAddress>false</RandomizedBaseAddress>
132       <DataExecutionPrevention>
133       </DataExecutionPrevention>
134       <TargetMachine>MachineX86</TargetMachine>
135     </Link>
136   </ItemDefinitionGroup>
137   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
138     <ClCompile>
139       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
140       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
141       <PrecompiledHeader>
142       </PrecompiledHeader>
143       <WarningLevel>Level3</WarningLevel>
144       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
145       <CompileAs>CompileAsC</CompileAs>
146     </ClCompile>
147     <Link>
148       <OutputFile>$(OutDir)gspawn-win64-helper.exe</OutputFile>
149       <GenerateDebugInformation>true</GenerateDebugInformation>
150       <SubSystem>Windows</SubSystem>
151       <OptimizeReferences>true</OptimizeReferences>
152       <EnableCOMDATFolding>true</EnableCOMDATFolding>
153       <RandomizedBaseAddress>false</RandomizedBaseAddress>
154       <DataExecutionPrevention>
155       </DataExecutionPrevention>
156       <TargetMachine>MachineX64</TargetMachine>
157     </Link>
158   </ItemDefinitionGroup>
159   <ItemGroup>
160     <ClCompile Include="..\..\..\glib\gspawn-win32-helper.c" />
161   </ItemGroup>
162   <ItemGroup>
163     <ProjectReference Include="glib.vcxproj">
164       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
165       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
166     </ProjectReference>
167   </ItemGroup>
168   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
169   <ImportGroup Label="ExtensionTargets">
170   </ImportGroup>
171 </Project>