-
Notifications
You must be signed in to change notification settings - Fork 6
/
Gu.Wpf.Gauges.sln
57 lines (57 loc) · 3.13 KB
/
Gu.Wpf.Gauges.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 15.0.0.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{DC561C28-FEEE-410B-B299-F5FC218E2634}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
Settings.XamlStyler = Settings.XamlStyler
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.Gauges", "Gu.Wpf.Gauges\Gu.Wpf.Gauges.csproj", "{02C21720-28AF-4A11-8B4E-AD4D71668883}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.Gauges.Sample", "Gu.Wpf.Gauges.Sample\Gu.Wpf.Gauges.Sample.csproj", "{89497D9C-CE65-4104-B64B-E4F3ECE49A51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.Gauges.Tests", "Gu.Wpf.Gauges.Tests\Gu.Wpf.Gauges.Tests.csproj", "{906C5B9F-C44D-4E32-B363-39A23462EE66}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docs", ".docs", "{51C68752-6DD7-4030-8876-FD3364F11DB2}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.Gauges.UiTests", "Gu.Wpf.Gauges.UiTests\Gu.Wpf.Gauges.UiTests.csproj", "{2D54E66D-565D-414B-A708-57F6AF04B37E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02C21720-28AF-4A11-8B4E-AD4D71668883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C21720-28AF-4A11-8B4E-AD4D71668883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C21720-28AF-4A11-8B4E-AD4D71668883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C21720-28AF-4A11-8B4E-AD4D71668883}.Release|Any CPU.Build.0 = Release|Any CPU
{89497D9C-CE65-4104-B64B-E4F3ECE49A51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89497D9C-CE65-4104-B64B-E4F3ECE49A51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89497D9C-CE65-4104-B64B-E4F3ECE49A51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89497D9C-CE65-4104-B64B-E4F3ECE49A51}.Release|Any CPU.Build.0 = Release|Any CPU
{906C5B9F-C44D-4E32-B363-39A23462EE66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{906C5B9F-C44D-4E32-B363-39A23462EE66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{906C5B9F-C44D-4E32-B363-39A23462EE66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{906C5B9F-C44D-4E32-B363-39A23462EE66}.Release|Any CPU.Build.0 = Release|Any CPU
{2D54E66D-565D-414B-A708-57F6AF04B37E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D54E66D-565D-414B-A708-57F6AF04B37E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D54E66D-565D-414B-A708-57F6AF04B37E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D54E66D-565D-414B-A708-57F6AF04B37E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63698D8A-1737-42F7-9D31-E106057CA31A}
EndGlobalSection
EndGlobal