-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAsyncInit.Services.sln
More file actions
50 lines (50 loc) · 2.83 KB
/
AsyncInit.Services.sln
File metadata and controls
50 lines (50 loc) · 2.83 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncInit.Services", "AsyncInit.Services\Portable\AsyncInit.Services.csproj", "{4C26F895-4F45-46A0-AA7B-02FBF5C6B337}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1F64B56E-6D1A-41BA-8300-CB464C6077CE}"
ProjectSection(SolutionItems) = preProject
Solution Items\CommonAssemblyInfo.cs = Solution Items\CommonAssemblyInfo.cs
LICENSE = LICENSE
NOTICE = NOTICE
AsyncInit.Services\README.md = AsyncInit.Services\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{94CEF379-3DD7-4FEF-A662-E0A609CED367}"
ProjectSection(SolutionItems) = preProject
AsyncInit.Services\NuGet\Ditto.AsyncInit.Services.nuspec = AsyncInit.Services\NuGet\Ditto.AsyncInit.Services.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncInit.Services.Portable.Net45", "AsyncInit.Services\Portable.Net45\AsyncInit.Services.Portable.Net45.csproj", "{9369455C-29F2-40DD-99A4-7286E8A8EEAA}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation", "AsyncInit.Services\Documentation\Documentation.shfbproj", "{CFBC21C7-9232-4EC9-89DD-44A49FC10E52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C26F895-4F45-46A0-AA7B-02FBF5C6B337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C26F895-4F45-46A0-AA7B-02FBF5C6B337}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C26F895-4F45-46A0-AA7B-02FBF5C6B337}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C26F895-4F45-46A0-AA7B-02FBF5C6B337}.Release|Any CPU.Build.0 = Release|Any CPU
{9369455C-29F2-40DD-99A4-7286E8A8EEAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9369455C-29F2-40DD-99A4-7286E8A8EEAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9369455C-29F2-40DD-99A4-7286E8A8EEAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9369455C-29F2-40DD-99A4-7286E8A8EEAA}.Release|Any CPU.Build.0 = Release|Any CPU
{CFBC21C7-9232-4EC9-89DD-44A49FC10E52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFBC21C7-9232-4EC9-89DD-44A49FC10E52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFBC21C7-9232-4EC9-89DD-44A49FC10E52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFBC21C7-9232-4EC9-89DD-44A49FC10E52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{94CEF379-3DD7-4FEF-A662-E0A609CED367} = {1F64B56E-6D1A-41BA-8300-CB464C6077CE}
EndGlobalSection
EndGlobal