-
Notifications
You must be signed in to change notification settings - Fork 8
/
AutoACME.sln
98 lines (98 loc) · 5.55 KB
/
AutoACME.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4CB6F29D-B252-44FE-9D62-44B2AAE33A71}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altairis.AutoAcme.Manager", "Altairis.AutoAcme.Manager\Altairis.AutoAcme.Manager.csproj", "{443F82B3-DF11-450F-A8AE-CA65D4B73506}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{F299B3A1-ADC0-40AF-97E1-6FA39398CB89}"
ProjectSection(SolutionItems) = preProject
Images\AutoACME.ico = Images\AutoACME.ico
Images\AutoAcmeLogo.svg = Images\AutoAcmeLogo.svg
Images\AutoAcmeLogo_150.png = Images\AutoAcmeLogo_150.png
Images\AutoAcmeLogo_256.png = Images\AutoAcmeLogo_256.png
Images\AutoAcmeLogo_512.png = Images\AutoAcmeLogo_512.png
Images\AutoAcmeLogo_simple.svg = Images\AutoAcmeLogo_simple.svg
Images\AutoAcmeLogo_simple_150.png = Images\AutoAcmeLogo_simple_150.png
Images\AutoAcmeLogo_simple_16.png = Images\AutoAcmeLogo_simple_16.png
Images\AutoAcmeLogo_simple_256.png = Images\AutoAcmeLogo_simple_256.png
Images\AutoAcmeLogo_simple_32.png = Images\AutoAcmeLogo_simple_32.png
Images\AutoAcmeLogo_simple_512.png = Images\AutoAcmeLogo_simple_512.png
Images\background_road.jpg = Images\background_road.jpg
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altairis.AutoAcme.Configuration", "Altairis.AutoAcme.Configuration\Altairis.AutoAcme.Configuration.csproj", "{BD224F53-B4C4-466E-9AB0-D5D6DA9927F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altairis.AutoAcme.Core", "Altairis.AutoAcme.Core\Altairis.AutoAcme.Core.csproj", "{3BC6A2E9-42AF-416B-BE11-CEA1A5782BC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altairis.AutoAcme.IisSync", "Altairis.AutoAcme.IisSync\Altairis.AutoAcme.IisSync.csproj", "{BFFF1EF1-1821-4C7A-8C3C-D1CFFB2B7B2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deploy", "Deploy", "{8FDF4182-5A6C-4BF5-8ECA-206A8655DFC9}"
ProjectSection(SolutionItems) = preProject
Deploy\package.cmd = Deploy\package.cmd
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "docs", "docs\", "{8D1F3486-5DF6-4D73-B073-4A6E2CE96153}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8"
Debug.AspNetCompiler.VirtualPath = "/localhost_15697"
Debug.AspNetCompiler.PhysicalPath = "docs\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_15697\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_15697"
Release.AspNetCompiler.PhysicalPath = "docs\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_15697\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "15697"
SlnRelativePath = "docs\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{443F82B3-DF11-450F-A8AE-CA65D4B73506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{443F82B3-DF11-450F-A8AE-CA65D4B73506}.Debug|Any CPU.Build.0 = Debug|Any CPU
{443F82B3-DF11-450F-A8AE-CA65D4B73506}.Release|Any CPU.ActiveCfg = Release|Any CPU
{443F82B3-DF11-450F-A8AE-CA65D4B73506}.Release|Any CPU.Build.0 = Release|Any CPU
{BD224F53-B4C4-466E-9AB0-D5D6DA9927F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD224F53-B4C4-466E-9AB0-D5D6DA9927F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD224F53-B4C4-466E-9AB0-D5D6DA9927F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD224F53-B4C4-466E-9AB0-D5D6DA9927F0}.Release|Any CPU.Build.0 = Release|Any CPU
{3BC6A2E9-42AF-416B-BE11-CEA1A5782BC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BC6A2E9-42AF-416B-BE11-CEA1A5782BC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BC6A2E9-42AF-416B-BE11-CEA1A5782BC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BC6A2E9-42AF-416B-BE11-CEA1A5782BC1}.Release|Any CPU.Build.0 = Release|Any CPU
{BFFF1EF1-1821-4C7A-8C3C-D1CFFB2B7B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFFF1EF1-1821-4C7A-8C3C-D1CFFB2B7B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFFF1EF1-1821-4C7A-8C3C-D1CFFB2B7B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFFF1EF1-1821-4C7A-8C3C-D1CFFB2B7B2C}.Release|Any CPU.Build.0 = Release|Any CPU
{8D1F3486-5DF6-4D73-B073-4A6E2CE96153}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D1F3486-5DF6-4D73-B073-4A6E2CE96153}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D1F3486-5DF6-4D73-B073-4A6E2CE96153}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{8D1F3486-5DF6-4D73-B073-4A6E2CE96153}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2978FB1-9C03-45D5-9C64-FC1FA187B2CD}
EndGlobalSection
EndGlobal