-
Notifications
You must be signed in to change notification settings - Fork 0
/
Calyx.sln
36 lines (36 loc) · 1.76 KB
/
Calyx.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.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calyx", "Calyx\Calyx.csproj", "{F6471B94-BC35-48B2-BC82-F84F1B74F7FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CalyxTests", "Tests\CalyxTests.csproj", "{7A4CD3DB-F115-4731-B257-EFBC32D8D3C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{69151080-5718-49A3-ADF6-392C9541294D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6471B94-BC35-48B2-BC82-F84F1B74F7FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6471B94-BC35-48B2-BC82-F84F1B74F7FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6471B94-BC35-48B2-BC82-F84F1B74F7FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6471B94-BC35-48B2-BC82-F84F1B74F7FE}.Release|Any CPU.Build.0 = Release|Any CPU
{7A4CD3DB-F115-4731-B257-EFBC32D8D3C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A4CD3DB-F115-4731-B257-EFBC32D8D3C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A4CD3DB-F115-4731-B257-EFBC32D8D3C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A4CD3DB-F115-4731-B257-EFBC32D8D3C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CB5F4EA-6300-431D-9632-48F2A5DCCFA7}
EndGlobalSection
EndGlobal