-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBelarusLauncher.sln
82 lines (82 loc) · 5.28 KB
/
BelarusLauncher.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
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A3AF009-CDC3-4035-B1A7-554D325D5408}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.markdownlint.json = .markdownlint.json
.vsconfig = .vsconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
NuGet.config = NuGet.config
publish-hasher.bat = publish-hasher.bat
publish-installer.bat = publish-installer.bat
publish-launcher.bat = publish-launcher.bat
publish-updater.bat = publish-updater.bat
README.md = README.md
Settings.XamlStyler = Settings.XamlStyler
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImeSense.Launchers.Belarus.Desktop", "src\ImeSense.Launchers.Belarus.Desktop\ImeSense.Launchers.Belarus.Desktop.csproj", "{D04E3777-1DBA-423E-A2C8-5ABA80C29A88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImeSense.Launchers.Belarus", "src\ImeSense.Launchers.Belarus\ImeSense.Launchers.Belarus.csproj", "{909E77E9-FE72-41F3-A631-D552185DF754}"
ProjectSection(ProjectDependencies) = postProject
{5C302503-C8E0-442C-BD33-7B70930858F0} = {5C302503-C8E0-442C-BD33-7B70930858F0}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImeSense.Launchers.Belarus.Core", "src\ImeSense.Launchers.Belarus.Core\ImeSense.Launchers.Belarus.Core.csproj", "{9B628B77-B05A-435E-8D99-1D0DFB8BE20D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImeSense.Launchers.Belarus.Legacy", "src\ImeSense.Launchers.Belarus.Legacy\ImeSense.Launchers.Belarus.Legacy.csproj", "{0FD8494A-7CBD-428E-9B66-EC96F30FF9C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImeSense.Launchers.Belarus.Themes.Avalonia", "src\ImeSense.Launchers.Belarus.Themes.Avalonia\ImeSense.Launchers.Belarus.Themes.Avalonia.csproj", "{09B9A304-1D08-493F-9B51-573B9301FF7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImeSense.Launchers.Belarus.CryptoHasher", "src\ImeSense.Launchers.Belarus.CryptoHasher\ImeSense.Launchers.Belarus.CryptoHasher.csproj", "{C74DB453-DB02-4324-BAD0-1E24290E3B98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImeSense.Launchers.Belarus.Updater", "src\ImeSense.Launchers.Belarus.Updater\ImeSense.Launchers.Belarus.Updater.csproj", "{5C302503-C8E0-442C-BD33-7B70930858F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D04E3777-1DBA-423E-A2C8-5ABA80C29A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D04E3777-1DBA-423E-A2C8-5ABA80C29A88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D04E3777-1DBA-423E-A2C8-5ABA80C29A88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D04E3777-1DBA-423E-A2C8-5ABA80C29A88}.Release|Any CPU.Build.0 = Release|Any CPU
{909E77E9-FE72-41F3-A631-D552185DF754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{909E77E9-FE72-41F3-A631-D552185DF754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{909E77E9-FE72-41F3-A631-D552185DF754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{909E77E9-FE72-41F3-A631-D552185DF754}.Release|Any CPU.Build.0 = Release|Any CPU
{9B628B77-B05A-435E-8D99-1D0DFB8BE20D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B628B77-B05A-435E-8D99-1D0DFB8BE20D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B628B77-B05A-435E-8D99-1D0DFB8BE20D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B628B77-B05A-435E-8D99-1D0DFB8BE20D}.Release|Any CPU.Build.0 = Release|Any CPU
{0FD8494A-7CBD-428E-9B66-EC96F30FF9C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FD8494A-7CBD-428E-9B66-EC96F30FF9C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FD8494A-7CBD-428E-9B66-EC96F30FF9C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FD8494A-7CBD-428E-9B66-EC96F30FF9C0}.Release|Any CPU.Build.0 = Release|Any CPU
{09B9A304-1D08-493F-9B51-573B9301FF7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09B9A304-1D08-493F-9B51-573B9301FF7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09B9A304-1D08-493F-9B51-573B9301FF7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09B9A304-1D08-493F-9B51-573B9301FF7E}.Release|Any CPU.Build.0 = Release|Any CPU
{C74DB453-DB02-4324-BAD0-1E24290E3B98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C74DB453-DB02-4324-BAD0-1E24290E3B98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C74DB453-DB02-4324-BAD0-1E24290E3B98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C74DB453-DB02-4324-BAD0-1E24290E3B98}.Release|Any CPU.Build.0 = Release|Any CPU
{5C302503-C8E0-442C-BD33-7B70930858F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C302503-C8E0-442C-BD33-7B70930858F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C302503-C8E0-442C-BD33-7B70930858F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C302503-C8E0-442C-BD33-7B70930858F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2C4331A-361B-4D06-A32C-94B4BFBB0BE2}
EndGlobalSection
EndGlobal