summaryrefslogtreecommitdiff
path: root/Juick.sln
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-02-08 02:03:05 +0400
committerGravatar Vitaly Takmazov2013-02-08 02:03:05 +0400
commit7eb3fc7465c038de80e140f6956999aeb035505a (patch)
treeba77012549a1277767c62b4418b19864c9a084f2 /Juick.sln
parentedef9894af198da690c0381bf43d4dafddf16f0d (diff)
Move Juick.Api out to Portable Library
Diffstat (limited to 'Juick.sln')
-rw-r--r--Juick.sln10
1 files changed, 8 insertions, 2 deletions
diff --git a/Juick.sln b/Juick.sln
index 868fde2..25fa975 100644
--- a/Juick.sln
+++ b/Juick.sln
@@ -1,8 +1,10 @@

-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Juick", "Juick\Juick.csproj", "{324D7F67-600D-4239-90D9-07C9CA17A4F3}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JuickApi", "JuickApi\JuickApi.csproj", "{51F516BC-4EF9-4C81-B4A5-3E97809B70CE}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
{324D7F67-600D-4239-90D9-07C9CA17A4F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{324D7F67-600D-4239-90D9-07C9CA17A4F3}.Release|Any CPU.Build.0 = Release|Any CPU
{324D7F67-600D-4239-90D9-07C9CA17A4F3}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {51F516BC-4EF9-4C81-B4A5-3E97809B70CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {51F516BC-4EF9-4C81-B4A5-3E97809B70CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {51F516BC-4EF9-4C81-B4A5-3E97809B70CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {51F516BC-4EF9-4C81-B4A5-3E97809B70CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE