-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLessCompiler.sln
More file actions
58 lines (58 loc) · 3.32 KB
/
LessCompiler.sln
File metadata and controls
58 lines (58 loc) · 3.32 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LessCompilerVsix2022", "src\LessCompilerVsix2022\LessCompilerVsix2022.csproj", "{49C270BE-9645-40D5-BE08-91ADE243D394}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LessCompiler", "src\LessCompiler\LessCompiler.csproj", "{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LessCompilerTest", "src\LessCompilerTest\LessCompilerTest.csproj", "{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9E392DE-6C44-4AD2-858C-D73AD3016E6E}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build\build.cmd = build\build.cmd
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49C270BE-9645-40D5-BE08-91ADE243D394}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49C270BE-9645-40D5-BE08-91ADE243D394}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49C270BE-9645-40D5-BE08-91ADE243D394}.Debug|x86.ActiveCfg = Debug|x86
{49C270BE-9645-40D5-BE08-91ADE243D394}.Debug|x86.Build.0 = Debug|x86
{49C270BE-9645-40D5-BE08-91ADE243D394}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49C270BE-9645-40D5-BE08-91ADE243D394}.Release|Any CPU.Build.0 = Release|Any CPU
{49C270BE-9645-40D5-BE08-91ADE243D394}.Release|x86.ActiveCfg = Release|x86
{49C270BE-9645-40D5-BE08-91ADE243D394}.Release|x86.Build.0 = Release|x86
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Debug|x86.ActiveCfg = Debug|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Debug|x86.Build.0 = Debug|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Release|Any CPU.Build.0 = Release|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Release|x86.ActiveCfg = Release|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Release|x86.Build.0 = Release|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Debug|x86.ActiveCfg = Debug|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Debug|x86.Build.0 = Debug|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Release|Any CPU.Build.0 = Release|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Release|x86.ActiveCfg = Release|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F2510E4-ECB4-4EE8-B1B4-08C2A35B0EF5}
EndGlobalSection
EndGlobal