-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNIDE.sln
More file actions
37 lines (37 loc) · 1.99 KB
/
NIDE.sln
File metadata and controls
37 lines (37 loc) · 1.99 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NIDE", "IDE\NIDE.csproj", "{41E7BDE0-44AF-44A7-B779-4112D570081A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPixelPaint", "NPixelPaint\NPixelPaint.csproj", "{4233BCCC-E3B5-4E18-997A-A7782015329B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Updater", "Updater\Updater.csproj", "{18AD8F64-D9A4-4720-9871-B53C45428864}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41E7BDE0-44AF-44A7-B779-4112D570081A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41E7BDE0-44AF-44A7-B779-4112D570081A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41E7BDE0-44AF-44A7-B779-4112D570081A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41E7BDE0-44AF-44A7-B779-4112D570081A}.Release|Any CPU.Build.0 = Release|Any CPU
{4233BCCC-E3B5-4E18-997A-A7782015329B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4233BCCC-E3B5-4E18-997A-A7782015329B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4233BCCC-E3B5-4E18-997A-A7782015329B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4233BCCC-E3B5-4E18-997A-A7782015329B}.Release|Any CPU.Build.0 = Release|Any CPU
{18AD8F64-D9A4-4720-9871-B53C45428864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18AD8F64-D9A4-4720-9871-B53C45428864}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18AD8F64-D9A4-4720-9871-B53C45428864}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18AD8F64-D9A4-4720-9871-B53C45428864}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1C4D32C-158B-48E7-A8B9-50B8F20B4D61}
EndGlobalSection
EndGlobal