-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathRealTimeFaceApi.sln
37 lines (37 loc) · 2.12 KB
/
RealTimeFaceApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealTimeFaceApi.Cmd", "RealTimeFaceApi.Cmd\RealTimeFaceApi.Cmd.csproj", "{2C956570-3526-40D3-9AC4-A62886DB21CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealTimeFaceApi.Core", "RealTimeFaceApi.Core\RealTimeFaceApi.Core.csproj", "{8227F3FC-BEB0-496C-92EA-DE9B5E553E55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealTimeFaceApi.Core.Tests", "RealTimeFaceApi.Core.Tests\RealTimeFaceApi.Core.Tests.csproj", "{081C7979-0B70-4909-9743-9A6542D6D75A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C956570-3526-40D3-9AC4-A62886DB21CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C956570-3526-40D3-9AC4-A62886DB21CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C956570-3526-40D3-9AC4-A62886DB21CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C956570-3526-40D3-9AC4-A62886DB21CA}.Release|Any CPU.Build.0 = Release|Any CPU
{8227F3FC-BEB0-496C-92EA-DE9B5E553E55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8227F3FC-BEB0-496C-92EA-DE9B5E553E55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8227F3FC-BEB0-496C-92EA-DE9B5E553E55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8227F3FC-BEB0-496C-92EA-DE9B5E553E55}.Release|Any CPU.Build.0 = Release|Any CPU
{081C7979-0B70-4909-9743-9A6542D6D75A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{081C7979-0B70-4909-9743-9A6542D6D75A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{081C7979-0B70-4909-9743-9A6542D6D75A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{081C7979-0B70-4909-9743-9A6542D6D75A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B817DE7D-0EEB-4A83-90B3-75F5D61B8008}
EndGlobalSection
EndGlobal