-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHEAL.VarPro.sln
43 lines (43 loc) · 2.31 KB
/
HEAL.VarPro.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HEAL.VarPro", "HEAL.VarPro\HEAL.VarPro.csproj", "{9D476280-5407-4925-96CC-8F7497A8B739}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HEAL.VarPro.Demo", "HEAL.VarPro.Demo\HEAL.VarPro.Demo.csproj", "{C19AFFDE-7D3A-404E-9B9F-4EF4AF1CB9DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HEAL.VarPro.Test", "HEAL.VarPro.Test\HEAL.VarPro.Test.csproj", "{A2F95913-99A6-4A7A-A509-AD990A55C227}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D31FC8E6-F816-4A63-AE2E-9F8B18691A24}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D476280-5407-4925-96CC-8F7497A8B739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D476280-5407-4925-96CC-8F7497A8B739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D476280-5407-4925-96CC-8F7497A8B739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D476280-5407-4925-96CC-8F7497A8B739}.Release|Any CPU.Build.0 = Release|Any CPU
{C19AFFDE-7D3A-404E-9B9F-4EF4AF1CB9DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C19AFFDE-7D3A-404E-9B9F-4EF4AF1CB9DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C19AFFDE-7D3A-404E-9B9F-4EF4AF1CB9DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C19AFFDE-7D3A-404E-9B9F-4EF4AF1CB9DE}.Release|Any CPU.Build.0 = Release|Any CPU
{A2F95913-99A6-4A7A-A509-AD990A55C227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2F95913-99A6-4A7A-A509-AD990A55C227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2F95913-99A6-4A7A-A509-AD990A55C227}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2F95913-99A6-4A7A-A509-AD990A55C227}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC8B4357-02F3-40D6-B7A8-1C2044B39E1D}
EndGlobalSection
EndGlobal