diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-01 20:56:56 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-01 20:56:56 -0700 |
commit | 5de975b03c7200cc66188a4b1a76e1213524975d (patch) | |
tree | e3ed982a0dd4fee4db402532aeda2e6bf5e66344 /Source/Source.vcxproj | |
parent | 3557f0ba80942397a9d963208695b4fa80290cb0 (diff) | |
download | witness-tutorializer-5de975b03c7200cc66188a4b1a76e1213524975d.tar.gz witness-tutorializer-5de975b03c7200cc66188a4b1a76e1213524975d.tar.bz2 witness-tutorializer-5de975b03c7200cc66188a4b1a76e1213524975d.zip |
pain and suffering, but I can read/write decorations & dots.
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 38914a6..020f69b 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -163,6 +163,7 @@ | |||
163 | </ItemDefinitionGroup> | 163 | </ItemDefinitionGroup> |
164 | <ItemGroup> | 164 | <ItemGroup> |
165 | <ClInclude Include="Memory.h" /> | 165 | <ClInclude Include="Memory.h" /> |
166 | <ClInclude Include="Panel.h" /> | ||
166 | <ClInclude Include="Panels.h" /> | 167 | <ClInclude Include="Panels.h" /> |
167 | <ClInclude Include="Random.h" /> | 168 | <ClInclude Include="Random.h" /> |
168 | <ClInclude Include="Randomizer.h" /> | 169 | <ClInclude Include="Randomizer.h" /> |
@@ -172,6 +173,7 @@ | |||
172 | <ItemGroup> | 173 | <ItemGroup> |
173 | <ClCompile Include="Main.cpp" /> | 174 | <ClCompile Include="Main.cpp" /> |
174 | <ClCompile Include="Memory.cpp" /> | 175 | <ClCompile Include="Memory.cpp" /> |
176 | <ClCompile Include="Panel.cpp" /> | ||
175 | <ClCompile Include="Randomizer.cpp" /> | 177 | <ClCompile Include="Randomizer.cpp" /> |
176 | <ClCompile Include="RandomizerCore.cpp" /> | 178 | <ClCompile Include="RandomizerCore.cpp" /> |
177 | </ItemGroup> | 179 | </ItemGroup> |