-
Notifications
You must be signed in to change notification settings - Fork 8
/
DokanNFC.sln
59 lines (59 loc) · 3.52 KB
/
DokanNFC.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DokanNFC-Configuration", "DokanNFC-Configuration\DokanNFC-Configuration.csproj", "{ED425A99-92A6-444F-BEB7-AFE96159313E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DokanNFC-Library", "DokanNFC-Library\DokanNFC-Library.csproj", "{C2043FA7-3794-48A2-9AFA-F6B59F00B086}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DokanNFC-Service", "DokanNFC-Service\DokanNFC-Service.csproj", "{E015F8D5-F5B9-45FA-9F82-F6BD5C90EEC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D06E1CDE-35E6-4874-914F-5E58636C6C4B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{17F31DE1-5396-4BF0-B884-0728F66EBE20}"
ProjectSection(SolutionItems) = preProject
LICENSE.GPL.txt = LICENSE.GPL.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DokanNFC-Controls", "DokanNFC-Controls\DokanNFC-Controls.csproj", "{19D55B08-AD16-4F5A-9E39-B341516EAA1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DokanNFC-ShellExt", "DokanNFC-ShellExt\DokanNFC-ShellExt.csproj", "{FA03BB7F-4AC7-4C8F-9288-7470F188C731}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED425A99-92A6-444F-BEB7-AFE96159313E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED425A99-92A6-444F-BEB7-AFE96159313E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED425A99-92A6-444F-BEB7-AFE96159313E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED425A99-92A6-444F-BEB7-AFE96159313E}.Release|Any CPU.Build.0 = Release|Any CPU
{C2043FA7-3794-48A2-9AFA-F6B59F00B086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2043FA7-3794-48A2-9AFA-F6B59F00B086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2043FA7-3794-48A2-9AFA-F6B59F00B086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2043FA7-3794-48A2-9AFA-F6B59F00B086}.Release|Any CPU.Build.0 = Release|Any CPU
{E015F8D5-F5B9-45FA-9F82-F6BD5C90EEC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E015F8D5-F5B9-45FA-9F82-F6BD5C90EEC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E015F8D5-F5B9-45FA-9F82-F6BD5C90EEC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E015F8D5-F5B9-45FA-9F82-F6BD5C90EEC9}.Release|Any CPU.Build.0 = Release|Any CPU
{19D55B08-AD16-4F5A-9E39-B341516EAA1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D55B08-AD16-4F5A-9E39-B341516EAA1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D55B08-AD16-4F5A-9E39-B341516EAA1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D55B08-AD16-4F5A-9E39-B341516EAA1C}.Release|Any CPU.Build.0 = Release|Any CPU
{FA03BB7F-4AC7-4C8F-9288-7470F188C731}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA03BB7F-4AC7-4C8F-9288-7470F188C731}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA03BB7F-4AC7-4C8F-9288-7470F188C731}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA03BB7F-4AC7-4C8F-9288-7470F188C731}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal