Added suffix to intermediate build .pdb files in order to avoid potential naming...
[mono.git] / msvc / libgcmonosgen.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="14.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="Debug|x64">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Release|Win32">\r
13       <Configuration>Release</Configuration>\r
14       <Platform>Win32</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   <ItemGroup>\r
22     <ClCompile Include="..\mono\sgen\sgen-alloc.c" />\r
23     <ClCompile Include="..\mono\metadata\sgen-bridge.c" />\r
24     <ClCompile Include="..\mono\sgen\sgen-cardtable.c" />\r
25     <ClCompile Include="..\mono\sgen\sgen-debug.c" />\r
26     <ClCompile Include="..\mono\sgen\sgen-descriptor.c" />\r
27     <ClCompile Include="..\mono\sgen\sgen-gc.c" />\r
28     <ClCompile Include="..\mono\sgen\sgen-gchandles.c" />\r
29     <ClCompile Include="..\mono\sgen\sgen-gray.c" />\r
30     <ClCompile Include="..\mono\sgen\sgen-hash-table.c" />\r
31     <ClCompile Include="..\mono\sgen\sgen-internal.c" />\r
32     <ClCompile Include="..\mono\sgen\sgen-los.c" />\r
33     <ClCompile Include="..\mono\sgen\sgen-marksweep.c" />\r
34     <ClCompile Include="..\mono\sgen\sgen-memory-governor.c" />\r
35     <ClCompile Include="..\mono\sgen\sgen-nursery-allocator.c" />\r
36     <ClCompile Include="..\mono\sgen\sgen-pinning-stats.c" />\r
37     <ClCompile Include="..\mono\sgen\sgen-pinning.c" />\r
38     <ClCompile Include="..\mono\sgen\sgen-pointer-queue.c" />\r
39     <ClCompile Include="..\mono\sgen\sgen-protocol.c" />\r
40     <ClCompile Include="..\mono\sgen\sgen-qsort.c" />\r
41     <ClCompile Include="..\mono\sgen\sgen-simple-nursery.c" />\r
42     <ClCompile Include="..\mono\sgen\sgen-split-nursery.c" />\r
43     <ClCompile Include="..\mono\sgen\sgen-thread-pool.c" />\r
44     <ClCompile Include="..\mono\sgen\sgen-workers.c" />\r
45     <ClCompile Include="..\mono\sgen\sgen-fin-weak-hash.c" />\r
46     <ClCompile Include="..\mono\sgen\sgen-layout-stats.c" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <ClInclude Include="..\mono\sgen\gc-internal-agnostic.h" />\r
50     <ClInclude Include="..\mono\sgen\sgen-archdep.h" />\r
51     <ClInclude Include="..\mono\sgen\sgen-cardtable.h" />\r
52     <ClInclude Include="..\mono\sgen\sgen-client.h" />\r
53     <ClInclude Include="..\mono\sgen\sgen-conf.h" />\r
54     <ClInclude Include="..\mono\sgen\sgen-copy-object.h" />\r
55     <ClInclude Include="..\mono\sgen\sgen-descriptor.h" />\r
56     <ClInclude Include="..\mono\sgen\sgen-gc.h" />\r
57     <ClInclude Include="..\mono\sgen\sgen-gray.h" />\r
58     <ClInclude Include="..\mono\sgen\sgen-hash-table.h" />\r
59     <ClInclude Include="..\mono\sgen\sgen-layout-stats.h" />\r
60     <ClInclude Include="..\mono\sgen\sgen-major-copy-object.h" />\r
61     <ClInclude Include="..\mono\sgen\sgen-marksweep-drain-gray-stack.h" />\r
62     <ClInclude Include="..\mono\sgen\sgen-marksweep-scan-object-concurrent.h" />\r
63     <ClInclude Include="..\mono\sgen\sgen-memory-governor.h" />\r
64     <ClInclude Include="..\mono\sgen\sgen-minor-copy-object.h" />\r
65     <ClInclude Include="..\mono\sgen\sgen-minor-scan-object.h" />\r
66     <ClInclude Include="..\mono\sgen\sgen-pinning.h" />\r
67     <ClInclude Include="..\mono\sgen\sgen-pointer-queue.h" />\r
68     <ClInclude Include="..\mono\sgen\sgen-protocol-def.h" />\r
69     <ClInclude Include="..\mono\sgen\sgen-protocol.h" />\r
70     <ClInclude Include="..\mono\sgen\sgen-qsort.h" />\r
71     <ClInclude Include="..\mono\sgen\sgen-scan-object.h" />\r
72     <ClInclude Include="..\mono\sgen\sgen-tagged-pointer.h" />\r
73     <ClInclude Include="..\mono\sgen\sgen-thread-pool.h" />\r
74     <ClInclude Include="..\mono\sgen\sgen-workers.h" />\r
75   </ItemGroup>\r
76   <PropertyGroup Label="Globals">\r
77     <ProjectGuid>{C36612BD-22D3-4B95-85E2-7FDC4FC5D740}</ProjectGuid>\r
78     <Keyword>Win32Proj</Keyword>\r
79     <RootNamespace>libmonosgen</RootNamespace>\r
80     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\r
81     <ProjectName>libgcmonosgen</ProjectName>\r
82   </PropertyGroup>\r
83   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
85     <ConfigurationType>StaticLibrary</ConfigurationType>\r
86     <UseDebugLibraries>true</UseDebugLibraries>\r
87     <CharacterSet>Unicode</CharacterSet>\r
88     <PlatformToolset>v140</PlatformToolset>\r
89   </PropertyGroup>\r
90   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
91     <ConfigurationType>StaticLibrary</ConfigurationType>\r
92     <UseDebugLibraries>true</UseDebugLibraries>\r
93     <CharacterSet>Unicode</CharacterSet>\r
94     <PlatformToolset>v140</PlatformToolset>\r
95   </PropertyGroup>\r
96   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
97     <ConfigurationType>StaticLibrary</ConfigurationType>\r
98     <UseDebugLibraries>false</UseDebugLibraries>\r
99     <CharacterSet>Unicode</CharacterSet>\r
100     <PlatformToolset>v140</PlatformToolset>\r
101   </PropertyGroup>\r
102   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
103     <ConfigurationType>StaticLibrary</ConfigurationType>\r
104     <UseDebugLibraries>false</UseDebugLibraries>\r
105     <CharacterSet>Unicode</CharacterSet>\r
106     <PlatformToolset>v140</PlatformToolset>\r
107   </PropertyGroup>\r
108   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
109   <ImportGroup Label="ExtensionSettings">\r
110   </ImportGroup>\r
111   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
112     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
113     <Import Project="mono.props" />\r
114   </ImportGroup>\r
115   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
116     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
117     <Import Project="mono.props" />\r
118   </ImportGroup>\r
119   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
120     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
121     <Import Project="mono.props" />\r
122   </ImportGroup>\r
123   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
124     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
125     <Import Project="mono.props" />\r
126   </ImportGroup>\r
127   <PropertyGroup Label="UserMacros" />\r
128   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
129     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
130     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
131     <TargetName>$(ProjectName)</TargetName>\r
132   </PropertyGroup>\r
133   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
134     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
135     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
136     <TargetName>$(ProjectName)</TargetName>\r
137   </PropertyGroup>\r
138   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
139     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
140     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
141     <TargetName>$(ProjectName)</TargetName>\r
142   </PropertyGroup>\r
143   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
144     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
145     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
146     <TargetName>$(ProjectName)</TargetName>\r
147   </PropertyGroup>\r
148   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
149     <ClCompile>\r
150       <PrecompiledHeader>\r
151       </PrecompiledHeader>\r
152       <WarningLevel>Level3</WarningLevel>\r
153       <Optimization>Disabled</Optimization>\r
154       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
155       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
156       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
157       <ProgramDataBaseFileName>$(IntDir)$(TargetName)-int.pdb</ProgramDataBaseFileName>\r
158     </ClCompile>\r
159     <Link>\r
160       <SubSystem>Windows</SubSystem>\r
161       <GenerateDebugInformation>true</GenerateDebugInformation>\r
162     </Link>\r
163   </ItemDefinitionGroup>\r
164   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
165     <ClCompile>\r
166       <PrecompiledHeader>\r
167       </PrecompiledHeader>\r
168       <WarningLevel>Level3</WarningLevel>\r
169       <Optimization>Disabled</Optimization>\r
170       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
171       <OmitFramePointers>false</OmitFramePointers>\r
172       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
173       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
174       <ProgramDataBaseFileName>$(IntDir)$(TargetName)-int.pdb</ProgramDataBaseFileName>\r
175     </ClCompile>\r
176     <Link>\r
177       <SubSystem>Windows</SubSystem>\r
178       <GenerateDebugInformation>true</GenerateDebugInformation>\r
179     </Link>\r
180   </ItemDefinitionGroup>\r
181   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
182     <ClCompile>\r
183       <WarningLevel>Level3</WarningLevel>\r
184       <PrecompiledHeader>\r
185       </PrecompiledHeader>\r
186       <Optimization>MaxSpeed</Optimization>\r
187       <FunctionLevelLinking>true</FunctionLevelLinking>\r
188       <IntrinsicFunctions>true</IntrinsicFunctions>\r
189       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
190       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
191       <ProgramDataBaseFileName>$(IntDir)$(TargetName)-int.pdb</ProgramDataBaseFileName>\r
192     </ClCompile>\r
193     <Link>\r
194       <SubSystem>Windows</SubSystem>\r
195       <GenerateDebugInformation>true</GenerateDebugInformation>\r
196       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
197       <OptimizeReferences>true</OptimizeReferences>\r
198     </Link>\r
199   </ItemDefinitionGroup>\r
200   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
201     <ClCompile>\r
202       <WarningLevel>Level3</WarningLevel>\r
203       <PrecompiledHeader>\r
204       </PrecompiledHeader>\r
205       <Optimization>MaxSpeed</Optimization>\r
206       <FunctionLevelLinking>true</FunctionLevelLinking>\r
207       <IntrinsicFunctions>true</IntrinsicFunctions>\r
208       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
209       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
210       <ProgramDataBaseFileName>$(IntDir)$(TargetName)-int.pdb</ProgramDataBaseFileName>\r
211     </ClCompile>\r
212     <Link>\r
213       <SubSystem>Windows</SubSystem>\r
214       <GenerateDebugInformation>true</GenerateDebugInformation>\r
215       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
216       <OptimizeReferences>true</OptimizeReferences>\r
217     </Link>\r
218   </ItemDefinitionGroup>\r
219   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
220   <ImportGroup Label="ExtensionTargets">\r
221   </ImportGroup>\r
222 </Project>