diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-23 19:25:22 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-23 19:25:22 -0700 |
commit | b69a8fd77d27b17153ed676f1caed18488beaf2f (patch) | |
tree | 0370168bdae4a60cc5ba3fda22489a442d9cee60 /WitnessRandomizer | |
parent | 3f16a3eb0253f88e61288a2d4b38dffd36387b72 (diff) | |
download | witness-tutorializer-b69a8fd77d27b17153ed676f1caed18488beaf2f.tar.gz witness-tutorializer-b69a8fd77d27b17153ed676f1caed18488beaf2f.tar.bz2 witness-tutorializer-b69a8fd77d27b17153ed676f1caed18488beaf2f.zip |
rm pch (unused)
Diffstat (limited to 'WitnessRandomizer')
-rw-r--r-- | WitnessRandomizer/WitnessRandomizer.vcxproj | 7 | ||||
-rw-r--r-- | WitnessRandomizer/WitnessRandomizer.vcxproj.filters | 6 | ||||
-rw-r--r-- | WitnessRandomizer/pch.cpp | bin | 430 -> 0 bytes | |||
-rw-r--r-- | WitnessRandomizer/pch.h | bin | 1262 -> 0 bytes |
4 files changed, 0 insertions, 13 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.vcxproj b/WitnessRandomizer/WitnessRandomizer.vcxproj index 22e609a..a1c8fc1 100644 --- a/WitnessRandomizer/WitnessRandomizer.vcxproj +++ b/WitnessRandomizer/WitnessRandomizer.vcxproj | |||
@@ -153,17 +153,10 @@ | |||
153 | </ItemDefinitionGroup> | 153 | </ItemDefinitionGroup> |
154 | <ItemGroup> | 154 | <ItemGroup> |
155 | <ClInclude Include="Memory.h" /> | 155 | <ClInclude Include="Memory.h" /> |
156 | <ClInclude Include="pch.h" /> | ||
157 | <ClInclude Include="WitnessRandomizer.h" /> | 156 | <ClInclude Include="WitnessRandomizer.h" /> |
158 | </ItemGroup> | 157 | </ItemGroup> |
159 | <ItemGroup> | 158 | <ItemGroup> |
160 | <ClCompile Include="Memory.cpp" /> | 159 | <ClCompile Include="Memory.cpp" /> |
161 | <ClCompile Include="pch.cpp"> | ||
162 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | ||
163 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> | ||
164 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> | ||
165 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> | ||
166 | </ClCompile> | ||
167 | <ClCompile Include="WitnessRandomizer.cpp" /> | 160 | <ClCompile Include="WitnessRandomizer.cpp" /> |
168 | </ItemGroup> | 161 | </ItemGroup> |
169 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 162 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/WitnessRandomizer/WitnessRandomizer.vcxproj.filters b/WitnessRandomizer/WitnessRandomizer.vcxproj.filters index e83b7d3..6e92973 100644 --- a/WitnessRandomizer/WitnessRandomizer.vcxproj.filters +++ b/WitnessRandomizer/WitnessRandomizer.vcxproj.filters | |||
@@ -15,9 +15,6 @@ | |||
15 | </Filter> | 15 | </Filter> |
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | <ItemGroup> | 17 | <ItemGroup> |
18 | <ClInclude Include="pch.h"> | ||
19 | <Filter>Header Files</Filter> | ||
20 | </ClInclude> | ||
21 | <ClInclude Include="Memory.h"> | 18 | <ClInclude Include="Memory.h"> |
22 | <Filter>Header Files</Filter> | 19 | <Filter>Header Files</Filter> |
23 | </ClInclude> | 20 | </ClInclude> |
@@ -26,9 +23,6 @@ | |||
26 | </ClInclude> | 23 | </ClInclude> |
27 | </ItemGroup> | 24 | </ItemGroup> |
28 | <ItemGroup> | 25 | <ItemGroup> |
29 | <ClCompile Include="pch.cpp"> | ||
30 | <Filter>Source Files</Filter> | ||
31 | </ClCompile> | ||
32 | <ClCompile Include="WitnessRandomizer.cpp"> | 26 | <ClCompile Include="WitnessRandomizer.cpp"> |
33 | <Filter>Source Files</Filter> | 27 | <Filter>Source Files</Filter> |
34 | </ClCompile> | 28 | </ClCompile> |
diff --git a/WitnessRandomizer/pch.cpp b/WitnessRandomizer/pch.cpp deleted file mode 100644 index a38f8a3..0000000 --- a/WitnessRandomizer/pch.cpp +++ /dev/null | |||
Binary files differ | |||
diff --git a/WitnessRandomizer/pch.h b/WitnessRandomizer/pch.h deleted file mode 100644 index d87432d..0000000 --- a/WitnessRandomizer/pch.h +++ /dev/null | |||
Binary files differ | |||