1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <ExcludeSGenGCFromBuild>true</ExcludeSGenGCFromBuild>
5 <ExcludeSGenGCFromBuild Condition="'$(MONO_TARGET_GC)'=='sgen'">false</ExcludeSGenGCFromBuild>
7 <ItemGroup Label="monosgen_sources">
8 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\gc-internal-agnostic.h">
9 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
11 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-alloc.c">
12 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
14 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-archdep.h">
15 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
17 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-cardtable.c">
18 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
20 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-cardtable.h">
21 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
23 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-client.h">
24 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
26 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-conf.h">
27 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
29 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-copy-object.h">
30 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
32 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-debug.c">
33 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
35 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-descriptor.c">
36 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
38 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-descriptor.h">
39 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
41 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-fin-weak-hash.c">
42 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
44 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-gc.c">
45 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
47 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-gc.h">
48 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
50 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-gchandles.c">
51 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
53 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-gray.c">
54 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
56 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-gray.h">
57 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
59 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-hash-table.c">
60 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
62 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-hash-table.h">
63 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
65 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-internal.c">
66 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
68 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-layout-stats.c">
69 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
71 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-layout-stats.h">
72 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
74 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-los.c">
75 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
77 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-major-copy-object.h">
78 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
80 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-marksweep-drain-gray-stack.h">
81 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
83 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-marksweep.c">
84 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
86 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-memory-governor.c">
87 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
89 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-memory-governor.h">
90 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
92 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-minor-copy-object.h">
93 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
95 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-minor-scan-object.h">
96 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
98 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-nursery-allocator.c">
99 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
101 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-pinning-stats.c">
102 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
104 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-pinning.c">
105 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
107 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-pinning.h">
108 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
110 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-pointer-queue.c">
111 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
113 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-pointer-queue.h">
114 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
116 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-array-list.h">
117 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
119 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-array-list.c">
120 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
122 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-protocol-def.h">
123 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
125 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-protocol.c">
126 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
128 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-protocol.h">
129 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
131 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-qsort.c">
132 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
134 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-qsort.h">
135 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
137 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-scan-object.h">
138 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
140 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-simple-nursery.c">
141 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
143 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-split-nursery.c">
144 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
146 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-tagged-pointer.h">
147 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
149 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-thread-pool.c">
150 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
152 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-thread-pool.h">
153 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
155 <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-workers.c">
156 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
158 <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-workers.h">
159 <ExcludedFromBuild>$(ExcludeSGenGCFromBuild)</ExcludedFromBuild>
163 <None Include="$(MonoSourceLocation)\mono\sgen\Makefile.am" />