-
Notifications
You must be signed in to change notification settings - Fork 3
/
JxCode.Windows.sln
58 lines (58 loc) · 3.43 KB
/
JxCode.Windows.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Shared.JxCode.Windows", "Shared.JxCode.Windows\Shared.JxCode.Windows.shproj", "{12CE725D-57FC-4BD3-B1D5-6C749211DC23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JxCode.Windows", "JxCode.Windows\JxCode.Windows.csproj", "{731F6837-E4FE-4C79-B17C-080638F5CCB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Shared.JxCode.Windows\Shared.JxCode.Windows.projitems*{12ce725d-57fc-4bd3-b1d5-6c749211dc23}*SharedItemsImports = 13
Shared.JxCode.Windows\Shared.JxCode.Windows.projitems*{731f6837-e4fe-4c79-b17c-080638f5ccb9}*SharedItemsImports = 5
Shared.JxCode.Windows\Shared.JxCode.Windows.projitems*{b41b8f6e-844f-4347-9ee2-0f202fbeabaf}*SharedItemsImports = 4
EndGlobalSection
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
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Debug|x64.ActiveCfg = Debug|x64
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Debug|x64.Build.0 = Debug|x64
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Debug|x86.ActiveCfg = Debug|x86
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Debug|x86.Build.0 = Debug|x86
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Release|Any CPU.Build.0 = Release|Any CPU
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Release|x64.ActiveCfg = Release|x64
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Release|x64.Build.0 = Release|x64
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Release|x86.ActiveCfg = Release|x86
{731F6837-E4FE-4C79-B17C-080638F5CCB9}.Release|x86.Build.0 = Release|x86
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Debug|x64.ActiveCfg = Debug|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Debug|x64.Build.0 = Debug|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Debug|x86.ActiveCfg = Debug|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Debug|x86.Build.0 = Debug|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Release|Any CPU.Build.0 = Release|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Release|x64.ActiveCfg = Release|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Release|x64.Build.0 = Release|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Release|x86.ActiveCfg = Release|Any CPU
{B41B8F6E-844F-4347-9EE2-0F202FBEABAF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DB21CAE-093C-4108-84EB-C2803097F504}
EndGlobalSection
EndGlobal