-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFitBot.sln
32 lines (32 loc) · 1.6 KB
/
FitBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FitBot", "source\FitBot.csproj", "{2F4A9781-91F4-4FFD-81EE-3B0C14A0AFD2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FitBot.Test", "tests\FitBot.Test.csproj", "{AC24A64A-AC75-457E-808A-BAE9A8BE3402}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Database", "Database", "{F16D9358-17C1-42C5-8850-D084ABC7FCFE}"
ProjectSection(SolutionItems) = preProject
database\MSSQL.sql = database\MSSQL.sql
database\SQLite.sql = database\SQLite.sql
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F4A9781-91F4-4FFD-81EE-3B0C14A0AFD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F4A9781-91F4-4FFD-81EE-3B0C14A0AFD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F4A9781-91F4-4FFD-81EE-3B0C14A0AFD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F4A9781-91F4-4FFD-81EE-3B0C14A0AFD2}.Release|Any CPU.Build.0 = Release|Any CPU
{AC24A64A-AC75-457E-808A-BAE9A8BE3402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC24A64A-AC75-457E-808A-BAE9A8BE3402}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC24A64A-AC75-457E-808A-BAE9A8BE3402}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC24A64A-AC75-457E-808A-BAE9A8BE3402}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal