This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBethesdaArchive2 GNMF.sln
37 lines (37 loc) · 2.01 KB
/
BethesdaArchive2 GNMF.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 Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackerGUI", "PackerGUI\PackerGUI.csproj", "{CCA1AFCC-BD7A-4D2B-AABD-72B445933F56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GNMFInterop", "GNMFInterop\GNMFInterop.csproj", "{9901CC98-6531-437B-931C-18626B575FFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackerCLI", "PackerCLI\PackerCLI.csproj", "{C586F9B9-3651-4B66-9EBF-61DE61825230}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCA1AFCC-BD7A-4D2B-AABD-72B445933F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCA1AFCC-BD7A-4D2B-AABD-72B445933F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCA1AFCC-BD7A-4D2B-AABD-72B445933F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCA1AFCC-BD7A-4D2B-AABD-72B445933F56}.Release|Any CPU.Build.0 = Release|Any CPU
{9901CC98-6531-437B-931C-18626B575FFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9901CC98-6531-437B-931C-18626B575FFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9901CC98-6531-437B-931C-18626B575FFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9901CC98-6531-437B-931C-18626B575FFF}.Release|Any CPU.Build.0 = Release|Any CPU
{C586F9B9-3651-4B66-9EBF-61DE61825230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C586F9B9-3651-4B66-9EBF-61DE61825230}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C586F9B9-3651-4B66-9EBF-61DE61825230}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C586F9B9-3651-4B66-9EBF-61DE61825230}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0E01B2E-B606-477A-9ABB-6B2AC89C8C0D}
EndGlobalSection
EndGlobal