-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJingwei.sln
41 lines (41 loc) · 2.42 KB
/
Jingwei.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 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jingwei.Glass", "Jingwei.Glass\Jingwei.Glass.csproj", "{E35CE476-3CAB-4BFD-8FC2-8429A0A70A02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jingwei.XamarinForms", "Jingwei.XamarinForms\Jingwei.XamarinForms.csproj", "{E67AA8FE-0D28-44F3-BB72-9E53C925E75D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jingwei.PowerPointAddIn", "Jingwei.PowerPointAddIn\Jingwei.PowerPointAddIn.csproj", "{05E50129-006D-42A4-A9D1-A3684C0E635B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E35CE476-3CAB-4BFD-8FC2-8429A0A70A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E35CE476-3CAB-4BFD-8FC2-8429A0A70A02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E35CE476-3CAB-4BFD-8FC2-8429A0A70A02}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E35CE476-3CAB-4BFD-8FC2-8429A0A70A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E35CE476-3CAB-4BFD-8FC2-8429A0A70A02}.Release|Any CPU.Build.0 = Release|Any CPU
{E35CE476-3CAB-4BFD-8FC2-8429A0A70A02}.Release|Any CPU.Deploy.0 = Release|Any CPU
{E67AA8FE-0D28-44F3-BB72-9E53C925E75D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E67AA8FE-0D28-44F3-BB72-9E53C925E75D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E67AA8FE-0D28-44F3-BB72-9E53C925E75D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E67AA8FE-0D28-44F3-BB72-9E53C925E75D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E67AA8FE-0D28-44F3-BB72-9E53C925E75D}.Release|Any CPU.Build.0 = Release|Any CPU
{E67AA8FE-0D28-44F3-BB72-9E53C925E75D}.Release|Any CPU.Deploy.0 = Release|Any CPU
{05E50129-006D-42A4-A9D1-A3684C0E635B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05E50129-006D-42A4-A9D1-A3684C0E635B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05E50129-006D-42A4-A9D1-A3684C0E635B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05E50129-006D-42A4-A9D1-A3684C0E635B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ACCD1B16-7174-4A38-90A2-29B559E43BC2}
EndGlobalSection
EndGlobal