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