-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalstatcsharp.sln
More file actions
63 lines (63 loc) · 3.52 KB
/
valstatcsharp.sln
File metadata and controls
63 lines (63 loc) · 3.52 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78A43F56-7B2F-4019-BA26-8CA5094B964C}"
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
..\readme.md = ..\readme.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "valstat_dll", "D:\DEVL\GITHUB\VALSTAT\valstat_dll_specimen\valstat_dll.vcxproj", "{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "valstatcsharp", "demo\valstatcsharp.csproj", "{E1CEC687-2289-42D8-8732-9C9808F0D1FB}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "dbjcore", "..\dbjcore\dbjcore.shproj", "{B7706501-959E-4349-B97A-140060EE349B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Debug|Any CPU.ActiveCfg = Debug|x64
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Debug|Any CPU.Build.0 = Debug|x64
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Debug|x64.ActiveCfg = Debug|x64
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Debug|x64.Build.0 = Debug|x64
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Debug|x86.ActiveCfg = Debug|Win32
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Debug|x86.Build.0 = Debug|Win32
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Release|Any CPU.ActiveCfg = Release|x64
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Release|Any CPU.Build.0 = Release|x64
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Release|x64.ActiveCfg = Release|x64
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Release|x64.Build.0 = Release|x64
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Release|x86.ActiveCfg = Release|Win32
{B5FB775B-FF5D-4F07-8ED7-E53EB063B304}.Release|x86.Build.0 = Release|Win32
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Debug|x64.ActiveCfg = Debug|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Debug|x64.Build.0 = Debug|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Debug|x86.ActiveCfg = Debug|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Debug|x86.Build.0 = Debug|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Release|Any CPU.Build.0 = Release|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Release|x64.ActiveCfg = Release|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Release|x64.Build.0 = Release|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Release|x86.ActiveCfg = Release|Any CPU
{E1CEC687-2289-42D8-8732-9C9808F0D1FB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6CD7B32-B661-4956-9A34-D21924D9AD28}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\dbjcore\dbjcore.projitems*{b7706501-959e-4349-b97a-140060ee349b}*SharedItemsImports = 13
..\dbjcore\dbjcore.projitems*{e1cec687-2289-42d8-8732-9c9808f0d1fb}*SharedItemsImports = 5
EndGlobalSection
EndGlobal