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