summaryrefslogtreecommitdiff
path: root/src/gc/sample/GCSample.vcxproj
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-12-15 14:26:48 -0800
committerGitHub <noreply@github.com>2016-12-15 14:26:48 -0800
commit7e9bce2d25ce84fe737b2a711d8160bb250ba769 (patch)
tree6127196d039e8b7311877ff325e5fb4c1406db70 /src/gc/sample/GCSample.vcxproj
parent0ba60efbaa64e83c22956b524572907345748b1c (diff)
downloadcoreclr-7e9bce2d25ce84fe737b2a711d8160bb250ba769.tar.gz
coreclr-7e9bce2d25ce84fe737b2a711d8160bb250ba769.tar.bz2
coreclr-7e9bce2d25ce84fe737b2a711d8160bb250ba769.zip
Switch GCSample to the canonical GCToOSInterface implementation (#8653)
Diffstat (limited to 'src/gc/sample/GCSample.vcxproj')
-rw-r--r--src/gc/sample/GCSample.vcxproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gc/sample/GCSample.vcxproj b/src/gc/sample/GCSample.vcxproj
index b196e1f34c..1716f462ee 100644
--- a/src/gc/sample/GCSample.vcxproj
+++ b/src/gc/sample/GCSample.vcxproj
@@ -84,10 +84,12 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="gcenv.ee.cpp" />
- <ClCompile Include="gcenv.windows.cpp" />
<ClCompile Include="GCSample.cpp" />
<ClCompile Include="..\gccommon.cpp" />
<ClCompile Include="..\gceewks.cpp" />
+ <ClCompile Include="..\gcenv.windows.cpp">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
<ClCompile Include="..\gcscan.cpp" />
<ClCompile Include="..\gcwks.cpp" />
<ClCompile Include="..\handletable.cpp" />
@@ -96,8 +98,7 @@
<ClCompile Include="..\handletablescan.cpp" />
<ClCompile Include="..\objecthandle.cpp" />
<ClCompile Include="..\env\common.cpp">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
+ <PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />