-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMimeMagicSharp.sln
61 lines (61 loc) · 3.24 KB
/
MimeMagicSharp.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
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MimeMagicSharp", "MimeMagicSharp\MimeMagicSharp.csproj", "{D42F8CBC-7193-49C8-9797-3C73B3591F46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MimeTest", "MimeTest\MimeTest.csproj", "{C05CAF26-928B-4671-8F52-0672E92C1A90}"
ProjectSection(ProjectDependencies) = postProject
{D42F8CBC-7193-49C8-9797-3C73B3591F46} = {D42F8CBC-7193-49C8-9797-3C73B3591F46}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BADD160A-DF00-4A7A-8F27-C4DCD379E994}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
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(ProjectConfigurationPlatforms) = postSolution
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Debug|x64.ActiveCfg = Debug|x64
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Debug|x64.Build.0 = Debug|x64
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Debug|x86.ActiveCfg = Debug|x86
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Debug|x86.Build.0 = Debug|x86
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Release|Any CPU.Build.0 = Release|Any CPU
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Release|x64.ActiveCfg = Release|x64
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Release|x64.Build.0 = Release|x64
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Release|x86.ActiveCfg = Release|x86
{D42F8CBC-7193-49C8-9797-3C73B3591F46}.Release|x86.Build.0 = Release|x86
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Debug|x64.ActiveCfg = Debug|x64
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Debug|x64.Build.0 = Debug|x64
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Debug|x86.ActiveCfg = Debug|x86
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Debug|x86.Build.0 = Debug|x86
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Release|Any CPU.Build.0 = Release|Any CPU
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Release|x64.ActiveCfg = Release|x64
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Release|x64.Build.0 = Release|x64
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Release|x86.ActiveCfg = Release|x86
{C05CAF26-928B-4671-8F52-0672E92C1A90}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E432C05-A776-40E2-98C3-59B7C157A718}
EndGlobalSection
EndGlobal