-
Notifications
You must be signed in to change notification settings - Fork 1
/
Fast Image Viewer Standalone.sln
26 lines (26 loc) · 1.15 KB
/
Fast Image Viewer Standalone.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fast Image Viewer Core", "Fast Image Viewer Standalone\Fast Image Viewer Core.csproj", "{7DBD7222-0CC4-491B-95A3-B801B60F4FB7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DBD7222-0CC4-491B-95A3-B801B60F4FB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DBD7222-0CC4-491B-95A3-B801B60F4FB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DBD7222-0CC4-491B-95A3-B801B60F4FB7}.Release|Any CPU.ActiveCfg = Release|x64
{7DBD7222-0CC4-491B-95A3-B801B60F4FB7}.Release|Any CPU.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_PrefixTranslations = False
SolutionGuid = {4748D17A-1873-4D38-BF01-33EED02AC521}
EndGlobalSection
EndGlobal