This repository has been archived by the owner on May 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
jumoo.usync.sln
32 lines (32 loc) · 1.9 KB
/
jumoo.usync.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Web
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "jumoo.usync.content", "jumoo.usync.content\jumoo.usync.content.csproj", "{A9DD6A5D-8932-493D-9575-5CC8D1736D61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "jumoo.usync.usyncui", "jumoo.usync.usyncui\jumoo.usync.usyncui.csproj", "{8D3EFA9E-2FF4-4F8D-9AF0-518859B90538}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "jumoo.usync.core", "jumoo.usync.core\jumoo.usync.core.csproj", "{27C2C64E-E054-4DE8-A903-7C0C2CE34C70}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9DD6A5D-8932-493D-9575-5CC8D1736D61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9DD6A5D-8932-493D-9575-5CC8D1736D61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9DD6A5D-8932-493D-9575-5CC8D1736D61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9DD6A5D-8932-493D-9575-5CC8D1736D61}.Release|Any CPU.Build.0 = Release|Any CPU
{8D3EFA9E-2FF4-4F8D-9AF0-518859B90538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D3EFA9E-2FF4-4F8D-9AF0-518859B90538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D3EFA9E-2FF4-4F8D-9AF0-518859B90538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D3EFA9E-2FF4-4F8D-9AF0-518859B90538}.Release|Any CPU.Build.0 = Release|Any CPU
{27C2C64E-E054-4DE8-A903-7C0C2CE34C70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27C2C64E-E054-4DE8-A903-7C0C2CE34C70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27C2C64E-E054-4DE8-A903-7C0C2CE34C70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27C2C64E-E054-4DE8-A903-7C0C2CE34C70}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal