-
Notifications
You must be signed in to change notification settings - Fork 219
/
LibgenDesktop.sln
39 lines (39 loc) · 2.07 KB
/
LibgenDesktop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibgenDesktop", "LibgenDesktop\LibgenDesktop.csproj", "{7158E1EB-44F7-4C26-BF9A-DA055F85D0BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibgenDesktop.Setup", "LibgenDesktop.Setup\LibgenDesktop.Setup.csproj", "{44555887-C439-470C-944D-8866EC3D7067}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DD4F677-B56F-4422-90B9-4A8A1CC6D69B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug x64|Any CPU = Debug x64|Any CPU
Debug x86|Any CPU = Debug x86|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7158E1EB-44F7-4C26-BF9A-DA055F85D0BB}.Debug x64|Any CPU.ActiveCfg = Debug x64|Any CPU
{7158E1EB-44F7-4C26-BF9A-DA055F85D0BB}.Debug x64|Any CPU.Build.0 = Debug x64|Any CPU
{7158E1EB-44F7-4C26-BF9A-DA055F85D0BB}.Debug x86|Any CPU.ActiveCfg = Debug x86|Any CPU
{7158E1EB-44F7-4C26-BF9A-DA055F85D0BB}.Debug x86|Any CPU.Build.0 = Debug x86|Any CPU
{7158E1EB-44F7-4C26-BF9A-DA055F85D0BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7158E1EB-44F7-4C26-BF9A-DA055F85D0BB}.Release|Any CPU.Build.0 = Release|Any CPU
{44555887-C439-470C-944D-8866EC3D7067}.Debug x64|Any CPU.ActiveCfg = Debug x64|Any CPU
{44555887-C439-470C-944D-8866EC3D7067}.Debug x86|Any CPU.ActiveCfg = Debug x86|Any CPU
{44555887-C439-470C-944D-8866EC3D7067}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44555887-C439-470C-944D-8866EC3D7067}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CB75FAD-8C25-4486-BEFB-DF4CA961ACD6}
EndGlobalSection
EndGlobal