-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcap2musicxml.sln
37 lines (37 loc) · 1.84 KB
/
cap2musicxml.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 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cap2musicxml", "src\cap2musicxml.csproj", "{DE970CC7-F7D1-4EC0-B9DB-ADB5EB92F2AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{935DF6CA-9F4C-43EE-9089-B9A975AAF1D0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cap2musicxml.Tests", "tests\cap2musicxml.Tests\cap2musicxml.Tests.csproj", "{F6572466-3478-4E38-BB0C-2C8B9933CF6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE970CC7-F7D1-4EC0-B9DB-ADB5EB92F2AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE970CC7-F7D1-4EC0-B9DB-ADB5EB92F2AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE970CC7-F7D1-4EC0-B9DB-ADB5EB92F2AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE970CC7-F7D1-4EC0-B9DB-ADB5EB92F2AA}.Release|Any CPU.Build.0 = Release|Any CPU
{F6572466-3478-4E38-BB0C-2C8B9933CF6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6572466-3478-4E38-BB0C-2C8B9933CF6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6572466-3478-4E38-BB0C-2C8B9933CF6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6572466-3478-4E38-BB0C-2C8B9933CF6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3374ED0-9530-4CFC-B5D8-DED25B3C85FD}
EndGlobalSection
EndGlobal