This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ VERSION
1212.cproject
1313.project
1414.settings /
15+ * .db
16+ * .aps
1517
1618# Configuration stuff
1719
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ BEGIN
1818 BEGIN
1919 BLOCK "080904b0"
2020 BEGIN
21- VALUE "CompanyName", "Libsass Organization "
21+ VALUE "CompanyName", "Sass Open Source Foundation "
2222 VALUE "FileDescription", "A C/C++ implementation of a Sass compiler"
23- VALUE "FileVersion", "0.9 .0.0"
23+ VALUE "FileVersion", "1.0 .0.0"
2424 VALUE "InternalName", "libsass"
25- VALUE "LegalCopyright", "©2014 libsass.org"
25+ VALUE "LegalCopyright", "\251 2017 libsass.org"
2626 VALUE "OriginalFilename", "libsass.dll"
27- VALUE "ProductName", "Libsass Library"
28- VALUE "ProductVersion", "0.9 .0.0"
27+ VALUE "ProductName", "LibSass Library"
28+ VALUE "ProductVersion", "1.0 .0.0"
2929 END
3030 END
3131 BLOCK "VarFileInfo"
3232 BEGIN
3333 VALUE "Translation", 0x809, 1200
3434 END
35- END
35+ END
Original file line number Diff line number Diff line change 11
22Microsoft Visual Studio Solution File, Format Version 12.00
3- # Visual Studio 2013
4- VisualStudioVersion = 12 .0.30723.0
3+ # Visual Studio 14
4+ VisualStudioVersion = 14 .0.25420.1
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "libsass" , "libsass.vcxproj" , "{E4030474-AFC9-4CC6-BEB6-D846F631502B}"
77EndProject
8+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".SolutionItems" , ".SolutionItems" , "{33318C77-2391-4399-8118-C109155A4A75}"
9+ Project Section (SolutionItems ) = preProject
10+ ..\.editorconfig = ..\.editorconfig
11+ ..\.gitattributes = ..\.gitattributes
12+ ..\.gitignore = ..\.gitignore
13+ ..\.travis .yml = ..\.travis .yml
14+ ..\appveyor .yml = ..\appveyor .yml
15+ ..\Readme .md = ..\Readme .md
16+ ..\res \resource .rc = ..\res \resource .rc
17+ EndProject Section
18+ EndProject
819Global
920 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1021 Debug| Win32 = Debug| Win32
You can’t perform that action at this time.
0 commit comments