Skip to content

Commit

Permalink
[Project64] Remove version defines from resource.h
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Sep 13, 2017
1 parent bc20758 commit 2f98cb4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion Source/Project64/Project64.vcxproj
Expand Up @@ -207,7 +207,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\Project64-audio\Project64-audio.vcxproj" />
<None Include="res\divider.cur" />
<None Include="res\hand.cur" />
<None Include="UserInterface\API.js" />
Expand Down
1 change: 0 additions & 1 deletion Source/Project64/Project64.vcxproj.filters
Expand Up @@ -428,7 +428,6 @@
<Filter>Resource Files</Filter>
</None>
<None Include="UserInterface\API.js" />
<None Include="..\Project64-audio\Project64-audio.vcxproj" />
</ItemGroup>
<ItemGroup>
<Image Include="res\ListItems.bmp">
Expand Down
6 changes: 1 addition & 5 deletions Source/Project64/UserInterface/resource.h
@@ -1,12 +1,8 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by UIResources.rc
// Used by UI Resources.rc
//
#define VERSION_REVISION 0
#define VER_VER_DEBUG 0
#define VERSION_MAJOR 2
#define IDAPPLY 3
#define VERSION_MINOR 3
#define IDI_PJ64_Icon 101
#define IDD_Rom_Information 104
#define IDD_Key_Prompt 108
Expand Down

0 comments on commit 2f98cb4

Please sign in to comment.