forked from hitchao/Jvedio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Jvedio.sln
43 lines (43 loc) · 2.26 KB
/
Jvedio.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jvedio", "Jvedio\Jvedio.csproj", "{DCFB456D-B299-459F-A4C7-EC3D183B3971}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "关于项目", "关于项目", "{5E071E27-3F24-46D1-9C5C-22585015CAA1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JvedioUpdate", "JvedioUpdate\JvedioUpdate.csproj", "{FC180030-C340-4240-BDA6-4888CCA874F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JvedioToGitee", "JvedioToGitee\JvedioToGitee.csproj", "{A326233A-A16D-480D-857E-BD767EC36E1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCFB456D-B299-459F-A4C7-EC3D183B3971}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCFB456D-B299-459F-A4C7-EC3D183B3971}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCFB456D-B299-459F-A4C7-EC3D183B3971}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCFB456D-B299-459F-A4C7-EC3D183B3971}.Release|Any CPU.Build.0 = Release|Any CPU
{FC180030-C340-4240-BDA6-4888CCA874F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC180030-C340-4240-BDA6-4888CCA874F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC180030-C340-4240-BDA6-4888CCA874F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC180030-C340-4240-BDA6-4888CCA874F8}.Release|Any CPU.Build.0 = Release|Any CPU
{A326233A-A16D-480D-857E-BD767EC36E1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A326233A-A16D-480D-857E-BD767EC36E1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A326233A-A16D-480D-857E-BD767EC36E1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A326233A-A16D-480D-857E-BD767EC36E1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {597CF8DB-66FA-4748-9A32-86FC198DB326}
EndGlobalSection
EndGlobal