forked from fitzchak/RaccoonBlog
-
Notifications
You must be signed in to change notification settings - Fork 103
/
RaccoonBlog.sln
52 lines (52 loc) · 3.08 KB
/
RaccoonBlog.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FE7270A6-1CCB-4B2F-BF08-0F7AB706DFB4}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RaccoonBlog.Web", "RaccoonBlog.Web\RaccoonBlog.Web.csproj", "{58CCD7A4-503D-467D-8DC4-4D310BD42774}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RaccoonBlog.IntegrationTests", "RaccoonBlog.IntegrationTests\RaccoonBlog.IntegrationTests.csproj", "{03EBB446-3306-4F60-B49F-29E4737CEAFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Debug|x86.ActiveCfg = Debug|Any CPU
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Release|Any CPU.Build.0 = Release|Any CPU
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{58CCD7A4-503D-467D-8DC4-4D310BD42774}.Release|x86.ActiveCfg = Release|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Debug|x86.ActiveCfg = Debug|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Release|Any CPU.Build.0 = Release|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{03EBB446-3306-4F60-B49F-29E4737CEAFC}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD61BB17-A78E-4F8A-B95C-D69D7CB84BF6}
EndGlobalSection
EndGlobal