-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMagicT.slnx
55 lines (55 loc) · 3.23 KB
/
MagicT.slnx
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="iPhone" />
<Platform Name="iPhoneSimulator" />
</Configurations>
<Project Path="MagicT.Client\MagicT.Client.csproj" Type="Classic C#">
<Configuration Solution="Debug|iPhoneSimulator" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhoneSimulator" Project="Release|Any CPU" />
<Configuration Solution="Debug|iPhone" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhone" Project="Release|Any CPU" />
</Project>
<Project Path="MagicT.Redis\MagicT.Redis.csproj" Type="Classic C#">
<Configuration Solution="Debug|iPhoneSimulator" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhoneSimulator" Project="Release|Any CPU" />
<Configuration Solution="Debug|iPhone" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhone" Project="Release|Any CPU" />
</Project>
<Project Path="MagicT.Server\MagicT.Server.csproj" Type="Classic C#">
<Configuration Solution="Debug|iPhoneSimulator" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhoneSimulator" Project="Release|Any CPU" />
<Configuration Solution="Debug|iPhone" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhone" Project="Release|Any CPU" />
</Project>
<Project Path="MagicT.Shared\MagicT.Shared.csproj" Type="Classic C#">
<Configuration Solution="Debug|iPhoneSimulator" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhoneSimulator" Project="Release|Any CPU" />
<Configuration Solution="Debug|iPhone" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhone" Project="Release|Any CPU" />
</Project>
<Project Path="MagicT.Tests\MagicT.Tests.csproj" Type="Classic C#">
<Configuration Solution="Debug|iPhoneSimulator" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhoneSimulator" Project="Release|Any CPU" />
<Configuration Solution="Debug|iPhone" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhone" Project="Release|Any CPU" />
</Project>
<Project Path="MagicT.Web.Shared\MagicT.Web.Shared.csproj" Type="Classic C#">
<Configuration Solution="Debug|iPhoneSimulator" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhoneSimulator" Project="Release|Any CPU" />
<Configuration Solution="Debug|iPhone" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhone" Project="Release|Any CPU" />
</Project>
<Project Path="MagicT.WebTemplate\MagicT.WebTemplate.csproj" Type="Classic C#">
<Configuration Solution="Debug|iPhoneSimulator" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhoneSimulator" Project="Release|Any CPU" />
<Configuration Solution="Debug|iPhone" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhone" Project="Release|Any CPU" />
</Project>
<Project Path="MagicT.Web\MagicT.Web.csproj" Type="Classic C#">
<Configuration Solution="Debug|iPhoneSimulator" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhoneSimulator" Project="Release|Any CPU" />
<Configuration Solution="Debug|iPhone" Project="Debug|Any CPU" />
<Configuration Solution="Release|iPhone" Project="Release|Any CPU" />
</Project>
</Solution>