-
Notifications
You must be signed in to change notification settings - Fork 3
/
MKVmergeBatcher.sln
35 lines (35 loc) · 1.53 KB
/
MKVmergeBatcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MKVmergeBatcher", "MKVmergeBatcher.csproj", "{03D8E0C9-B8A3-43D5-A825-B08CDBBD9123}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03D8E0C9-B8A3-43D5-A825-B08CDBBD9123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03D8E0C9-B8A3-43D5-A825-B08CDBBD9123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03D8E0C9-B8A3-43D5-A825-B08CDBBD9123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03D8E0C9-B8A3-43D5-A825-B08CDBBD9123}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_ExcelExportMode = SingleSheet
RESX_SaveFilesImmediatelyUponChange = False
SolutionGuid = {FFDCC5B8-F772-47E1-89D1-FF2B5A03D005}
EndGlobalSection
GlobalSection(AutomaticVersions) = postSolution
UpdateAssemblyVersion.Release|Any CPU = False
UpdateAssemblyFileVersion.Release|Any CPU = False
UpdateAssemblyInfoVersion.Release|Any CPU = False
UpdatePackageVersion.Release|Any CPU = False
AssemblyInfoVersionType.Release|Any CPU = SettingsVersion
InheritWinAppVersionFrom.Release|Any CPU = None
EndGlobalSection
EndGlobal