diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-08 23:18:23 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-08 23:18:23 -0400 |
commit | 5da03e821ef281909e65c3df33f67596074ae98a (patch) | |
tree | 15f1bb0f91a88082a21e4e2e4531e1f8dee026bf /src/citra/citra.vcxproj | |
parent | d0674cc98bfa5729168274cde62a4e69343f8524 (diff) |
- removed deprecated version.h
- cleaned up window title
- cleaned up emu_window_glfw/emu_window
Diffstat (limited to 'src/citra/citra.vcxproj')
-rw-r--r-- | src/citra/citra.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra/citra.vcxproj b/src/citra/citra.vcxproj index 4ea222fcd..d81ac5bfc 100644 --- a/src/citra/citra.vcxproj +++ b/src/citra/citra.vcxproj @@ -206,7 +206,6 @@ <ClInclude Include="citra.h" /> <ClInclude Include="emu_window\emu_window_glfw.h" /> <ClInclude Include="resource.h" /> - <ClInclude Include="version.h" /> </ItemGroup> <ItemGroup> <Text Include="CMakeLists.txt" /> |