-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBiDiB-Library.Simulation.sln
39 lines (39 loc) · 1.99 KB
/
BiDiB-Library.Simulation.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 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiDiB-Library.Simulation", "BiDiB-Library.Simulation\BiDiB-Library.Simulation.csproj", "{B08B9C60-8FBF-432C-85A4-15DB87F6C209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BA9D049B-BDEC-403E-8DC6-5CDC33AFB6DB}"
ProjectSection(SolutionItems) = preProject
Build\integration-pipeline.yml = Build\integration-pipeline.yml
Build\master-pipeline.yml = Build\master-pipeline.yml
Build\merge-pipeline.yml = Build\merge-pipeline.yml
nuget.config = nuget.config
Build\variables.yml = Build\variables.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiDiB-Library.Core", "..\Core\BiDiB-Library.Core\BiDiB-Library.Core.csproj", "{432FC51B-2DDB-4311-A64C-8C186F24F479}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B08B9C60-8FBF-432C-85A4-15DB87F6C209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B08B9C60-8FBF-432C-85A4-15DB87F6C209}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B08B9C60-8FBF-432C-85A4-15DB87F6C209}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B08B9C60-8FBF-432C-85A4-15DB87F6C209}.Release|Any CPU.Build.0 = Release|Any CPU
{432FC51B-2DDB-4311-A64C-8C186F24F479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{432FC51B-2DDB-4311-A64C-8C186F24F479}.Debug|Any CPU.Build.0 = Debug|Any CPU
{432FC51B-2DDB-4311-A64C-8C186F24F479}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AF0A757-E20E-4F93-91B7-513008486C42}
EndGlobalSection
EndGlobal