Visual Studio builds: Integrate introspection builds
[platform/upstream/atk.git] / win32 / vs10 / atk-introspect.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|x64">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <PropertyGroup Label="Globals">\r
22     <ProjectGuid>{7034D75B-2AC9-4EA6-97A2-DB4F8526EC5A}</ProjectGuid>\r
23     <RootNamespace>atkintrospect</RootNamespace>\r
24   </PropertyGroup>\r
25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
27     <ConfigurationType>Makefile</ConfigurationType>\r
28     <UseDebugLibraries>true</UseDebugLibraries>\r
29     <CharacterSet>MultiByte</CharacterSet>\r
30     <PlatformToolset>v100</PlatformToolset>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
33     <ConfigurationType>Makefile</ConfigurationType>\r
34     <UseDebugLibraries>false</UseDebugLibraries>\r
35     <WholeProgramOptimization>true</WholeProgramOptimization>\r
36     <CharacterSet>MultiByte</CharacterSet>\r
37     <PlatformToolset>v100</PlatformToolset>\r
38   </PropertyGroup>\r
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
40     <ConfigurationType>Makefile</ConfigurationType>\r
41     <CharacterSet>MultiByte</CharacterSet>\r
42     <PlatformToolset>v100</PlatformToolset>\r
43   </PropertyGroup>\r
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
45     <ConfigurationType>Makefile</ConfigurationType>\r
46     <CharacterSet>MultiByte</CharacterSet>\r
47     <WholeProgramOptimization>true</WholeProgramOptimization>\r
48     <PlatformToolset>v100</PlatformToolset>\r
49   </PropertyGroup>\r
50   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
51   <ImportGroup Label="ExtensionSettings">\r
52   </ImportGroup>\r
53   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
55     <Import Project="atk-build-defines.props" />\r
56   </ImportGroup>\r
57   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
59     <Import Project="atk-build-defines.props" />\r
60   </ImportGroup>\r
61   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
63     <Import Project="atk-build-defines.props" />\r
64   </ImportGroup>\r
65   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
67     <Import Project="atk-build-defines.props" />\r
68   </ImportGroup>\r
69   <PropertyGroup Label="UserMacros" />\r
70   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
71     <NMakeBuildCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParam)</NMakeBuildCommandLine>\r
72     <NMakeReBuildCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParam) clean all</NMakeReBuildCommandLine>\r
73     <NMakeCleanCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParam) clean</NMakeCleanCommandLine>\r
74     <NMakeOutput>$(AtkIntrospectBuiltFiles)</NMakeOutput>\r
75   </PropertyGroup>\r
76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
77     <NMakeBuildCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParam)</NMakeBuildCommandLine>\r
78     <NMakeReBuildCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParam) clean all</NMakeReBuildCommandLine>\r
79     <NMakeCleanCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParam) clean</NMakeCleanCommandLine>\r
80     <NMakeOutput>$(AtkIntrospectBuiltFiles)</NMakeOutput>\r
81   </PropertyGroup>\r
82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
83     <NMakeBuildCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParamX64)</NMakeBuildCommandLine>\r
84     <NMakeReBuildCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParamX64) clean all</NMakeReBuildCommandLine>\r
85     <NMakeCleanCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParamX64) clean</NMakeCleanCommandLine>\r
86     <NMakeOutput>$(AtkIntrospectBuiltFiles)</NMakeOutput>\r
87   </PropertyGroup>\r
88   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
89     <NMakeBuildCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParamX64)</NMakeBuildCommandLine>\r
90     <NMakeReBuildCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParamX64) clean all</NMakeReBuildCommandLine>\r
91     <NMakeCleanCommandLine>$(AtkIntrospectNMakeCmd) $(IntrospectPythonParamX64) clean</NMakeCleanCommandLine>\r
92     <NMakeOutput>$(AtkIntrospectBuiltFiles)</NMakeOutput>\r
93   </PropertyGroup>\r
94   <ItemGroup>\r
95     <ProjectReference Include="atk.vcxproj">\r
96       <Project>{86eacd59-f69f-4aad-854b-aa03d5447360}</Project>\r
97       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
98     </ProjectReference>\r
99   </ItemGroup>\r
100   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
101   <ImportGroup Label="ExtensionTargets">\r
102   </ImportGroup>\r
103 </Project>