-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMovere.sln
78 lines (78 loc) · 4.53 KB
/
Movere.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{89EF6D8C-C8F7-4374-B424-C88013F4791C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{5198C849-634F-4EFC-9D2B-37EDC21545B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflow", "workflow", "{00A091A2-D308-4078-B5E3-A9D04DD9503D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{233FDDCD-5706-4E83-AF15-41A0CA9F0E42}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{9C9397C0-677A-481E-9A3B-5C0152ECF6E1}"
ProjectSection(SolutionItems) = preProject
build\Targets\AvaloniaDiagnostics.props = build\Targets\AvaloniaDiagnostics.props
build\Targets\Import.props = build\Targets\Import.props
build\Targets\Import.targets = build\Targets\Import.targets
build\Targets\InternalsVisibleTo.targets = build\Targets\InternalsVisibleTo.targets
build\Targets\NeutralResourcesLanguage.targets = build\Targets\NeutralResourcesLanguage.targets
build\Targets\PackageProperties.props = build\Targets\PackageProperties.props
build\Targets\PackageProperties.targets = build\Targets\PackageProperties.targets
build\Targets\PackageVersions.targets = build\Targets\PackageVersions.targets
build\Targets\RepoLayout.props = build\Targets\RepoLayout.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build\_build.csproj", "{111F78F0-6F7E-438A-BE99-DAFEB691BBFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Movere", "src\Movere\Movere.csproj", "{4B0E3D01-F0C9-42EF-9556-32C96F59E353}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Movere.Sample", "samples\Movere.Sample\Movere.Sample.csproj", "{1C5611B0-C2EE-43C5-BA3F-8016E2704969}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Movere.Win32", "src\Movere.Win32\Movere.Win32.csproj", "{270ABF23-F44C-46A4-8EE7-E4A031AC5A8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{111F78F0-6F7E-438A-BE99-DAFEB691BBFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{111F78F0-6F7E-438A-BE99-DAFEB691BBFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B0E3D01-F0C9-42EF-9556-32C96F59E353}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B0E3D01-F0C9-42EF-9556-32C96F59E353}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B0E3D01-F0C9-42EF-9556-32C96F59E353}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B0E3D01-F0C9-42EF-9556-32C96F59E353}.Release|Any CPU.Build.0 = Release|Any CPU
{1C5611B0-C2EE-43C5-BA3F-8016E2704969}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C5611B0-C2EE-43C5-BA3F-8016E2704969}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C5611B0-C2EE-43C5-BA3F-8016E2704969}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C5611B0-C2EE-43C5-BA3F-8016E2704969}.Release|Any CPU.Build.0 = Release|Any CPU
{270ABF23-F44C-46A4-8EE7-E4A031AC5A8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{270ABF23-F44C-46A4-8EE7-E4A031AC5A8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{270ABF23-F44C-46A4-8EE7-E4A031AC5A8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{270ABF23-F44C-46A4-8EE7-E4A031AC5A8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5198C849-634F-4EFC-9D2B-37EDC21545B7} = {89EF6D8C-C8F7-4374-B424-C88013F4791C}
{00A091A2-D308-4078-B5E3-A9D04DD9503D} = {5198C849-634F-4EFC-9D2B-37EDC21545B7}
{233FDDCD-5706-4E83-AF15-41A0CA9F0E42} = {89EF6D8C-C8F7-4374-B424-C88013F4791C}
{9C9397C0-677A-481E-9A3B-5C0152ECF6E1} = {233FDDCD-5706-4E83-AF15-41A0CA9F0E42}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32FBE198-F721-4B81-B08E-A834940EC363}
EndGlobalSection
EndGlobal