-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesktopSort.sln
More file actions
38 lines (38 loc) · 1.91 KB
/
DesktopSort.sln
File metadata and controls
38 lines (38 loc) · 1.91 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopSort.UI", "DesktopSort.UI\DesktopSort.UI.csproj", "{1A21368F-85AD-45C0-B61B-A90526DED6E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{99638C50-410F-48C1-8911-987B47E65DDD}"
ProjectSection(SolutionItems) = preProject
Resources.Designer.t4 = Resources.Designer.t4
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopSort.Updater", "DesktopSort.Updater\DesktopSort.Updater.csproj", "{29FBD9A4-1E2B-4D71-9F16-B570738436B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A21368F-85AD-45C0-B61B-A90526DED6E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A21368F-85AD-45C0-B61B-A90526DED6E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A21368F-85AD-45C0-B61B-A90526DED6E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A21368F-85AD-45C0-B61B-A90526DED6E2}.Release|Any CPU.Build.0 = Release|Any CPU
{29FBD9A4-1E2B-4D71-9F16-B570738436B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29FBD9A4-1E2B-4D71-9F16-B570738436B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29FBD9A4-1E2B-4D71-9F16-B570738436B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29FBD9A4-1E2B-4D71-9F16-B570738436B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC5F9C1A-3DA8-43D7-8FB8-2B6396EF1DB1}
RESX_NeutralResourcesLanguage = ru-RU
RESX_PrefixTranslations = False
EndGlobalSection
EndGlobal