-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathFuncular.IdGenerators.sln
50 lines (50 loc) · 2.78 KB
/
Funcular.IdGenerators.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
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Funcular.IdGenerators.UnitTests", "Funcular.IdGenerators.UnitTests\Funcular.IdGenerators.UnitTests.csproj", "{2F568598-A57D-4505-87C1-B9794B0FBCE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{002F9329-F351-454E-B196-BE3878C09058}"
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", "{A80DD9CE-A760-4BC3-B229-BDAE33F894A4}"
ProjectSection(SolutionItems) = preProject
Performance1.psess = Performance1.psess
Performance2.psess = Performance2.psess
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Funcular.IdGenerators.PerformanceTests", "Funcular.IdGenerators.PerformanceTests\Funcular.IdGenerators.PerformanceTests.csproj", "{78E47237-C866-4D54-9B8B-A1719BFF0FA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Funcular.IdGenerators", "Funcular.IdGenerators\Funcular.IdGenerators.csproj", "{11BA76CE-A9F9-44C4-AE83-8F0B3ABA8E47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F568598-A57D-4505-87C1-B9794B0FBCE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F568598-A57D-4505-87C1-B9794B0FBCE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F568598-A57D-4505-87C1-B9794B0FBCE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F568598-A57D-4505-87C1-B9794B0FBCE5}.Release|Any CPU.Build.0 = Release|Any CPU
{78E47237-C866-4D54-9B8B-A1719BFF0FA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78E47237-C866-4D54-9B8B-A1719BFF0FA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78E47237-C866-4D54-9B8B-A1719BFF0FA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78E47237-C866-4D54-9B8B-A1719BFF0FA0}.Release|Any CPU.Build.0 = Release|Any CPU
{11BA76CE-A9F9-44C4-AE83-8F0B3ABA8E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11BA76CE-A9F9-44C4-AE83-8F0B3ABA8E47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11BA76CE-A9F9-44C4-AE83-8F0B3ABA8E47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11BA76CE-A9F9-44C4-AE83-8F0B3ABA8E47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E0C540B-19EA-4EC3-96E1-A476F36F9F8F}
EndGlobalSection
EndGlobal