-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCallMeMaybe.sln
More file actions
56 lines (56 loc) · 2.77 KB
/
CallMeMaybe.sln
File metadata and controls
56 lines (56 loc) · 2.77 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
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DC7ED7B0-54F0-4E04-84F1-69563D66B77F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{75B79CA8-8830-4AD7-9A0C-0FCA898145A3}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CallMeMaybe", "CallMeMaybe\CallMeMaybe.csproj", "{29583F05-F571-4B57-A4F2-8AA8EC3C84EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AAFDE12E-031F-42B0-8C42-A5C96A506C5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CallMeMaybe.UnitTests", "CallMeMaybe.UnitTests\CallMeMaybe.UnitTests.csproj", "{D7FAE90B-399E-49A5-9169-174CF6B2C44F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{2ACF1B35-6795-4CA4-80FE-15675C0C9AC5}"
ProjectSection(SolutionItems) = preProject
appveyor-release.yml = appveyor-release.yml
appveyor.yml = appveyor.yml
build.cmd = build.cmd
CallMeMaybe\CallMeMaybe.nuspec = CallMeMaybe\CallMeMaybe.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29583F05-F571-4B57-A4F2-8AA8EC3C84EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29583F05-F571-4B57-A4F2-8AA8EC3C84EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29583F05-F571-4B57-A4F2-8AA8EC3C84EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29583F05-F571-4B57-A4F2-8AA8EC3C84EF}.Release|Any CPU.Build.0 = Release|Any CPU
{D7FAE90B-399E-49A5-9169-174CF6B2C44F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7FAE90B-399E-49A5-9169-174CF6B2C44F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7FAE90B-399E-49A5-9169-174CF6B2C44F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7FAE90B-399E-49A5-9169-174CF6B2C44F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D7FAE90B-399E-49A5-9169-174CF6B2C44F} = {AAFDE12E-031F-42B0-8C42-A5C96A506C5A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81FE7471-0B59-4C81-9EB0-F68034A2F0DA}
EndGlobalSection
EndGlobal