Align libgcmonosgen vcxproj with makefile.
[mono.git] / msvc / libgcmonosgen.targets
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="monosgen_sources">
4     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\gc-internal-agnostic.h">
5       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
6     </ClInclude>
7     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-alloc.c">
8                   <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
9           </ClCompile>
10     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-archdep.h">
11       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
12     </ClInclude>
13     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-cardtable.c">
14       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
15     </ClCompile>
16     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-cardtable.h">
17       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
18     </ClInclude>
19     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-client.h">
20       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
21     </ClInclude>
22     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-conf.h">
23       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
24     </ClInclude>
25     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-copy-object.h">
26       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
27     </ClInclude>
28     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-debug.c">
29       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
30     </ClCompile>
31     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-descriptor.c">
32       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
33     </ClCompile>
34     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-descriptor.h">
35       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
36     </ClInclude>
37     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-fin-weak-hash.c">
38       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
39     </ClCompile>
40     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-gc.c">
41       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
42     </ClCompile>
43     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-gc.h">
44       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
45     </ClInclude>
46     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-gchandles.c">
47       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
48     </ClCompile>
49     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-gray.c">
50       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
51     </ClCompile>
52     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-gray.h">
53       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
54     </ClInclude>
55     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-hash-table.c">
56       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
57     </ClCompile>
58     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-hash-table.h">
59       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
60     </ClInclude>
61     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-internal.c">
62       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
63     </ClCompile>
64     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-layout-stats.c">
65       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
66     </ClCompile>
67     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-layout-stats.h">
68       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
69     </ClInclude>
70     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-los.c">
71       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
72     </ClCompile>
73     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-major-copy-object.h">
74       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
75     </ClInclude>
76     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-marksweep-drain-gray-stack.h">
77       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
78     </ClInclude>
79     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-marksweep.c">
80       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
81     </ClCompile>
82     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-memory-governor.c">
83       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
84     </ClCompile>
85     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-memory-governor.h">
86       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
87     </ClInclude>
88     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-minor-copy-object.h">
89       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
90     </ClInclude>
91     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-minor-scan-object.h">
92       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
93     </ClInclude>
94     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-nursery-allocator.c">
95       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
96     </ClCompile>
97     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-pinning-stats.c">
98       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
99     </ClCompile>
100     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-pinning.c">
101       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
102     </ClCompile>
103     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-pinning.h">
104       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
105     </ClInclude>
106     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-pointer-queue.c">
107       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
108     </ClCompile>
109     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-pointer-queue.h">
110       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
111     </ClInclude>
112     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-array-list.h">
113       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
114     </ClInclude>
115     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-array-list.c">
116       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
117     </ClCompile>
118     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-protocol-def.h">
119       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
120     </ClInclude>
121     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-protocol.c">
122       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
123     </ClCompile>
124     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-protocol.h">
125       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
126     </ClInclude>
127     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-qsort.c">
128       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
129     </ClCompile>
130     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-qsort.h">
131       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
132     </ClInclude>
133     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-scan-object.h">
134       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
135     </ClInclude>
136     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-simple-nursery.c">
137       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
138     </ClCompile>
139     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-split-nursery.c">
140       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
141     </ClCompile>
142     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-tagged-pointer.h">
143       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
144     </ClInclude>
145     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-thread-pool.c">
146       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
147     </ClCompile>
148     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-thread-pool.h">
149       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
150     </ClInclude>
151     <ClCompile Include="$(MonoSourceLocation)\mono\sgen\sgen-workers.c">
152       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
153     </ClCompile>
154     <ClInclude Include="$(MonoSourceLocation)\mono\sgen\sgen-workers.h">
155       <ExcludedFromBuild Condition="'$(MONO_TARGET_GC)'!='sgen'">true</ExcludedFromBuild>
156     </ClInclude>
157   </ItemGroup>
158   <ItemGroup>
159     <None Include="$(MonoSourceLocation)\mono\sgen\Makefile.am" />
160   </ItemGroup>
161 </Project>