-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNeatChain.sln
More file actions
28 lines (28 loc) · 1.44 KB
/
NeatChain.sln
File metadata and controls
28 lines (28 loc) · 1.44 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
25
26
27
28
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}") = "NeatChainFx", "NeatChain\NeatChainFx.csproj", "{70AE47EA-515E-4815-A22E-1AEA25D3E82E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeatChainFx.Tests", "NeatChain.Tests\NeatChainFx.Tests.csproj", "{E78E3643-D527-49DC-9165-62D4D8BE6566}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70AE47EA-515E-4815-A22E-1AEA25D3E82E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70AE47EA-515E-4815-A22E-1AEA25D3E82E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70AE47EA-515E-4815-A22E-1AEA25D3E82E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70AE47EA-515E-4815-A22E-1AEA25D3E82E}.Release|Any CPU.Build.0 = Release|Any CPU
{E78E3643-D527-49DC-9165-62D4D8BE6566}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E78E3643-D527-49DC-9165-62D4D8BE6566}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E78E3643-D527-49DC-9165-62D4D8BE6566}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E78E3643-D527-49DC-9165-62D4D8BE6566}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal