-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSwipeType.sln
36 lines (36 loc) · 2.05 KB
/
SwipeType.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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SwipeType", "SwipeType\SwipeType.csproj", "{9277BEDE-C918-4B17-8A4A-32580C0F547A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SwipeType.Example", "SwipeType.Example\SwipeType.Example.csproj", "{F3D2E6BA-F712-4B75-9A73-824648119D0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwipeTest.Tests", "SwipeTest.Tests\SwipeTest.Tests.csproj", "{726ED8F4-2232-49B6-BD75-CE03FC116B0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9277BEDE-C918-4B17-8A4A-32580C0F547A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9277BEDE-C918-4B17-8A4A-32580C0F547A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9277BEDE-C918-4B17-8A4A-32580C0F547A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9277BEDE-C918-4B17-8A4A-32580C0F547A}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D2E6BA-F712-4B75-9A73-824648119D0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D2E6BA-F712-4B75-9A73-824648119D0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D2E6BA-F712-4B75-9A73-824648119D0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D2E6BA-F712-4B75-9A73-824648119D0F}.Release|Any CPU.Build.0 = Release|Any CPU
{726ED8F4-2232-49B6-BD75-CE03FC116B0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{726ED8F4-2232-49B6-BD75-CE03FC116B0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{726ED8F4-2232-49B6-BD75-CE03FC116B0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{726ED8F4-2232-49B6-BD75-CE03FC116B0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1761E5B-878C-4976-B799-0E81318173C3}
EndGlobalSection
EndGlobal