-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMVNFOEditor.sln
More file actions
35 lines (35 loc) · 1.9 KB
/
MVNFOEditor.sln
File metadata and controls
35 lines (35 loc) · 1.9 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVNFOEditor", "MVNFOEditor\MVNFOEditor.csproj", "{BACB8A15-AE06-45B8-8117-A6661A441CB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVNFOEditor.Desktop", "MVNFOEditor.Desktop\MVNFOEditor.Desktop.csproj", "{361B71E5-0E3C-42D3-BEFF-789A19F8C702}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BACB8A15-AE06-45B8-8117-A6661A441CB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BACB8A15-AE06-45B8-8117-A6661A441CB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BACB8A15-AE06-45B8-8117-A6661A441CB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BACB8A15-AE06-45B8-8117-A6661A441CB0}.Release|Any CPU.Build.0 = Release|Any CPU
{361B71E5-0E3C-42D3-BEFF-789A19F8C702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{361B71E5-0E3C-42D3-BEFF-789A19F8C702}.Debug|Any CPU.Build.0 = Debug|Any CPU
{361B71E5-0E3C-42D3-BEFF-789A19F8C702}.Release|Any CPU.ActiveCfg = Release|Any CPU
{361B71E5-0E3C-42D3-BEFF-789A19F8C702}.Release|Any CPU.Build.0 = Release|Any CPU
{FC2DB935-D31A-4121-8F71-B34E0F85A9DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC2DB935-D31A-4121-8F71-B34E0F85A9DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC2DB935-D31A-4121-8F71-B34E0F85A9DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC2DB935-D31A-4121-8F71-B34E0F85A9DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E0A4731-43B3-41B1-AD6E-BA105185454E}
EndGlobalSection
EndGlobal