about 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.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index e7f716c..b60349c 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj
@@ -157,12 +157,17 @@
157 </Link> 157 </Link>
158 </ItemDefinitionGroup> 158 </ItemDefinitionGroup>
159 <ItemGroup> 159 <ItemGroup>
160 <ClInclude Include="ChallengeRandomizer.h" />
160 <ClInclude Include="Memory.h" /> 161 <ClInclude Include="Memory.h" />
162 <ClInclude Include="Panels.h" />
161 <ClInclude Include="Random.h" /> 163 <ClInclude Include="Random.h" />
164 <ClInclude Include="Randomizer.h" />
162 </ItemGroup> 165 </ItemGroup>
163 <ItemGroup> 166 <ItemGroup>
167 <ClCompile Include="ChallengeRandomizer.cpp" />
164 <ClCompile Include="Memory.cpp" /> 168 <ClCompile Include="Memory.cpp" />
165 <ClCompile Include="Random.cpp" /> 169 <ClCompile Include="Random.cpp" />
170 <ClCompile Include="Randomizer.cpp" />
166 </ItemGroup> 171 </ItemGroup>
167 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 172 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168 <ImportGroup Label="ExtensionTargets"> 173 <ImportGroup Label="ExtensionTargets">