-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVeChainCore.sln
31 lines (31 loc) · 1.56 KB
/
VeChainCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeChainCore", "VeChainCore\VeChainCore.csproj", "{E9701AFB-7245-497B-95F6-6723B532C959}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VeChainCoreTest", "VeChainCoreTest\VeChainCoreTest.csproj", "{8F7305BF-CFB7-4A55-B899-A9DE9DB91307}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9701AFB-7245-497B-95F6-6723B532C959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9701AFB-7245-497B-95F6-6723B532C959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9701AFB-7245-497B-95F6-6723B532C959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9701AFB-7245-497B-95F6-6723B532C959}.Release|Any CPU.Build.0 = Release|Any CPU
{8F7305BF-CFB7-4A55-B899-A9DE9DB91307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F7305BF-CFB7-4A55-B899-A9DE9DB91307}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F7305BF-CFB7-4A55-B899-A9DE9DB91307}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F7305BF-CFB7-4A55-B899-A9DE9DB91307}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6E0FDC4-F83C-4877-8AA1-399D6974E966}
EndGlobalSection
EndGlobal