-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathTestStack.Dossier.sln
42 lines (42 loc) · 2.02 KB
/
TestStack.Dossier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC8508D1-6FCB-46B2-9C14-F41F6AD76B09}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
BREAKING_CHANGES.md = BREAKING_CHANGES.md
CONTRIBUTING.md = CONTRIBUTING.md
GitVersionConfig.yaml = GitVersionConfig.yaml
LICENSE = LICENSE
logo.png = logo.png
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.Dossier", "TestStack.Dossier\TestStack.Dossier.csproj", "{768AF10B-5E0C-46BB-B6CD-B202AF39A0EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.Dossier.Tests", "TestStack.Dossier.Tests\TestStack.Dossier.Tests.csproj", "{5B38B893-1018-4F0D-9999-4DA1385EB94A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{768AF10B-5E0C-46BB-B6CD-B202AF39A0EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{768AF10B-5E0C-46BB-B6CD-B202AF39A0EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{768AF10B-5E0C-46BB-B6CD-B202AF39A0EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{768AF10B-5E0C-46BB-B6CD-B202AF39A0EF}.Release|Any CPU.Build.0 = Release|Any CPU
{5B38B893-1018-4F0D-9999-4DA1385EB94A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B38B893-1018-4F0D-9999-4DA1385EB94A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B38B893-1018-4F0D-9999-4DA1385EB94A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B38B893-1018-4F0D-9999-4DA1385EB94A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1C35ECA-9807-42D4-935A-186845AF20A3}
EndGlobalSection
EndGlobal