-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaoc.2023.sln
43 lines (43 loc) · 2.47 KB
/
aoc.2023.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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{098183DF-08CB-457E-8A87-39DE579ADC38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aoc.2023", "src\aoc.2023\aoc.2023.csproj", "{44AF7575-BD9B-48B5-B0BF-217C76B3469B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3B2FBF45-A55A-4891-82A2-EFA9352167CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aoc.2023.tests", "tests\aoc.2023.tests\aoc.2023.tests.csproj", "{BB1B5872-91D9-4325-9157-23C4DF98F4F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "incite.functional", "src\incite.functional\incite.functional.csproj", "{749FB5E2-4CD6-4CDE-BBB5-C83430DB48E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44AF7575-BD9B-48B5-B0BF-217C76B3469B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44AF7575-BD9B-48B5-B0BF-217C76B3469B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44AF7575-BD9B-48B5-B0BF-217C76B3469B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44AF7575-BD9B-48B5-B0BF-217C76B3469B}.Release|Any CPU.Build.0 = Release|Any CPU
{BB1B5872-91D9-4325-9157-23C4DF98F4F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB1B5872-91D9-4325-9157-23C4DF98F4F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB1B5872-91D9-4325-9157-23C4DF98F4F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB1B5872-91D9-4325-9157-23C4DF98F4F8}.Release|Any CPU.Build.0 = Release|Any CPU
{749FB5E2-4CD6-4CDE-BBB5-C83430DB48E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{749FB5E2-4CD6-4CDE-BBB5-C83430DB48E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{749FB5E2-4CD6-4CDE-BBB5-C83430DB48E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{749FB5E2-4CD6-4CDE-BBB5-C83430DB48E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{44AF7575-BD9B-48B5-B0BF-217C76B3469B} = {098183DF-08CB-457E-8A87-39DE579ADC38}
{BB1B5872-91D9-4325-9157-23C4DF98F4F8} = {3B2FBF45-A55A-4891-82A2-EFA9352167CF}
{749FB5E2-4CD6-4CDE-BBB5-C83430DB48E4} = {098183DF-08CB-457E-8A87-39DE579ADC38}
EndGlobalSection
EndGlobal