-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathungoogled-chromium-updater.sln
More file actions
29 lines (29 loc) · 1.49 KB
/
ungoogled-chromium-updater.sln
File metadata and controls
29 lines (29 loc) · 1.49 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ungoogled-chromium-updater", "ungoogled-chromium-updater\ungoogled-chromium-updater.csproj", "{D1C5D564-A9B3-4849-A8F1-7C5294A9676A}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ungoogled-chromium-updater-setup", "ungoogled-chromium-updater-setup\ungoogled-chromium-updater-setup.vdproj", "{85150299-713E-4695-8CB3-4BCF473D0DED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1C5D564-A9B3-4849-A8F1-7C5294A9676A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1C5D564-A9B3-4849-A8F1-7C5294A9676A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1C5D564-A9B3-4849-A8F1-7C5294A9676A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1C5D564-A9B3-4849-A8F1-7C5294A9676A}.Release|Any CPU.Build.0 = Release|Any CPU
{85150299-713E-4695-8CB3-4BCF473D0DED}.Debug|Any CPU.ActiveCfg = Debug
{85150299-713E-4695-8CB3-4BCF473D0DED}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D37B0DB-D10C-40DA-ADBD-1A3E5B543E36}
EndGlobalSection
EndGlobal