summaryrefslogtreecommitdiff
path: root/src/vm/crossgen/wks_crossgen.nativeproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/crossgen/wks_crossgen.nativeproj')
-rw-r--r--src/vm/crossgen/wks_crossgen.nativeproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vm/crossgen/wks_crossgen.nativeproj b/src/vm/crossgen/wks_crossgen.nativeproj
index a688b49304..205f2e2c95 100644
--- a/src/vm/crossgen/wks_crossgen.nativeproj
+++ b/src/vm/crossgen/wks_crossgen.nativeproj
@@ -157,7 +157,9 @@
<CppCompile Include="$(VmSourcesDir)\CrossgenRoParseTypeName.cpp" Condition="'$(FeatureCominterop)' == 'true'"/>
<CppCompile Include="$(VmSourcesDir)\CrossgenRoResolveNamespace.cpp" Condition="'$(FeatureCominterop)' == 'true'"/>
</ItemGroup>
-
+ <ItemGroup>
+ <CppCompile Condition="'$(FeatureTraceLogging)' == 'true'" Include="$(VmSourcesDir)\clrtracelogging.cpp" />
+ </ItemGroup>
<Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\vm\vm.targets" />
</Project>