-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeslaCam.sln
36 lines (36 loc) · 2.03 KB
/
TeslaCam.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35111.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeslaCam", "TeslaCam\TeslaCam.csproj", "{9C768647-8619-449C-AAE0-20028B36B016}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeslaCam.Tests", "TeslaCam.Tests\TeslaCam.Tests.csproj", "{56F8F036-5B8F-406D-90D7-69D2B8C00044}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeslaCam.Data", "TeslaCam.Data\TeslaCam.Data.csproj", "{CC8D9C71-FACD-4F9F-89FD-B67C0C58A144}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C768647-8619-449C-AAE0-20028B36B016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C768647-8619-449C-AAE0-20028B36B016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C768647-8619-449C-AAE0-20028B36B016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C768647-8619-449C-AAE0-20028B36B016}.Release|Any CPU.Build.0 = Release|Any CPU
{56F8F036-5B8F-406D-90D7-69D2B8C00044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56F8F036-5B8F-406D-90D7-69D2B8C00044}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56F8F036-5B8F-406D-90D7-69D2B8C00044}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56F8F036-5B8F-406D-90D7-69D2B8C00044}.Release|Any CPU.Build.0 = Release|Any CPU
{CC8D9C71-FACD-4F9F-89FD-B67C0C58A144}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC8D9C71-FACD-4F9F-89FD-B67C0C58A144}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC8D9C71-FACD-4F9F-89FD-B67C0C58A144}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC8D9C71-FACD-4F9F-89FD-B67C0C58A144}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F66C12D5-9FD8-4CAA-9A8E-D410E234888F}
EndGlobalSection
EndGlobal