-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathimpressions-resolution-customiser.sln
More file actions
42 lines (42 loc) · 2.34 KB
/
impressions-resolution-customiser.sln
File metadata and controls
42 lines (42 loc) · 2.34 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
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zeus_and_Poseidon", "zeus_and_poseidon\Zeus_and_Poseidon.csproj", "{7E2EAB3F-AB54-4DDF-B465-5CE5EB0E5FD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37D3B4D7-1EAE-444F-8CD1-BB34DAD0FB81}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emperor", "Emperor\Emperor.csproj", "{DF158309-3DFF-45E8-96CF-0EC21D5E3A8F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImpressionsFileFormats", "ImpressionsFileFormats\ImpressionsFileFormats.csproj", "{71A34440-1163-46EF-AEAF-06ACB63BAF2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E2EAB3F-AB54-4DDF-B465-5CE5EB0E5FD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E2EAB3F-AB54-4DDF-B465-5CE5EB0E5FD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E2EAB3F-AB54-4DDF-B465-5CE5EB0E5FD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E2EAB3F-AB54-4DDF-B465-5CE5EB0E5FD8}.Release|Any CPU.Build.0 = Release|Any CPU
{DF158309-3DFF-45E8-96CF-0EC21D5E3A8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF158309-3DFF-45E8-96CF-0EC21D5E3A8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF158309-3DFF-45E8-96CF-0EC21D5E3A8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF158309-3DFF-45E8-96CF-0EC21D5E3A8F}.Release|Any CPU.Build.0 = Release|Any CPU
{71A34440-1163-46EF-AEAF-06ACB63BAF2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71A34440-1163-46EF-AEAF-06ACB63BAF2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71A34440-1163-46EF-AEAF-06ACB63BAF2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71A34440-1163-46EF-AEAF-06ACB63BAF2A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FCA30B7-078C-4147-9A3D-33963605D7E6}
EndGlobalSection
EndGlobal