-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMimeLut.sln
34 lines (34 loc) · 1.69 KB
/
MimeLut.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MimeLut", "MimeLut\MimeLut.csproj", "{D6AFBD78-7B87-4858-AABE-AAB382EFA61B}"
ProjectSection(ProjectDependencies) = postProject
{6943AAA2-956C-4C7F-B1F2-E12BB1086A55} = {6943AAA2-956C-4C7F-B1F2-E12BB1086A55}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MimeLut.Gen", "MimeLut.Gen\MimeLut.Gen.csproj", "{6943AAA2-956C-4C7F-B1F2-E12BB1086A55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6AFBD78-7B87-4858-AABE-AAB382EFA61B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6AFBD78-7B87-4858-AABE-AAB382EFA61B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6AFBD78-7B87-4858-AABE-AAB382EFA61B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6AFBD78-7B87-4858-AABE-AAB382EFA61B}.Release|Any CPU.Build.0 = Release|Any CPU
{6943AAA2-956C-4C7F-B1F2-E12BB1086A55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6943AAA2-956C-4C7F-B1F2-E12BB1086A55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6943AAA2-956C-4C7F-B1F2-E12BB1086A55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6943AAA2-956C-4C7F-B1F2-E12BB1086A55}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E23631E-2CDB-4123-ABB8-36B68C234123}
EndGlobalSection
EndGlobal