-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathActiveType.sln
More file actions
46 lines (46 loc) · 2.91 KB
/
ActiveType.sln
File metadata and controls
46 lines (46 loc) · 2.91 KB
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
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActiveType", "ActiveType\ActiveType.csproj", "{5D212337-CAF3-46D5-8D31-731971D83C8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActiveType.Settings", "ActiveType.Settings\ActiveType.Settings.csproj", "{EEF307B9-461B-4796-A020-F7BCC8E4C39F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActiveType.CustomControls", "CustomControls\ActiveType.CustomControls.csproj", "{67CAC276-5F3C-4C70-8F72-A891A14EABC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActiveType.FingerControlLibrary", "FingerControlLibrary\ActiveType.FingerControlLibrary.csproj", "{33ED342E-C277-415C-9161-7816668D63E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{C6874069-B9DF-499B-A311-557B45FBCBA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D212337-CAF3-46D5-8D31-731971D83C8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D212337-CAF3-46D5-8D31-731971D83C8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D212337-CAF3-46D5-8D31-731971D83C8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D212337-CAF3-46D5-8D31-731971D83C8E}.Release|Any CPU.Build.0 = Release|Any CPU
{EEF307B9-461B-4796-A020-F7BCC8E4C39F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEF307B9-461B-4796-A020-F7BCC8E4C39F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEF307B9-461B-4796-A020-F7BCC8E4C39F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEF307B9-461B-4796-A020-F7BCC8E4C39F}.Release|Any CPU.Build.0 = Release|Any CPU
{67CAC276-5F3C-4C70-8F72-A891A14EABC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67CAC276-5F3C-4C70-8F72-A891A14EABC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67CAC276-5F3C-4C70-8F72-A891A14EABC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67CAC276-5F3C-4C70-8F72-A891A14EABC3}.Release|Any CPU.Build.0 = Release|Any CPU
{33ED342E-C277-415C-9161-7816668D63E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33ED342E-C277-415C-9161-7816668D63E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33ED342E-C277-415C-9161-7816668D63E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33ED342E-C277-415C-9161-7816668D63E3}.Release|Any CPU.Build.0 = Release|Any CPU
{C6874069-B9DF-499B-A311-557B45FBCBA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6874069-B9DF-499B-A311-557B45FBCBA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6874069-B9DF-499B-A311-557B45FBCBA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6874069-B9DF-499B-A311-557B45FBCBA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal