diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 21:47:31 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 21:47:31 +0000 |
commit | 35a4603c6135738a5c9f7729c6bb19f9ce656c8a (patch) | |
tree | 649db4c74654c5968dfba2a3de74c69b4437127d /SimpleAR/SimpleAR_10.sln | |
parent | e750e8644fb332c5cb9cc11a7a7cb6c2778e53e8 (diff) |
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@230 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'SimpleAR/SimpleAR_10.sln')
-rw-r--r-- | SimpleAR/SimpleAR_10.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/SimpleAR/SimpleAR_10.sln b/SimpleAR/SimpleAR_10.sln new file mode 100644 index 0000000..b316efd --- /dev/null +++ b/SimpleAR/SimpleAR_10.sln @@ -0,0 +1,25 @@ +Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleAR", "SimpleAR_10.vcxproj", "{06C44834-7B7A-4074-A6D8-7F163B3FF707}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug Unicode|Win32 = Debug Unicode|Win32
+ Debug Unicode|x64 = Debug Unicode|x64
+ Release Unicode|Win32 = Release Unicode|Win32
+ Release Unicode|x64 = Release Unicode|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug Unicode|x64.Build.0 = Debug Unicode|x64
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release Unicode|x64.ActiveCfg = Release Unicode|x64
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release Unicode|x64.Build.0 = Release Unicode|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|