-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFastVolumeFw.sln
31 lines (31 loc) · 1.56 KB
/
FastVolumeFw.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 Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastVolumeFw", "FastVolumeFw\FastVolumeFw.csproj", "{EB704058-76D9-4BF7-B860-453136467ECE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GradeWinLib", "GradeWinLib\GradeWinLib.csproj", "{BBCB08AD-1E74-4BA5-BE95-F6E1B0D88797}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB704058-76D9-4BF7-B860-453136467ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB704058-76D9-4BF7-B860-453136467ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB704058-76D9-4BF7-B860-453136467ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB704058-76D9-4BF7-B860-453136467ECE}.Release|Any CPU.Build.0 = Release|Any CPU
{BBCB08AD-1E74-4BA5-BE95-F6E1B0D88797}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBCB08AD-1E74-4BA5-BE95-F6E1B0D88797}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBCB08AD-1E74-4BA5-BE95-F6E1B0D88797}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBCB08AD-1E74-4BA5-BE95-F6E1B0D88797}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2B94C99-2AD4-4B72-809A-02686216333E}
EndGlobalSection
EndGlobal