-
Notifications
You must be signed in to change notification settings - Fork 0
/
AliDnsApi.sln
43 lines (43 loc) · 2.25 KB
/
AliDnsApi.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 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AliDnsApi", "AliDnsApi\AliDnsApi.csproj", "{A6CF8900-6CA3-4855-BE98-4A4560750358}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{2CCC01AA-1575-4B45-B150-3210B99FF33B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C7CB1EA-4A83-4D24-8CB0-A29EFF592DAC}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AliDnsUpdater", "AliDnsUpdater\AliDnsUpdater.csproj", "{08121741-609A-4F67-AC6B-C37A654BEF0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6CF8900-6CA3-4855-BE98-4A4560750358}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6CF8900-6CA3-4855-BE98-4A4560750358}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6CF8900-6CA3-4855-BE98-4A4560750358}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6CF8900-6CA3-4855-BE98-4A4560750358}.Release|Any CPU.Build.0 = Release|Any CPU
{2CCC01AA-1575-4B45-B150-3210B99FF33B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CCC01AA-1575-4B45-B150-3210B99FF33B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CCC01AA-1575-4B45-B150-3210B99FF33B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CCC01AA-1575-4B45-B150-3210B99FF33B}.Release|Any CPU.Build.0 = Release|Any CPU
{08121741-609A-4F67-AC6B-C37A654BEF0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08121741-609A-4F67-AC6B-C37A654BEF0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08121741-609A-4F67-AC6B-C37A654BEF0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08121741-609A-4F67-AC6B-C37A654BEF0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ACEF8CA8-4C14-485D-B51B-ED99A3277EBF}
EndGlobalSection
EndGlobal