-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVModer.sln
32 lines (32 loc) · 1.78 KB
/
VModer.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VModer.Core", "VModer.Core\VModer.Core.csproj", "{0345E2C7-731B-4101-9020-10ECA6600500}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{564B9ABB-8B49-407E-A994-7ADB7A87451F}"
ProjectSection(SolutionItems) = preProject
.csharpierrc = .csharpierrc
.editorconfig = .editorconfig
.gitignore = .gitignore
VModer.Extensions\client\CHANGELOG.md = VModer.Extensions\client\CHANGELOG.md
VModer.Extensions\client\README.md = VModer.Extensions\client\README.md
VModer.Extensions\client\docs\README_zh.md = VModer.Extensions\client\docs\README_zh.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VModer.Languages", "VModer.Languages\VModer.Languages.csproj", "{657D0034-AF8F-449D-A67C-D23D3FD4593F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0345E2C7-731B-4101-9020-10ECA6600500}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0345E2C7-731B-4101-9020-10ECA6600500}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0345E2C7-731B-4101-9020-10ECA6600500}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0345E2C7-731B-4101-9020-10ECA6600500}.Release|Any CPU.Build.0 = Release|Any CPU
{657D0034-AF8F-449D-A67C-D23D3FD4593F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{657D0034-AF8F-449D-A67C-D23D3FD4593F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{657D0034-AF8F-449D-A67C-D23D3FD4593F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{657D0034-AF8F-449D-A67C-D23D3FD4593F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal