-
Notifications
You must be signed in to change notification settings - Fork 0
/
JVT.sln
41 lines (41 loc) · 2.19 KB
/
JVT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JVTWpf", "JVTWpf\JVTWpf.csproj", "{5AD13D31-634B-49F4-B9D4-17A9F83D2A8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JVTCap", "JVTCap\JVTCap.csproj", "{F0CB9317-7F47-43AE-8C2A-23F74B47BAAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5AD13D31-634B-49F4-B9D4-17A9F83D2A8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AD13D31-634B-49F4-B9D4-17A9F83D2A8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AD13D31-634B-49F4-B9D4-17A9F83D2A8E}.Debug|x64.ActiveCfg = Debug|Any CPU
{5AD13D31-634B-49F4-B9D4-17A9F83D2A8E}.Debug|x64.Build.0 = Debug|Any CPU
{5AD13D31-634B-49F4-B9D4-17A9F83D2A8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AD13D31-634B-49F4-B9D4-17A9F83D2A8E}.Release|Any CPU.Build.0 = Release|Any CPU
{5AD13D31-634B-49F4-B9D4-17A9F83D2A8E}.Release|x64.ActiveCfg = Release|Any CPU
{5AD13D31-634B-49F4-B9D4-17A9F83D2A8E}.Release|x64.Build.0 = Release|Any CPU
{F0CB9317-7F47-43AE-8C2A-23F74B47BAAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0CB9317-7F47-43AE-8C2A-23F74B47BAAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0CB9317-7F47-43AE-8C2A-23F74B47BAAA}.Debug|x64.ActiveCfg = Debug|Any CPU
{F0CB9317-7F47-43AE-8C2A-23F74B47BAAA}.Debug|x64.Build.0 = Debug|Any CPU
{F0CB9317-7F47-43AE-8C2A-23F74B47BAAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0CB9317-7F47-43AE-8C2A-23F74B47BAAA}.Release|Any CPU.Build.0 = Release|Any CPU
{F0CB9317-7F47-43AE-8C2A-23F74B47BAAA}.Release|x64.ActiveCfg = Release|Any CPU
{F0CB9317-7F47-43AE-8C2A-23F74B47BAAA}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9B84D31-688B-43AB-B676-17428537330F}
EndGlobalSection
EndGlobal