e0979dbbee07d46d915e1984a3d051cd16c388da
[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\sgen\sgen-array-list.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-array-list.h" />\r
52     <ClInclude Include="..\mono\sgen\sgen-cardtable.h" />\r
53     <ClInclude Include="..\mono\sgen\sgen-client.h" />\r
54     <ClInclude Include="..\mono\sgen\sgen-conf.h" />\r
55     <ClInclude Include="..\mono\sgen\sgen-copy-object.h" />\r
56     <ClInclude Include="..\mono\sgen\sgen-descriptor.h" />\r
57     <ClInclude Include="..\mono\sgen\sgen-gc.h" />\r
58     <ClInclude Include="..\mono\sgen\sgen-gray.h" />\r
59     <ClInclude Include="..\mono\sgen\sgen-hash-table.h" />\r
60     <ClInclude Include="..\mono\sgen\sgen-layout-stats.h" />\r
61     <ClInclude Include="..\mono\sgen\sgen-major-copy-object.h" />\r
62     <ClInclude Include="..\mono\sgen\sgen-marksweep-drain-gray-stack.h" />\r
63     <ClInclude Include="..\mono\sgen\sgen-marksweep-scan-object-concurrent.h" />\r
64     <ClInclude Include="..\mono\sgen\sgen-memory-governor.h" />\r
65     <ClInclude Include="..\mono\sgen\sgen-minor-copy-object.h" />\r
66     <ClInclude Include="..\mono\sgen\sgen-minor-scan-object.h" />\r
67     <ClInclude Include="..\mono\sgen\sgen-pinning.h" />\r
68     <ClInclude Include="..\mono\sgen\sgen-pointer-queue.h" />\r
69     <ClInclude Include="..\mono\sgen\sgen-protocol-def.h" />\r
70     <ClInclude Include="..\mono\sgen\sgen-protocol.h" />\r
71     <ClInclude Include="..\mono\sgen\sgen-qsort.h" />\r
72     <ClInclude Include="..\mono\sgen\sgen-scan-object.h" />\r
73     <ClInclude Include="..\mono\sgen\sgen-tagged-pointer.h" />\r
74     <ClInclude Include="..\mono\sgen\sgen-thread-pool.h" />\r
75     <ClInclude Include="..\mono\sgen\sgen-workers.h" />\r
76   </ItemGroup>\r
77   <PropertyGroup Label="Globals">\r
78     <ProjectGuid>{C36612BD-22D3-4B95-85E2-7FDC4FC5D740}</ProjectGuid>\r
79     <Keyword>Win32Proj</Keyword>\r
80     <RootNamespace>libmonosgen</RootNamespace>\r
81     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\r
82     <ProjectName>libgcmonosgen</ProjectName>\r
83   </PropertyGroup>\r
84   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
85   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
86     <ConfigurationType>StaticLibrary</ConfigurationType>\r
87     <UseDebugLibraries>true</UseDebugLibraries>\r
88     <CharacterSet>Unicode</CharacterSet>\r
89     <PlatformToolset>v140</PlatformToolset>\r
90   </PropertyGroup>\r
91   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
92     <ConfigurationType>StaticLibrary</ConfigurationType>\r
93     <UseDebugLibraries>true</UseDebugLibraries>\r
94     <CharacterSet>Unicode</CharacterSet>\r
95     <PlatformToolset>v140</PlatformToolset>\r
96   </PropertyGroup>\r
97   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
98     <ConfigurationType>StaticLibrary</ConfigurationType>\r
99     <UseDebugLibraries>false</UseDebugLibraries>\r
100     <CharacterSet>Unicode</CharacterSet>\r
101     <PlatformToolset>v140</PlatformToolset>\r
102   </PropertyGroup>\r
103   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
104     <ConfigurationType>StaticLibrary</ConfigurationType>\r
105     <UseDebugLibraries>false</UseDebugLibraries>\r
106     <CharacterSet>Unicode</CharacterSet>\r
107     <PlatformToolset>v140</PlatformToolset>\r
108   </PropertyGroup>\r
109   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
110   <ImportGroup Label="ExtensionSettings">\r
111   </ImportGroup>\r
112   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
113     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
114     <Import Project="mono.props" />\r
115   </ImportGroup>\r
116   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
117     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
118     <Import Project="mono.props" />\r
119   </ImportGroup>\r
120   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
121     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
122     <Import Project="mono.props" />\r
123   </ImportGroup>\r
124   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
125     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
126     <Import Project="mono.props" />\r
127   </ImportGroup>\r
128   <PropertyGroup Label="UserMacros" />\r
129   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
130     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
131     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
132     <TargetName>$(ProjectName)</TargetName>\r
133   </PropertyGroup>\r
134   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
135     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
136     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
137     <TargetName>$(ProjectName)</TargetName>\r
138   </PropertyGroup>\r
139   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
140     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
141     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
142     <TargetName>$(ProjectName)</TargetName>\r
143   </PropertyGroup>\r
144   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
145     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
146     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
147     <TargetName>$(ProjectName)</TargetName>\r
148   </PropertyGroup>\r
149   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
150     <ClCompile>\r
151       <PrecompiledHeader>\r
152       </PrecompiledHeader>\r
153       <WarningLevel>Level3</WarningLevel>\r
154       <Optimization>Disabled</Optimization>\r
155       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
156       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
157       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
158       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>\r
159     </ClCompile>\r
160     <Link>\r
161       <SubSystem>Windows</SubSystem>\r
162       <GenerateDebugInformation>true</GenerateDebugInformation>\r
163     </Link>\r
164   </ItemDefinitionGroup>\r
165   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
166     <ClCompile>\r
167       <PrecompiledHeader>\r
168       </PrecompiledHeader>\r
169       <WarningLevel>Level3</WarningLevel>\r
170       <Optimization>Disabled</Optimization>\r
171       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
172       <OmitFramePointers>false</OmitFramePointers>\r
173       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
174       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
175       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>\r
176     </ClCompile>\r
177     <Link>\r
178       <SubSystem>Windows</SubSystem>\r
179       <GenerateDebugInformation>true</GenerateDebugInformation>\r
180     </Link>\r
181   </ItemDefinitionGroup>\r
182   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
183     <ClCompile>\r
184       <WarningLevel>Level3</WarningLevel>\r
185       <PrecompiledHeader>\r
186       </PrecompiledHeader>\r
187       <Optimization>MaxSpeed</Optimization>\r
188       <FunctionLevelLinking>true</FunctionLevelLinking>\r
189       <IntrinsicFunctions>true</IntrinsicFunctions>\r
190       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
191       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
192       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>\r
193     </ClCompile>\r
194     <Link>\r
195       <SubSystem>Windows</SubSystem>\r
196       <GenerateDebugInformation>true</GenerateDebugInformation>\r
197       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
198       <OptimizeReferences>true</OptimizeReferences>\r
199     </Link>\r
200   </ItemDefinitionGroup>\r
201   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
202     <ClCompile>\r
203       <WarningLevel>Level3</WarningLevel>\r
204       <PrecompiledHeader>\r
205       </PrecompiledHeader>\r
206       <Optimization>MaxSpeed</Optimization>\r
207       <FunctionLevelLinking>true</FunctionLevelLinking>\r
208       <IntrinsicFunctions>true</IntrinsicFunctions>\r
209       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
210       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
211       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>\r
212     </ClCompile>\r
213     <Link>\r
214       <SubSystem>Windows</SubSystem>\r
215       <GenerateDebugInformation>true</GenerateDebugInformation>\r
216       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
217       <OptimizeReferences>true</OptimizeReferences>\r
218     </Link>\r
219   </ItemDefinitionGroup>\r
220   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
221   <ImportGroup Label="ExtensionTargets">\r
222   </ImportGroup>\r
223 </Project>