summary refs log tree commit diff stats
path: root/Source/Source.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r--Source/Source.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 85ce6e1..cf6756a 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj
@@ -157,6 +157,7 @@
157 </Link> 157 </Link>
158 </ItemDefinitionGroup> 158 </ItemDefinitionGroup>
159 <ItemGroup> 159 <ItemGroup>
160 <ClInclude Include="ChallengeRandomizer.h" />
160 <ClInclude Include="json.hpp" /> 161 <ClInclude Include="json.hpp" />
161 <ClInclude Include="Memory.h" /> 162 <ClInclude Include="Memory.h" />
162 <ClInclude Include="Panel.h" /> 163 <ClInclude Include="Panel.h" />
@@ -165,6 +166,7 @@
165 <ClInclude Include="Randomizer.h" /> 166 <ClInclude Include="Randomizer.h" />
166 </ItemGroup> 167 </ItemGroup>
167 <ItemGroup> 168 <ItemGroup>
169 <ClCompile Include="ChallengeRandomizer.cpp" />
168 <ClCompile Include="Memory.cpp" /> 170 <ClCompile Include="Memory.cpp" />
169 <ClCompile Include="Panel.cpp" /> 171 <ClCompile Include="Panel.cpp" />
170 <ClCompile Include="Random.cpp" /> 172 <ClCompile Include="Random.cpp" />