-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNet.FracturedCode.Utilities.sln
32 lines (32 loc) · 2.2 KB
/
Net.FracturedCode.Utilities.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Net.FracturedCode.Utilities", "Net.FracturedCode.Utilities\Net.FracturedCode.Utilities.csproj", "{6D651081-3F8D-49D7-B09F-6219DCECC8B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Net.FracturedCode.Utilities.Tests", "Net.FracturedCode.Utilities.Tests\Net.FracturedCode.Utilities.Tests.csproj", "{858D1CAA-8E57-44DC-A760-EB73CB917FC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Net.FracturedCode.Utilities.Benchmarks", "Net.FracturedCode.Utilities.Benchmarks\Net.FracturedCode.Utilities.Benchmarks.csproj", "{D759C789-24BC-4A8F-A36E-5C02EB9E1CD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{B2569135-FE86-4929-B82A-5E46B8523DE1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2569135-FE86-4929-B82A-5E46B8523DE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2569135-FE86-4929-B82A-5E46B8523DE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D651081-3F8D-49D7-B09F-6219DCECC8B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D651081-3F8D-49D7-B09F-6219DCECC8B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D651081-3F8D-49D7-B09F-6219DCECC8B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D651081-3F8D-49D7-B09F-6219DCECC8B9}.Release|Any CPU.Build.0 = Release|Any CPU
{858D1CAA-8E57-44DC-A760-EB73CB917FC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{858D1CAA-8E57-44DC-A760-EB73CB917FC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{858D1CAA-8E57-44DC-A760-EB73CB917FC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{858D1CAA-8E57-44DC-A760-EB73CB917FC3}.Release|Any CPU.Build.0 = Release|Any CPU
{D759C789-24BC-4A8F-A36E-5C02EB9E1CD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D759C789-24BC-4A8F-A36E-5C02EB9E1CD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D759C789-24BC-4A8F-A36E-5C02EB9E1CD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D759C789-24BC-4A8F-A36E-5C02EB9E1CD2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal