-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPMES.sln
43 lines (43 loc) · 2.5 KB
/
PMES.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 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMES", "PMES\PMES.csproj", "{2AA79C8C-FFFD-4D4B-9E86-03E5E8C7D9CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{49D78D50-C9F4-4560-AD62-BBC61D6CC8CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PMES-WPF-Automatic", "PMES-WPF\PMES-WPF-Automatic.csproj", "{144670CB-6396-488C-A76D-2E03A3B69E78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PMES-WPF-Automatic-Slide", "PMES-WPF-Automatic-Slide\PMES-WPF-Automatic-Slide.csproj", "{A25FE82B-4220-47FB-A7CE-04F5F969C863}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AA79C8C-FFFD-4D4B-9E86-03E5E8C7D9CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AA79C8C-FFFD-4D4B-9E86-03E5E8C7D9CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AA79C8C-FFFD-4D4B-9E86-03E5E8C7D9CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AA79C8C-FFFD-4D4B-9E86-03E5E8C7D9CF}.Release|Any CPU.Build.0 = Release|Any CPU
{49D78D50-C9F4-4560-AD62-BBC61D6CC8CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49D78D50-C9F4-4560-AD62-BBC61D6CC8CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49D78D50-C9F4-4560-AD62-BBC61D6CC8CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49D78D50-C9F4-4560-AD62-BBC61D6CC8CF}.Release|Any CPU.Build.0 = Release|Any CPU
{144670CB-6396-488C-A76D-2E03A3B69E78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{144670CB-6396-488C-A76D-2E03A3B69E78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{144670CB-6396-488C-A76D-2E03A3B69E78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{144670CB-6396-488C-A76D-2E03A3B69E78}.Release|Any CPU.Build.0 = Release|Any CPU
{A25FE82B-4220-47FB-A7CE-04F5F969C863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A25FE82B-4220-47FB-A7CE-04F5F969C863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A25FE82B-4220-47FB-A7CE-04F5F969C863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A25FE82B-4220-47FB-A7CE-04F5F969C863}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {514BACDC-B3B5-4223-84C8-73E9907262E4}
EndGlobalSection
EndGlobal