summaryrefslogtreecommitdiffstats
path: root/src/citra/citra.vcxproj
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-09 05:18:23 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-09 05:18:23 +0200
commit5da03e821ef281909e65c3df33f67596074ae98a (patch)
tree15f1bb0f91a88082a21e4e2e4531e1f8dee026bf /src/citra/citra.vcxproj
parentfixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module (diff)
downloadyuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.gz
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.bz2
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.lz
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.xz
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.tar.zst
yuzu-5da03e821ef281909e65c3df33f67596074ae98a.zip
Diffstat (limited to '')
-rw-r--r--src/citra/citra.vcxproj1
-rw-r--r--src/citra/citra.vcxproj.filters1
2 files changed, 0 insertions, 2 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" />
diff --git a/src/citra/citra.vcxproj.filters b/src/citra/citra.vcxproj.filters
index b41cdf146..b2685691f 100644
--- a/src/citra/citra.vcxproj.filters
+++ b/src/citra/citra.vcxproj.filters
@@ -14,7 +14,6 @@
<ItemGroup>
<ClInclude Include="citra.h" />
<ClInclude Include="resource.h" />
- <ClInclude Include="version.h" />
<ClInclude Include="emu_window\emu_window_glfw.h">
<Filter>emu_window</Filter>
</ClInclude>