diff options
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> |