Update German translation
[glib.git] / win32 / vs10 / gspawn-win32-helper-console.vcxproj
blob7cf4a63cacb770b14bcd60a86dc44f044d4cff9c
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>{E40E8A7E-7CAE-4659-9B8B-BC38898E3074}</ProjectGuid>
23     <RootNamespace>gspawnwin32helperconsole</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     <PlatformToolset>v100</PlatformToolset>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>Application</ConfigurationType>
35     <CharacterSet>MultiByte</CharacterSet>
36     <PlatformToolset>v100</PlatformToolset>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39     <ConfigurationType>Application</ConfigurationType>
40     <CharacterSet>MultiByte</CharacterSet>
41     <WholeProgramOptimization>true</WholeProgramOptimization>
42     <PlatformToolset>v100</PlatformToolset>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45     <ConfigurationType>Application</ConfigurationType>
46     <CharacterSet>MultiByte</CharacterSet>
47     <PlatformToolset>v100</PlatformToolset>
48   </PropertyGroup>
49   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50   <ImportGroup Label="ExtensionSettings">
51   </ImportGroup>
52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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-build-defines.props" />
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     <Import Project="glib-build-defines.props" />
59   </ImportGroup>
60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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-build-defines.props" />
63   </ImportGroup>
64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66     <Import Project="glib-build-defines.props" />
67   </ImportGroup>
68   <PropertyGroup Label="UserMacros" />
69   <PropertyGroup>
70     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
71     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
72     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
73     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
74   </PropertyGroup>
75   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76     <ClCompile>
77       <Optimization>Disabled</Optimization>
78       <PreprocessorDefinitions>_DEBUG;$(GLibInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions>
79       <MinimalRebuild>true</MinimalRebuild>
80       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
81       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
82       <PrecompiledHeader>
83       </PrecompiledHeader>
84       <WarningLevel>Level3</WarningLevel>
85       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
86       <CompileAs>CompileAsC</CompileAs>
87     </ClCompile>
88     <Link>
89       <GenerateDebugInformation>true</GenerateDebugInformation>
90       <SubSystem>Console</SubSystem>
91       <RandomizedBaseAddress>false</RandomizedBaseAddress>
92       <DataExecutionPrevention>
93       </DataExecutionPrevention>
94       <TargetMachine>MachineX86</TargetMachine>
95     </Link>
96   </ItemDefinitionGroup>
97   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98     <ClCompile>
99       <PreprocessorDefinitions>$(GLibInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions>
100       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
101       <PrecompiledHeader>
102       </PrecompiledHeader>
103       <WarningLevel>Level3</WarningLevel>
104       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
105       <CompileAs>CompileAsC</CompileAs>
106     </ClCompile>
107     <Link>
108       <GenerateDebugInformation>true</GenerateDebugInformation>
109       <SubSystem>Console</SubSystem>
110       <OptimizeReferences>true</OptimizeReferences>
111       <EnableCOMDATFolding>true</EnableCOMDATFolding>
112       <RandomizedBaseAddress>false</RandomizedBaseAddress>
113       <DataExecutionPrevention>
114       </DataExecutionPrevention>
115       <TargetMachine>MachineX86</TargetMachine>
116     </Link>
117   </ItemDefinitionGroup>
118   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
119     <ClCompile>
120       <Optimization>Disabled</Optimization>
121       <PreprocessorDefinitions>_DEBUG;$(GLibInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions>
122       <MinimalRebuild>true</MinimalRebuild>
123       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
124       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
125       <PrecompiledHeader>
126       </PrecompiledHeader>
127       <WarningLevel>Level3</WarningLevel>
128       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
129       <CompileAs>CompileAsC</CompileAs>
130     </ClCompile>
131     <Link>
132       <OutputFile>$(OutDir)gspawn-win64-helper-console.exe</OutputFile>
133       <GenerateDebugInformation>true</GenerateDebugInformation>
134       <ProgramDatabaseFile>$(OutDir)gspawn-win64-helper-console.pdb</ProgramDatabaseFile>
135       <SubSystem>Console</SubSystem>
136       <RandomizedBaseAddress>false</RandomizedBaseAddress>
137       <DataExecutionPrevention>
138       </DataExecutionPrevention>
139       <TargetMachine>MachineX64</TargetMachine>
140     </Link>
141   </ItemDefinitionGroup>
142   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
143     <ClCompile>
144       <PreprocessorDefinitions>$(GLibInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions>
145       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
146       <PrecompiledHeader>
147       </PrecompiledHeader>
148       <WarningLevel>Level3</WarningLevel>
149       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
150       <CompileAs>CompileAsC</CompileAs>
151     </ClCompile>
152     <Link>
153       <OutputFile>$(OutDir)gspawn-win64-helper-console.exe</OutputFile>
154       <GenerateDebugInformation>true</GenerateDebugInformation>
155       <ProgramDatabaseFile>$(OutDir)gspawn-win64-helper-console.pdb</ProgramDatabaseFile>
156       <SubSystem>Console</SubSystem>
157       <OptimizeReferences>true</OptimizeReferences>
158       <EnableCOMDATFolding>true</EnableCOMDATFolding>
159       <RandomizedBaseAddress>false</RandomizedBaseAddress>
160       <DataExecutionPrevention>
161       </DataExecutionPrevention>
162       <TargetMachine>MachineX64</TargetMachine>
163     </Link>
164   </ItemDefinitionGroup>
165   <ItemGroup>
166     <ClCompile Include="..\..\glib\gspawn-win32-helper-console.c" />
167   </ItemGroup>
168   <ItemGroup>
169     <ProjectReference Include="glib.vcxproj">
170       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
171       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
172     </ProjectReference>
173   </ItemGroup>
174   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
175   <ImportGroup Label="ExtensionTargets">
176   </ImportGroup>
177 </Project>