-
Notifications
You must be signed in to change notification settings - Fork 0
/
Techno's IMG Editor.sln
37 lines (37 loc) · 2.04 KB
/
Techno's IMG Editor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Technoguyfication.IMGEditor.Shared\Shared.csproj", "{90E5A277-24B9-4A9E-B97C-D523D585CB0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLI", "Technoguyfication.IMGEditor.CLI\CLI.csproj", "{13FA3B36-C5EA-45FC-BD0A-663CC33F61EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GUI", "Technoguyfication.IMGEditor.GUI\GUI.csproj", "{D7F06168-7D71-4400-B567-64F2E462305D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90E5A277-24B9-4A9E-B97C-D523D585CB0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90E5A277-24B9-4A9E-B97C-D523D585CB0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90E5A277-24B9-4A9E-B97C-D523D585CB0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90E5A277-24B9-4A9E-B97C-D523D585CB0D}.Release|Any CPU.Build.0 = Release|Any CPU
{13FA3B36-C5EA-45FC-BD0A-663CC33F61EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13FA3B36-C5EA-45FC-BD0A-663CC33F61EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13FA3B36-C5EA-45FC-BD0A-663CC33F61EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13FA3B36-C5EA-45FC-BD0A-663CC33F61EE}.Release|Any CPU.Build.0 = Release|Any CPU
{D7F06168-7D71-4400-B567-64F2E462305D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7F06168-7D71-4400-B567-64F2E462305D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7F06168-7D71-4400-B567-64F2E462305D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7F06168-7D71-4400-B567-64F2E462305D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A31BB4B3-AC00-481A-905C-AFC2659D399E}
EndGlobalSection
EndGlobal