forked from Gota7/SequenceConvert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSequenceConvert.sln
37 lines (37 loc) · 2.04 KB
/
SequenceConvert.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.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SequenceConvert", "SequenceConvert.csproj", "{FD68DC66-1246-446B-BDD6-8FC63361C358}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GotaSequenceLib", "..\GotaSequenceLib\GotaSequenceLib.csproj", "{D06E248A-EF7A-4F1E-9A71-76204D61FF80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GotaSoundIO", "..\GotaSoundIO\GotaSoundIO.csproj", "{F0BCD085-9DC4-4B22-B791-C725CA8E46F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD68DC66-1246-446B-BDD6-8FC63361C358}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD68DC66-1246-446B-BDD6-8FC63361C358}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD68DC66-1246-446B-BDD6-8FC63361C358}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD68DC66-1246-446B-BDD6-8FC63361C358}.Release|Any CPU.Build.0 = Release|Any CPU
{D06E248A-EF7A-4F1E-9A71-76204D61FF80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D06E248A-EF7A-4F1E-9A71-76204D61FF80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D06E248A-EF7A-4F1E-9A71-76204D61FF80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D06E248A-EF7A-4F1E-9A71-76204D61FF80}.Release|Any CPU.Build.0 = Release|Any CPU
{F0BCD085-9DC4-4B22-B791-C725CA8E46F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0BCD085-9DC4-4B22-B791-C725CA8E46F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0BCD085-9DC4-4B22-B791-C725CA8E46F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0BCD085-9DC4-4B22-B791-C725CA8E46F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEA9CE6F-16E3-421C-8A1A-7DA57D0DC69C}
EndGlobalSection
EndGlobal