-
Notifications
You must be signed in to change notification settings - Fork 18
/
DesignAutomationHandler.sln
61 lines (61 loc) · 4.23 KB
/
DesignAutomationHandler.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
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignAutomationHandler2019", "DesignAutomationHandler2019\DesignAutomationHandler2019.csproj", "{1A041F1A-AFB9-4988-92E1-477A862E505A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignAutomationHandler2018", "DesignAutomationHandler2018\DesignAutomationHandler2018.csproj", "{EFB263DA-A3C0-4789-9D73-F74351DCC26D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignAutomationHandler2020", "DesignAutomationHandler2020\DesignAutomationHandler2020.csproj", "{A642E951-16DB-468F-BCEF-EF7408FAA47D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignAutomationHandler2021", "DesignAutomationHandler2021\DesignAutomationHandler2021.csproj", "{40965980-8504-4481-878F-F26C47C0479C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignAutomationHandler2022", "DesignAutomationHandler2022\DesignAutomationHandler2022.csproj", "{8C1B6869-E464-4252-9E9E-068E43553A7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignAutomationHandler2023", "DesignAutomationHandler2023\DesignAutomationHandler2023.csproj", "{D995EDC7-E67B-41D8-A730-1D1FD4792239}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignAutomationHandler2024", "DesignAutomationHandler2024\DesignAutomationHandler2024.csproj", "{E9E338EF-4843-46CC-BE8B-DF9136A5A1A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A041F1A-AFB9-4988-92E1-477A862E505A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A041F1A-AFB9-4988-92E1-477A862E505A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A041F1A-AFB9-4988-92E1-477A862E505A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A041F1A-AFB9-4988-92E1-477A862E505A}.Release|Any CPU.Build.0 = Release|Any CPU
{EFB263DA-A3C0-4789-9D73-F74351DCC26D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFB263DA-A3C0-4789-9D73-F74351DCC26D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFB263DA-A3C0-4789-9D73-F74351DCC26D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFB263DA-A3C0-4789-9D73-F74351DCC26D}.Release|Any CPU.Build.0 = Release|Any CPU
{A642E951-16DB-468F-BCEF-EF7408FAA47D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A642E951-16DB-468F-BCEF-EF7408FAA47D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A642E951-16DB-468F-BCEF-EF7408FAA47D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A642E951-16DB-468F-BCEF-EF7408FAA47D}.Release|Any CPU.Build.0 = Release|Any CPU
{40965980-8504-4481-878F-F26C47C0479C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40965980-8504-4481-878F-F26C47C0479C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40965980-8504-4481-878F-F26C47C0479C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40965980-8504-4481-878F-F26C47C0479C}.Release|Any CPU.Build.0 = Release|Any CPU
{8C1B6869-E464-4252-9E9E-068E43553A7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C1B6869-E464-4252-9E9E-068E43553A7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C1B6869-E464-4252-9E9E-068E43553A7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C1B6869-E464-4252-9E9E-068E43553A7A}.Release|Any CPU.Build.0 = Release|Any CPU
{D995EDC7-E67B-41D8-A730-1D1FD4792239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D995EDC7-E67B-41D8-A730-1D1FD4792239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D995EDC7-E67B-41D8-A730-1D1FD4792239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D995EDC7-E67B-41D8-A730-1D1FD4792239}.Release|Any CPU.Build.0 = Release|Any CPU
{E9E338EF-4843-46CC-BE8B-DF9136A5A1A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9E338EF-4843-46CC-BE8B-DF9136A5A1A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9E338EF-4843-46CC-BE8B-DF9136A5A1A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9E338EF-4843-46CC-BE8B-DF9136A5A1A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8413F779-04D2-49F8-AFB2-185E6E619603}
EndGlobalSection
EndGlobal