-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFDSPacker.sln
36 lines (36 loc) · 1.92 KB
/
FDSPacker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FDSPacker", "FDSPacker\FDSPacker.csproj", "{34C70095-D92A-4FA3-857D-073D310EF3BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FDSPackerTests", "FDSPackerTests\FDSPackerTests.csproj", "{ECA437A0-4162-48FF-B24E-9FF31EE42CFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Interim|Any CPU = Interim|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34C70095-D92A-4FA3-857D-073D310EF3BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34C70095-D92A-4FA3-857D-073D310EF3BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34C70095-D92A-4FA3-857D-073D310EF3BC}.Interim|Any CPU.ActiveCfg = Interim|Any CPU
{34C70095-D92A-4FA3-857D-073D310EF3BC}.Interim|Any CPU.Build.0 = Interim|Any CPU
{34C70095-D92A-4FA3-857D-073D310EF3BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34C70095-D92A-4FA3-857D-073D310EF3BC}.Release|Any CPU.Build.0 = Release|Any CPU
{ECA437A0-4162-48FF-B24E-9FF31EE42CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECA437A0-4162-48FF-B24E-9FF31EE42CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECA437A0-4162-48FF-B24E-9FF31EE42CFF}.Interim|Any CPU.ActiveCfg = Debug|Any CPU
{ECA437A0-4162-48FF-B24E-9FF31EE42CFF}.Interim|Any CPU.Build.0 = Debug|Any CPU
{ECA437A0-4162-48FF-B24E-9FF31EE42CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECA437A0-4162-48FF-B24E-9FF31EE42CFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {165FD543-FDBB-4DF3-B72E-A9C9713091CC}
EndGlobalSection
EndGlobal