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.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 08e44a1..05f9ffa 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj
@@ -165,6 +165,7 @@
165 <ClInclude Include="Random.h" /> 165 <ClInclude Include="Random.h" />
166 <ClInclude Include="Randomizer.h" /> 166 <ClInclude Include="Randomizer.h" />
167 <ClInclude Include="Randomizer2.h" /> 167 <ClInclude Include="Randomizer2.h" />
168 <ClInclude Include="Randomizer2Core.h" />
168 <ClInclude Include="Solver.h" /> 169 <ClInclude Include="Solver.h" />
169 <ClInclude Include="Validator.h" /> 170 <ClInclude Include="Validator.h" />
170 </ItemGroup> 171 </ItemGroup>
@@ -176,6 +177,7 @@
176 <ClCompile Include="Random.cpp" /> 177 <ClCompile Include="Random.cpp" />
177 <ClCompile Include="Randomizer.cpp" /> 178 <ClCompile Include="Randomizer.cpp" />
178 <ClCompile Include="Randomizer2.cpp" /> 179 <ClCompile Include="Randomizer2.cpp" />
180 <ClCompile Include="Randomizer2Core.cpp" />
179 <ClCompile Include="Solver.cpp" /> 181 <ClCompile Include="Solver.cpp" />
180 <ClCompile Include="Validator.cpp" /> 182 <ClCompile Include="Validator.cpp" />
181 </ItemGroup> 183 </ItemGroup>