Skip to content

Commit

Permalink
Deactivate the build of the C++ Server project in the solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMeunier committed Nov 22, 2024
1 parent c675491 commit 4cbee17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions FaceDetection.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FaceDetection", "FaceDetection\FaceDetection.csproj", "{BDB468E9-1670-4CB1-9BDF-46BB478EFBEA}"
ProjectSection(ProjectDependencies) = postProject
Expand Down Expand Up @@ -47,13 +47,11 @@ Global
{351ED45E-7E51-40F4-82D8-C21F77CAC745}.Release|x86.ActiveCfg = Release|Any CPU
{351ED45E-7E51-40F4-82D8-C21F77CAC745}.Release|x86.Build.0 = Release|Any CPU
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Debug|Any CPU.ActiveCfg = Debug|x64
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Debug|Any CPU.Build.0 = Debug|x64
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Debug|x64.ActiveCfg = Debug|x64
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Debug|x64.Build.0 = Debug|x64
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Debug|x86.ActiveCfg = Debug|Win32
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Debug|x86.Build.0 = Debug|Win32
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Release|Any CPU.ActiveCfg = Release|x64
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Release|Any CPU.Build.0 = Release|x64
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Release|x64.ActiveCfg = Release|x64
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Release|x64.Build.0 = Release|x64
{C1B7C78A-55C9-481E-BAE2-B2E240D9A392}.Release|x86.ActiveCfg = Release|Win32
Expand Down

0 comments on commit 4cbee17

Please sign in to comment.