@@ -24,7 +24,6 @@ ProjectSection(SolutionItems) = preProject
24
24
.editorconfig = .editorconfig
25
25
.gitattributes = .gitattributes
26
26
.gitignore = .gitignore
27
- appveyor .yml = appveyor .yml
28
27
build .bat = build .bat
29
28
build -all -targets .bat = build -all -targets .bat
30
29
clean .bat = clean .bat
@@ -40,8 +39,19 @@ ProjectSection(SolutionItems) = preProject
40
39
test .bat = test .bat
41
40
UnitsNet .sln .DotSettings = UnitsNet .sln .DotSettings
42
41
UnitsNet .snk = UnitsNet .snk
42
+ azure -pipelines .yml = azure -pipelines .yml
43
43
EndProject Section
44
44
EndProject
45
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ConsoleApp1" , "ConsoleApp1\ConsoleApp1.csproj" , "{C315CD54-43F9-47CB-8125-04036D6B5BF0}"
46
+ EndProject
47
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Build" , "Build" , "{71C6EF60-7E52-4DF4-BA93-5FAF6D89AEC6}"
48
+ Project Section (SolutionItems ) = preProject
49
+ Build \build .ps1 = Build \build .ps1
50
+ Build \build -functions .psm1 = Build \build -functions .psm1
51
+ Build \build -pack -nano -nugets .psm1 = Build \build -pack -nano -nugets .psm1
52
+ Build \init .ps1 = Build \init .ps1
53
+ EndProject Section
54
+ EndProject
45
55
Global
46
56
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
47
57
Debug| Any CPU = Debug| Any CPU
@@ -80,11 +90,18 @@ Global
80
90
{B4996AF5-9A8B-481A-9018-EC7F5B1605FF} .Debug| Any CPU .Build .0 = Debug| Any CPU
81
91
{B4996AF5-9A8B-481A-9018-EC7F5B1605FF} .Release| Any CPU .ActiveCfg = Release| Any CPU
82
92
{B4996AF5-9A8B-481A-9018-EC7F5B1605FF} .Release| Any CPU .Build .0 = Release| Any CPU
93
+ {C315CD54-43F9-47CB-8125-04036D6B5BF0} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
94
+ {C315CD54-43F9-47CB-8125-04036D6B5BF0} .Debug| Any CPU .Build .0 = Debug| Any CPU
95
+ {C315CD54-43F9-47CB-8125-04036D6B5BF0} .Release| Any CPU .ActiveCfg = Release| Any CPU
96
+ {C315CD54-43F9-47CB-8125-04036D6B5BF0} .Release| Any CPU .Build .0 = Release| Any CPU
83
97
EndGlobalSection
84
98
GlobalSection (SolutionProperties ) = preSolution
85
99
HideSolutionNode = FALSE
86
100
EndGlobalSection
87
101
GlobalSection (ExtensibilityGlobals ) = postSolution
88
102
SolutionGuid = {554906B2-5972-4EBF-9DD5-EEFA77D735D8}
89
103
EndGlobalSection
104
+ GlobalSection (NestedProjects ) = preSolution
105
+ {71C6EF60-7E52-4DF4-BA93-5FAF6D89AEC6} = {B92B01BE-243E-4CCB-B5E5-AF469ADB1F54}
106
+ EndGlobalSection
90
107
EndGlobal
0 commit comments