diff options
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.vcxproj')
-rw-r--r-- | WitnessRandomizer/WitnessRandomizer.vcxproj | 7 |
1 files changed, 0 insertions, 7 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" /> |