This repository was archived by the owner on Jun 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFluentStructures.sln
More file actions
24 lines (24 loc) · 1.4 KB
/
Copy pathFluentStructures.sln
File metadata and controls
24 lines (24 loc) · 1.4 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent.Structures.Model", "src\Fluent.Structures.Model\Fluent.Structures.Model.csproj", "{6E01CE07-0E03-438F-BE78-67C9550357E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent.Structures.Model.UnitTests", "Fluent.Structures.Model.UnitTests\Fluent.Structures.Model.UnitTests.csproj", "{8C60237B-53C6-471A-8041-4B615587F8B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E01CE07-0E03-438F-BE78-67C9550357E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E01CE07-0E03-438F-BE78-67C9550357E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E01CE07-0E03-438F-BE78-67C9550357E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E01CE07-0E03-438F-BE78-67C9550357E9}.Release|Any CPU.Build.0 = Release|Any CPU
{8C60237B-53C6-471A-8041-4B615587F8B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C60237B-53C6-471A-8041-4B615587F8B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C60237B-53C6-471A-8041-4B615587F8B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C60237B-53C6-471A-8041-4B615587F8B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal