diff options
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index b60349c..0fed93c 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -158,7 +158,9 @@ | |||
158 | </ItemDefinitionGroup> | 158 | </ItemDefinitionGroup> |
159 | <ItemGroup> | 159 | <ItemGroup> |
160 | <ClInclude Include="ChallengeRandomizer.h" /> | 160 | <ClInclude Include="ChallengeRandomizer.h" /> |
161 | <ClInclude Include="json.hpp" /> | ||
161 | <ClInclude Include="Memory.h" /> | 162 | <ClInclude Include="Memory.h" /> |
163 | <ClInclude Include="Panel.h" /> | ||
162 | <ClInclude Include="Panels.h" /> | 164 | <ClInclude Include="Panels.h" /> |
163 | <ClInclude Include="Random.h" /> | 165 | <ClInclude Include="Random.h" /> |
164 | <ClInclude Include="Randomizer.h" /> | 166 | <ClInclude Include="Randomizer.h" /> |
@@ -166,6 +168,7 @@ | |||
166 | <ItemGroup> | 168 | <ItemGroup> |
167 | <ClCompile Include="ChallengeRandomizer.cpp" /> | 169 | <ClCompile Include="ChallengeRandomizer.cpp" /> |
168 | <ClCompile Include="Memory.cpp" /> | 170 | <ClCompile Include="Memory.cpp" /> |
171 | <ClCompile Include="Panel.cpp" /> | ||
169 | <ClCompile Include="Random.cpp" /> | 172 | <ClCompile Include="Random.cpp" /> |
170 | <ClCompile Include="Randomizer.cpp" /> | 173 | <ClCompile Include="Randomizer.cpp" /> |
171 | </ItemGroup> | 174 | </ItemGroup> |