-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
SimpleBrowserWIN.sln
executable file
·48 lines (48 loc) · 2.46 KB
/
SimpleBrowserWIN.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simple-Browser", "src\windows\Simple-Browser.csproj", "{BAC92083-697C-4E06-8FB4-912EFD82A05A}"
ProjectSection(ProjectDependencies) = postProject
{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC} = {44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18818A2C-4516-47A0-9D7F-5F5622E821E2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Updater", "src\windows\Updater\Updater.vcxproj", "{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAC92083-697C-4E06-8FB4-912EFD82A05A}.Debug|Any CPU.ActiveCfg = Debug|x64
{BAC92083-697C-4E06-8FB4-912EFD82A05A}.Debug|x64.ActiveCfg = Debug|x64
{BAC92083-697C-4E06-8FB4-912EFD82A05A}.Debug|x64.Build.0 = Debug|x64
{BAC92083-697C-4E06-8FB4-912EFD82A05A}.Release|Any CPU.ActiveCfg = Release|x64
{BAC92083-697C-4E06-8FB4-912EFD82A05A}.Release|Any CPU.Build.0 = Release|x64
{BAC92083-697C-4E06-8FB4-912EFD82A05A}.Release|x64.ActiveCfg = Release|x64
{BAC92083-697C-4E06-8FB4-912EFD82A05A}.Release|x64.Build.0 = Release|x64
{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}.Debug|Any CPU.ActiveCfg = Debug|x64
{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}.Debug|Any CPU.Build.0 = Debug|x64
{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}.Debug|x64.ActiveCfg = Debug|x64
{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}.Debug|x64.Build.0 = Debug|x64
{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}.Release|Any CPU.ActiveCfg = Release|x64
{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}.Release|Any CPU.Build.0 = Release|x64
{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}.Release|x64.ActiveCfg = Release|x64
{44A97C63-F7F4-4FEA-BF5D-DACEFE5E6CDC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D97BC923-1581-47F1-9E4B-1BD135D18480}
EndGlobalSection
EndGlobal