-
Notifications
You must be signed in to change notification settings - Fork 1
/
VmMachineHwVersionUpdater.sln
75 lines (75 loc) · 4.78 KB
/
VmMachineHwVersionUpdater.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VmMachineHwVersionUpdater.Wpf", "VmMachineHwVersionUpdater.Wpf\VmMachineHwVersionUpdater.Wpf.csproj", "{0F56EDA9-CF7F-4C49-A67B-3FCD434D4902}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VmMachineHwVersionUpdater.Core", "VmMachineHwVersionUpdater.Core\VmMachineHwVersionUpdater.Core.csproj", "{3B18918B-58B3-4E14-84B0-F37B9A1DD600}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VmMachineHwVersionUpdater.Core.Tests", "VmMachineHwVersionUpdater.Core.Tests\VmMachineHwVersionUpdater.Core.Tests.csproj", "{7893BAF1-F4EA-41A5-819A-DFD587ED2EAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C119308-28E3-4D2A-B37E-C9BDB9DE6D26}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.runsettings = .runsettings
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VmMachineHwVersionUpdater.Wpf.Tests", "VmMachineHwVersionUpdater.Wpf.Tests\VmMachineHwVersionUpdater.Wpf.Tests.csproj", "{6B209B5C-F9F1-4FDE-BFA4-58B6629A4D00}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{70389EFF-BD01-4D12-993C-2CA6C6D59F64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VmMachineHwVersionUpdater.Avalonia", "VmMachineHwVersionUpdater.Avalonia\VmMachineHwVersionUpdater.Avalonia.csproj", "{D6F9C627-243B-493C-B418-F984398C1ED5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VmMachineHwVersionUpdater.Avalonia.Tests", "VmMachineHwVersionUpdater.Avalonia.Tests\VmMachineHwVersionUpdater.Avalonia.Tests.csproj", "{D932C139-FFEC-4AD7-A293-195907995EA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F56EDA9-CF7F-4C49-A67B-3FCD434D4902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F56EDA9-CF7F-4C49-A67B-3FCD434D4902}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F56EDA9-CF7F-4C49-A67B-3FCD434D4902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F56EDA9-CF7F-4C49-A67B-3FCD434D4902}.Release|Any CPU.Build.0 = Release|Any CPU
{3B18918B-58B3-4E14-84B0-F37B9A1DD600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B18918B-58B3-4E14-84B0-F37B9A1DD600}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B18918B-58B3-4E14-84B0-F37B9A1DD600}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B18918B-58B3-4E14-84B0-F37B9A1DD600}.Release|Any CPU.Build.0 = Release|Any CPU
{7893BAF1-F4EA-41A5-819A-DFD587ED2EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7893BAF1-F4EA-41A5-819A-DFD587ED2EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7893BAF1-F4EA-41A5-819A-DFD587ED2EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7893BAF1-F4EA-41A5-819A-DFD587ED2EAD}.Release|Any CPU.Build.0 = Release|Any CPU
{6B209B5C-F9F1-4FDE-BFA4-58B6629A4D00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B209B5C-F9F1-4FDE-BFA4-58B6629A4D00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B209B5C-F9F1-4FDE-BFA4-58B6629A4D00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B209B5C-F9F1-4FDE-BFA4-58B6629A4D00}.Release|Any CPU.Build.0 = Release|Any CPU
{D6F9C627-243B-493C-B418-F984398C1ED5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6F9C627-243B-493C-B418-F984398C1ED5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6F9C627-243B-493C-B418-F984398C1ED5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6F9C627-243B-493C-B418-F984398C1ED5}.Release|Any CPU.Build.0 = Release|Any CPU
{D932C139-FFEC-4AD7-A293-195907995EA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D932C139-FFEC-4AD7-A293-195907995EA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D932C139-FFEC-4AD7-A293-195907995EA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D932C139-FFEC-4AD7-A293-195907995EA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7893BAF1-F4EA-41A5-819A-DFD587ED2EAD} = {70389EFF-BD01-4D12-993C-2CA6C6D59F64}
{6B209B5C-F9F1-4FDE-BFA4-58B6629A4D00} = {70389EFF-BD01-4D12-993C-2CA6C6D59F64}
{D932C139-FFEC-4AD7-A293-195907995EA5} = {70389EFF-BD01-4D12-993C-2CA6C6D59F64}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11F4F42E-0EEC-4EDC-B38D-2BFBC588DDB0}
EndGlobalSection
EndGlobal