Skip to content

Commit

Permalink
The file filter should be in .vcxproj.filters, not .vcxproj.
Browse files Browse the repository at this point in the history
This is what happens when you manually edit MSVC projects in text editors
instead of using the IDE. :V
  • Loading branch information
GerbilSoft committed Sep 12, 2015
1 parent 85f1d87 commit bfb7500
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions SADXModLoader/SADXModLoader.vcxproj
Expand Up @@ -144,9 +144,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<ItemGroup>
<ResourceCompile Include="SADXModLoader.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
7 changes: 6 additions & 1 deletion SADXModLoader/SADXModLoader.vcxproj.filters
Expand Up @@ -114,4 +114,9 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
<ItemGroup>
<ResourceCompile Include="SADXModLoader.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

0 comments on commit bfb7500

Please sign in to comment.