f4b7e28845d6edd3c7ab6a9985f65dd9d6f577a1
[platform/upstream/gobject-introspection.git] / build / win32 / vs10 / regress.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>{0A4F3C2B-DEF6-4EEF-A9E7-60E975722B60}</ProjectGuid>
23     <RootNamespace>regress</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>DynamicLibrary</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>DynamicLibrary</ConfigurationType>
35     <CharacterSet>MultiByte</CharacterSet>
36     <PlatformToolset>v100</PlatformToolset>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39     <ConfigurationType>DynamicLibrary</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>DynamicLibrary</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="gir.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="gir.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="gir.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="gir.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;%(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     </ClCompile>
87     <Link>
88       <AdditionalDependencies>cairo-gobject.lib;cairo.lib;%(AdditionalDependencies)</AdditionalDependencies>
89       <OutputFile>$(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll</OutputFile>
90       <ModuleDefinitionFile>..\$(ProjectName).def</ModuleDefinitionFile>
91       <GenerateDebugInformation>true</GenerateDebugInformation>
92       <SubSystem>Windows</SubSystem>
93       <ImportLibrary>$(TargetDir)$(ProjectName)-$(GIApiVersion).lib</ImportLibrary>
94       <TargetMachine>MachineX86</TargetMachine>
95     </Link>
96   </ItemDefinitionGroup>
97   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98     <ClCompile>
99       <Optimization>MaxSpeed</Optimization>
100       <IntrinsicFunctions>true</IntrinsicFunctions>
101       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
102       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
103       <FunctionLevelLinking>true</FunctionLevelLinking>
104       <PrecompiledHeader>
105       </PrecompiledHeader>
106       <WarningLevel>Level3</WarningLevel>
107       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
108     </ClCompile>
109     <Link>
110       <AdditionalDependencies>cairo-gobject.lib;cairo.lib;%(AdditionalDependencies)</AdditionalDependencies>
111       <OutputFile>$(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll</OutputFile>
112       <ModuleDefinitionFile>..\$(ProjectName).def</ModuleDefinitionFile>
113       <GenerateDebugInformation>true</GenerateDebugInformation>
114       <SubSystem>Windows</SubSystem>
115       <OptimizeReferences>true</OptimizeReferences>
116       <EnableCOMDATFolding>true</EnableCOMDATFolding>
117       <ImportLibrary>$(TargetDir)$(ProjectName)-$(GIApiVersion).lib</ImportLibrary>
118       <TargetMachine>MachineX86</TargetMachine>
119     </Link>
120   </ItemDefinitionGroup>
121   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
122     <Midl>
123       <TargetEnvironment>X64</TargetEnvironment>
124     </Midl>
125     <ClCompile>
126       <Optimization>Disabled</Optimization>
127       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128       <MinimalRebuild>true</MinimalRebuild>
129       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
130       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
131       <PrecompiledHeader>
132       </PrecompiledHeader>
133       <WarningLevel>Level3</WarningLevel>
134       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
135     </ClCompile>
136     <Link>
137       <AdditionalDependencies>cairo-gobject.lib;cairo.lib;%(AdditionalDependencies)</AdditionalDependencies>
138       <OutputFile>$(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll</OutputFile>
139       <ModuleDefinitionFile>..\$(ProjectName).def</ModuleDefinitionFile>
140       <GenerateDebugInformation>true</GenerateDebugInformation>
141       <SubSystem>Windows</SubSystem>
142       <ImportLibrary>$(TargetDir)$(ProjectName)-$(GIApiVersion).lib</ImportLibrary>
143       <TargetMachine>MachineX64</TargetMachine>
144     </Link>
145   </ItemDefinitionGroup>
146   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
147     <Midl>
148       <TargetEnvironment>X64</TargetEnvironment>
149     </Midl>
150     <ClCompile>
151       <Optimization>MaxSpeed</Optimization>
152       <IntrinsicFunctions>true</IntrinsicFunctions>
153       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
154       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
155       <FunctionLevelLinking>true</FunctionLevelLinking>
156       <PrecompiledHeader>
157       </PrecompiledHeader>
158       <WarningLevel>Level3</WarningLevel>
159       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
160     </ClCompile>
161     <Link>
162       <AdditionalDependencies>cairo-gobject.lib;cairo.lib;%(AdditionalDependencies)</AdditionalDependencies>
163       <OutputFile>$(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll</OutputFile>
164       <ModuleDefinitionFile>..\$(ProjectName).def</ModuleDefinitionFile>
165       <GenerateDebugInformation>true</GenerateDebugInformation>
166       <SubSystem>Windows</SubSystem>
167       <OptimizeReferences>true</OptimizeReferences>
168       <EnableCOMDATFolding>true</EnableCOMDATFolding>
169       <ImportLibrary>$(TargetDir)$(ProjectName)-$(GIApiVersion).lib</ImportLibrary>
170       <TargetMachine>MachineX64</TargetMachine>
171     </Link>
172   </ItemDefinitionGroup>
173   <ItemGroup>
174     <ClCompile Include="..\..\..\tests\scanner\regress.c" />
175   </ItemGroup>
176   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
177   <ImportGroup Label="ExtensionTargets">
178   </ImportGroup>
179 </Project>