-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathProteoformSuite.sln
39 lines (37 loc) · 1.95 KB
/
ProteoformSuite.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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProteoformSuiteInternal", "ProteoformSuiteInternal\ProteoformSuiteInternal.csproj", "{6B27B6E2-8EFF-43C9-8582-F6224CA9AFC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{4C22C2BB-E7D0-4F3D-9E98-1B076570439C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProteoWPFSuite", "ProteoWPFSuite\ProteoWPFSuite.csproj", "{5972A55B-68BA-4A5F-BF24-CAD06824C46A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B27B6E2-8EFF-43C9-8582-F6224CA9AFC1}.Debug|x64.ActiveCfg = Debug|x64
{6B27B6E2-8EFF-43C9-8582-F6224CA9AFC1}.Debug|x64.Build.0 = Debug|x64
{6B27B6E2-8EFF-43C9-8582-F6224CA9AFC1}.Release|x64.ActiveCfg = Release|x64
{6B27B6E2-8EFF-43C9-8582-F6224CA9AFC1}.Release|x64.Build.0 = Release|x64
{4C22C2BB-E7D0-4F3D-9E98-1B076570439C}.Debug|x64.ActiveCfg = Debug|x64
{4C22C2BB-E7D0-4F3D-9E98-1B076570439C}.Debug|x64.Build.0 = Debug|x64
{4C22C2BB-E7D0-4F3D-9E98-1B076570439C}.Release|x64.ActiveCfg = Release|x64
{4C22C2BB-E7D0-4F3D-9E98-1B076570439C}.Release|x64.Build.0 = Release|x64
{5972A55B-68BA-4A5F-BF24-CAD06824C46A}.Debug|x64.ActiveCfg = Debug|x64
{5972A55B-68BA-4A5F-BF24-CAD06824C46A}.Debug|x64.Build.0 = Debug|x64
{5972A55B-68BA-4A5F-BF24-CAD06824C46A}.Release|x64.ActiveCfg = Release|x64
{5972A55B-68BA-4A5F-BF24-CAD06824C46A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D09A9996-8751-40D9-970C-154AFA3ABA99}
EndGlobalSection
EndGlobal