-
Notifications
You must be signed in to change notification settings - Fork 1
/
nedfreader.sln
30 lines (30 loc) · 1.55 KB
/
nedfreader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29021.104
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nedfreader", "nedfreader\nedfreader.csproj", "{E83CBDCE-5CB9-424D-AB34-BC38941349A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NedfExport", "NedfExport\NedfExport.csproj", "{79C96491-48B2-4BBD-A6B4-13F8F7F3509F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E83CBDCE-5CB9-424D-AB34-BC38941349A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E83CBDCE-5CB9-424D-AB34-BC38941349A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E83CBDCE-5CB9-424D-AB34-BC38941349A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E83CBDCE-5CB9-424D-AB34-BC38941349A0}.Release|Any CPU.Build.0 = Release|Any CPU
{79C96491-48B2-4BBD-A6B4-13F8F7F3509F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79C96491-48B2-4BBD-A6B4-13F8F7F3509F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79C96491-48B2-4BBD-A6B4-13F8F7F3509F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79C96491-48B2-4BBD-A6B4-13F8F7F3509F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D779D71-BAB6-41E4-BEF2-7504C50F48BA}
EndGlobalSection
EndGlobal