-
Notifications
You must be signed in to change notification settings - Fork 5
/
DcsBiosCommunicator.sln
28 lines (28 loc) · 1.76 KB
/
DcsBiosCommunicator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DcsBiosCommunicator", "DcsBiosCommunicator\DcsBiosCommunicator.csproj", "{25F7C939-2F26-4F1F-9CE4-28C9F42A0523}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DcsBiosCommunicatorTest", "DcsBiosCommunicatorTest\DcsBiosCommunicatorTest.csproj", "{C5174822-0248-45C4-BA9C-C0881D8A3E0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "Benchmark\Benchmark.csproj", "{2353AC32-1318-4EAB-B713-E78A182E919E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25F7C939-2F26-4F1F-9CE4-28C9F42A0523}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25F7C939-2F26-4F1F-9CE4-28C9F42A0523}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25F7C939-2F26-4F1F-9CE4-28C9F42A0523}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25F7C939-2F26-4F1F-9CE4-28C9F42A0523}.Release|Any CPU.Build.0 = Release|Any CPU
{C5174822-0248-45C4-BA9C-C0881D8A3E0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5174822-0248-45C4-BA9C-C0881D8A3E0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5174822-0248-45C4-BA9C-C0881D8A3E0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5174822-0248-45C4-BA9C-C0881D8A3E0E}.Release|Any CPU.Build.0 = Release|Any CPU
{2353AC32-1318-4EAB-B713-E78A182E919E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2353AC32-1318-4EAB-B713-E78A182E919E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2353AC32-1318-4EAB-B713-E78A182E919E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2353AC32-1318-4EAB-B713-E78A182E919E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal