-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathClacksMiddleware.sln
More file actions
executable file
·24 lines (24 loc) · 998 Bytes
/
ClacksMiddleware.sln
File metadata and controls
executable file
·24 lines (24 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClacksMiddleware", "src\ClacksMiddleware.csproj", "{07FA83EA-8DD2-4397-A664-5100BC8432CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClacksMiddlwareExample", "ClacksMiddlwareExample\ClacksMiddlwareExample.csproj", "{637A52BE-5419-4E5E-8BA4-546644A6D23E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "tests\tests.csproj", "{E05060DD-B761-4349-B898-55FA0189B260}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal