This repository was archived by the owner on Nov 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathAutoSplitVideo.sln
52 lines (52 loc) · 3.3 KB
/
AutoSplitVideo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoSplitVideo.WPF", "AutoSplitVideo.WPF\AutoSplitVideo.WPF.csproj", "{A92672FA-7876-40E2-8E9C-E357DC537207}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{D24A1ABA-3F10-4497-8CA8-FCC5B9D308CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoSplitVideo.Core", "AutoSplitVideo.Core\AutoSplitVideo.Core.csproj", "{3707491B-2B9A-4027-94A7-C392A9DA819C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BilibiliApi", "BilibiliApi\BilibiliApi.csproj", "{52FDC212-2417-4B11-BACB-4C3C4BC6613F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlvProcessor", "FlvProcessor\FlvProcessor.csproj", "{B2E136BD-16EE-4B80-A67E-BBA92EF5CAF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppHostPatcher", "AppHostPatcher\AppHostPatcher.csproj", "{C8EA2CA2-A905-4A98-8992-655A071D5A31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A92672FA-7876-40E2-8E9C-E357DC537207}.Debug|Any CPU.ActiveCfg = Debug|x86
{A92672FA-7876-40E2-8E9C-E357DC537207}.Debug|Any CPU.Build.0 = Debug|x86
{A92672FA-7876-40E2-8E9C-E357DC537207}.Release|Any CPU.ActiveCfg = Release|x86
{A92672FA-7876-40E2-8E9C-E357DC537207}.Release|Any CPU.Build.0 = Release|x86
{D24A1ABA-3F10-4497-8CA8-FCC5B9D308CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D24A1ABA-3F10-4497-8CA8-FCC5B9D308CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D24A1ABA-3F10-4497-8CA8-FCC5B9D308CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D24A1ABA-3F10-4497-8CA8-FCC5B9D308CF}.Release|Any CPU.Build.0 = Release|Any CPU
{3707491B-2B9A-4027-94A7-C392A9DA819C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3707491B-2B9A-4027-94A7-C392A9DA819C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3707491B-2B9A-4027-94A7-C392A9DA819C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3707491B-2B9A-4027-94A7-C392A9DA819C}.Release|Any CPU.Build.0 = Release|Any CPU
{52FDC212-2417-4B11-BACB-4C3C4BC6613F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52FDC212-2417-4B11-BACB-4C3C4BC6613F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52FDC212-2417-4B11-BACB-4C3C4BC6613F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52FDC212-2417-4B11-BACB-4C3C4BC6613F}.Release|Any CPU.Build.0 = Release|Any CPU
{B2E136BD-16EE-4B80-A67E-BBA92EF5CAF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2E136BD-16EE-4B80-A67E-BBA92EF5CAF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2E136BD-16EE-4B80-A67E-BBA92EF5CAF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2E136BD-16EE-4B80-A67E-BBA92EF5CAF6}.Release|Any CPU.Build.0 = Release|Any CPU
{C8EA2CA2-A905-4A98-8992-655A071D5A31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8EA2CA2-A905-4A98-8992-655A071D5A31}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18B076A9-C600-483C-864F-0BF229A282E7}
EndGlobalSection
EndGlobal