-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNCuid.sln
38 lines (38 loc) · 2.04 KB
/
NCuid.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCuid.Tests", "NCuid.Tests\NCuid.Tests.csproj", "{1CD3A779-B529-497C-A186-F0637E316D2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCuid", "NCuid\NCuid.csproj", "{C9033C45-5859-4420-8D44-15A43BBC53EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{FF08C11A-4619-44D8-AE28-17636A94B23E}"
ProjectSection(SolutionItems) = preProject
.build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll
.build\MSBuild.Community.Tasks.targets = .build\MSBuild.Community.Tasks.targets
version.targets = version.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release.Public|Any CPU = Release.Public|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CD3A779-B529-497C-A186-F0637E316D2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CD3A779-B529-497C-A186-F0637E316D2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CD3A779-B529-497C-A186-F0637E316D2A}.Release.Public|Any CPU.ActiveCfg = Release.Public|Any CPU
{1CD3A779-B529-497C-A186-F0637E316D2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9033C45-5859-4420-8D44-15A43BBC53EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9033C45-5859-4420-8D44-15A43BBC53EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9033C45-5859-4420-8D44-15A43BBC53EA}.Release.Public|Any CPU.ActiveCfg = Release.Public|Any CPU
{C9033C45-5859-4420-8D44-15A43BBC53EA}.Release.Public|Any CPU.Build.0 = Release.Public|Any CPU
{C9033C45-5859-4420-8D44-15A43BBC53EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9033C45-5859-4420-8D44-15A43BBC53EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal