diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-05 10:01:52 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-05 10:01:52 -0800 |
commit | 66b2bc177853d33f4559eb240fbbca354b173fa2 (patch) | |
tree | 08739589749ab0def5afbed2520e520736656e3c /Source/Source.vcxproj | |
parent | e3758a15a6430e7ab7ce9821c0d9e19bbf7a1e87 (diff) | |
download | witness-tutorializer-66b2bc177853d33f4559eb240fbbca354b173fa2.tar.gz witness-tutorializer-66b2bc177853d33f4559eb240fbbca354b173fa2.tar.bz2 witness-tutorializer-66b2bc177853d33f4559eb240fbbca354b173fa2.zip |
All set... time to wire up actual randomizer
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 3e66f83..e7f716c 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -158,9 +158,11 @@ | |||
158 | </ItemDefinitionGroup> | 158 | </ItemDefinitionGroup> |
159 | <ItemGroup> | 159 | <ItemGroup> |
160 | <ClInclude Include="Memory.h" /> | 160 | <ClInclude Include="Memory.h" /> |
161 | <ClInclude Include="Random.h" /> | ||
161 | </ItemGroup> | 162 | </ItemGroup> |
162 | <ItemGroup> | 163 | <ItemGroup> |
163 | <ClCompile Include="Memory.cpp" /> | 164 | <ClCompile Include="Memory.cpp" /> |
165 | <ClCompile Include="Random.cpp" /> | ||
164 | </ItemGroup> | 166 | </ItemGroup> |
165 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 167 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
166 | <ImportGroup Label="ExtensionTargets"> | 168 | <ImportGroup Label="ExtensionTargets"> |