-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZestware.Core.sln
27 lines (27 loc) · 1.49 KB
/
Zestware.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zestware.Core", "src\Zestware.Core\Zestware.Core.csproj", "{CA28DF2B-9295-4FFA-B322-58C8667434AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{15F23C2D-2A5F-4031-9479-0C6BF43F7CB7}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zestware.Core.UnitTests", "tests\Zestware.Core.UnitTests\Zestware.Core.UnitTests.csproj", "{C5918255-B63C-4FE6-A1C2-37D6668CBAC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA28DF2B-9295-4FFA-B322-58C8667434AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA28DF2B-9295-4FFA-B322-58C8667434AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA28DF2B-9295-4FFA-B322-58C8667434AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA28DF2B-9295-4FFA-B322-58C8667434AE}.Release|Any CPU.Build.0 = Release|Any CPU
{C5918255-B63C-4FE6-A1C2-37D6668CBAC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5918255-B63C-4FE6-A1C2-37D6668CBAC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5918255-B63C-4FE6-A1C2-37D6668CBAC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5918255-B63C-4FE6-A1C2-37D6668CBAC8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal