diff options
Diffstat (limited to 'App/App.vcxproj')
-rw-r--r-- | App/App.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/App/App.vcxproj b/App/App.vcxproj index 698d364..25ec076 100644 --- a/App/App.vcxproj +++ b/App/App.vcxproj | |||
@@ -174,13 +174,13 @@ | |||
174 | <ClCompile Include="Main.cpp" /> | 174 | <ClCompile Include="Main.cpp" /> |
175 | </ItemGroup> | 175 | </ItemGroup> |
176 | <ItemGroup> | 176 | <ItemGroup> |
177 | <ResourceCompile Include="Version.rc" /> | ||
178 | </ItemGroup> | ||
179 | <ItemGroup> | ||
180 | <ProjectReference Include="..\Source\Source.vcxproj"> | 177 | <ProjectReference Include="..\Source\Source.vcxproj"> |
181 | <Project>{6b5df051-a51a-48cb-8acd-c6fad726019f}</Project> | 178 | <Project>{6b5df051-a51a-48cb-8acd-c6fad726019f}</Project> |
182 | </ProjectReference> | 179 | </ProjectReference> |
183 | </ItemGroup> | 180 | </ItemGroup> |
181 | <ItemGroup> | ||
182 | <ResourceCompile Include="App.rc" /> | ||
183 | </ItemGroup> | ||
184 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 184 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
185 | <ImportGroup Label="ExtensionTargets"> | 185 | <ImportGroup Label="ExtensionTargets"> |
186 | </ImportGroup> | 186 | </ImportGroup> |