This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
forked from cloudscribe/cloudscribe.MetaWeblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudscribe.MetaWeblog.sln
38 lines (38 loc) · 2.11 KB
/
cloudscribe.MetaWeblog.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
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ED00ACC0-1941-4E8D-8290-8BE5899A239B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A0BC411-4293-4599-AD9D-B94C52EA8D33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{DB18D872-684C-42E1-8F7F-7CDFA24DF6FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.MetaWeblog", "src\cloudscribe.MetaWeblog\cloudscribe.MetaWeblog.csproj", "{6000FC8E-4634-4D10-BD45-D089D000393A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.MetaWeblog.Tests", "test\cloudscribe.MetaWeblog.Tests\cloudscribe.MetaWeblog.Tests.csproj", "{EFC95303-913F-48FF-A938-F650A08D17D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6000FC8E-4634-4D10-BD45-D089D000393A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6000FC8E-4634-4D10-BD45-D089D000393A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6000FC8E-4634-4D10-BD45-D089D000393A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6000FC8E-4634-4D10-BD45-D089D000393A}.Release|Any CPU.Build.0 = Release|Any CPU
{EFC95303-913F-48FF-A938-F650A08D17D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFC95303-913F-48FF-A938-F650A08D17D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFC95303-913F-48FF-A938-F650A08D17D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFC95303-913F-48FF-A938-F650A08D17D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6000FC8E-4634-4D10-BD45-D089D000393A} = {ED00ACC0-1941-4E8D-8290-8BE5899A239B}
{EFC95303-913F-48FF-A938-F650A08D17D6} = {DB18D872-684C-42E1-8F7F-7CDFA24DF6FF}
EndGlobalSection
EndGlobal