summaryrefslogtreecommitdiffstats
path: root/citra.sln
diff options
context:
space:
mode:
authorMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-01 04:26:50 +0200
committerMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-01 04:32:03 +0200
commit05be8d2f0c58f5de56bbf920743f91bd8584b4f2 (patch)
treec82d5c690c7fa9e252adf0c24616aa042535d517 /citra.sln
parentadded very hackish ARMulator core initialization and CPU stepping (diff)
downloadyuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar
yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.gz
yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.bz2
yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.lz
yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.xz
yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.zst
yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.zip
Diffstat (limited to '')
-rw-r--r--citra.sln16
1 files changed, 14 insertions, 2 deletions
diff --git a/citra.sln b/citra.sln
index 8d6deada2..ebba4c2f0 100644
--- a/citra.sln
+++ b/citra.sln
@@ -1,5 +1,7 @@
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2013 for Windows Desktop
+VisualStudioVersion = 12.0.21005.1
+MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "src\common\common.vcxproj", "{DFE335FC-755D-4BAA-8452-94434F8A1EDB}"
ProjectSection(ProjectDependencies) = postProject
{69F00340-5C3D-449F-9A80-958435C6CF06} = {69F00340-5C3D-449F-9A80-958435C6CF06}
@@ -17,6 +19,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "src\core\core.vcxpr
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scm_rev_gen", "src\common\scm_rev_gen.vcxproj", "{69F00340-5C3D-449F-9A80-958435C6CF06}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "citra_qt", "src\citra_qt\citra_qt.vcxproj", "{A587F714-490F-407A-9E36-7AB7FA0D7BAB}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -57,6 +61,14 @@ Global
{69F00340-5C3D-449F-9A80-958435C6CF06}.Release|Win32.Build.0 = Release|Win32
{69F00340-5C3D-449F-9A80-958435C6CF06}.Release|x64.ActiveCfg = Release|x64
{69F00340-5C3D-449F-9A80-958435C6CF06}.Release|x64.Build.0 = Release|x64
+ {A587F714-490F-407A-9E36-7AB7FA0D7BAB}.Debug|Win32.ActiveCfg = Debug|Win32
+ {A587F714-490F-407A-9E36-7AB7FA0D7BAB}.Debug|Win32.Build.0 = Debug|Win32
+ {A587F714-490F-407A-9E36-7AB7FA0D7BAB}.Debug|x64.ActiveCfg = Debug|x64
+ {A587F714-490F-407A-9E36-7AB7FA0D7BAB}.Debug|x64.Build.0 = Debug|x64
+ {A587F714-490F-407A-9E36-7AB7FA0D7BAB}.Release|Win32.ActiveCfg = Release|Win32
+ {A587F714-490F-407A-9E36-7AB7FA0D7BAB}.Release|Win32.Build.0 = Release|Win32
+ {A587F714-490F-407A-9E36-7AB7FA0D7BAB}.Release|x64.ActiveCfg = Release|x64
+ {A587F714-490F-407A-9E36-7AB7FA0D7BAB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE