-
Notifications
You must be signed in to change notification settings - Fork 3
/
bcf-toolkit.sln
22 lines (22 loc) · 1.23 KB
/
bcf-toolkit.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bcf-toolkit", "src\bcf-toolkit\bcf-toolkit.csproj", "{BA2B4897-AA4A-4AD2-874A-3E5E4FCE4E9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "src\tests\tests.csproj", "{8113526D-8A68-4E3E-B4DB-CE235875DDD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA2B4897-AA4A-4AD2-874A-3E5E4FCE4E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA2B4897-AA4A-4AD2-874A-3E5E4FCE4E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA2B4897-AA4A-4AD2-874A-3E5E4FCE4E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA2B4897-AA4A-4AD2-874A-3E5E4FCE4E9C}.Release|Any CPU.Build.0 = Release|Any CPU
{8113526D-8A68-4E3E-B4DB-CE235875DDD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8113526D-8A68-4E3E-B4DB-CE235875DDD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8113526D-8A68-4E3E-B4DB-CE235875DDD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8113526D-8A68-4E3E-B4DB-CE235875DDD1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal