-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathEditorConfig.sln
72 lines (72 loc) · 3.86 KB
/
EditorConfig.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 16.0.27903.4000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EditorConfig.Core", "src\EditorConfig.Core\EditorConfig.Core.csproj", "{C33CF791-89D0-4ABE-B2B7-97E1F46A1319}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{2BEF5154-2B53-46CA-8BB9-D1C8E5B218C5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
build.bat = build.bat
build\build.fsx = build\build.fsx
build\chocolatey.nuspec = build\chocolatey.nuspec
build\nuget.nuspec = build\nuget.nuspec
README.md = README.md
.github\workflows\verify.yaml = .github\workflows\verify.yaml
.github\workflows\ci.yml = .github\workflows\ci.yml
build.sh = build.sh
global.json = global.json
tests\Makefile = tests\Makefile
tests\CTestTestfile.cmake = tests\CTestTestfile.cmake
CMakeLists.txt = CMakeLists.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EditorConfig.App", "src\EditorConfig.App\EditorConfig.App.csproj", "{D7CD5DEF-002E-4463-9FE8-AC6676DAA36C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EditorConfig.Tests", "src\EditorConfig.Tests\EditorConfig.Tests.csproj", "{F65280C8-E47C-48D1-B99A-33CB4C594FCB}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "scripts", "build\scripts\scripts.fsproj", "{CB7A9B6D-E111-4566-A324-F3E014EFD17D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F90312ED-0337-46FB-AE6A-6D45A03951F2}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C33CF791-89D0-4ABE-B2B7-97E1F46A1319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C33CF791-89D0-4ABE-B2B7-97E1F46A1319}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C33CF791-89D0-4ABE-B2B7-97E1F46A1319}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C33CF791-89D0-4ABE-B2B7-97E1F46A1319}.Release|Any CPU.Build.0 = Release|Any CPU
{D7CD5DEF-002E-4463-9FE8-AC6676DAA36C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7CD5DEF-002E-4463-9FE8-AC6676DAA36C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7CD5DEF-002E-4463-9FE8-AC6676DAA36C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7CD5DEF-002E-4463-9FE8-AC6676DAA36C}.Release|Any CPU.Build.0 = Release|Any CPU
{F65280C8-E47C-48D1-B99A-33CB4C594FCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F65280C8-E47C-48D1-B99A-33CB4C594FCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F65280C8-E47C-48D1-B99A-33CB4C594FCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F65280C8-E47C-48D1-B99A-33CB4C594FCB}.Release|Any CPU.Build.0 = Release|Any CPU
{CB7A9B6D-E111-4566-A324-F3E014EFD17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB7A9B6D-E111-4566-A324-F3E014EFD17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB7A9B6D-E111-4566-A324-F3E014EFD17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB7A9B6D-E111-4566-A324-F3E014EFD17D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D923B606-AF7B-4BAE-89ED-76A19616273F}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CB7A9B6D-E111-4566-A324-F3E014EFD17D} = {2BEF5154-2B53-46CA-8BB9-D1C8E5B218C5}
{D7CD5DEF-002E-4463-9FE8-AC6676DAA36C} = {F90312ED-0337-46FB-AE6A-6D45A03951F2}
{C33CF791-89D0-4ABE-B2B7-97E1F46A1319} = {F90312ED-0337-46FB-AE6A-6D45A03951F2}
{F65280C8-E47C-48D1-B99A-33CB4C594FCB} = {F90312ED-0337-46FB-AE6A-6D45A03951F2}
EndGlobalSection
EndGlobal