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
12
12
.cproject
13
13
.project
14
14
.settings /
15
+ * .db
16
+ * .aps
15
17
16
18
# Configuration stuff
17
19
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ BEGIN
18
18
BEGIN
19
19
BLOCK "080904b0"
20
20
BEGIN
21
- VALUE "CompanyName", "Libsass Organization "
21
+ VALUE "CompanyName", "Sass Open Source Foundation "
22
22
VALUE "FileDescription", "A C/C++ implementation of a Sass compiler"
23
- VALUE "FileVersion", "0.9 .0.0"
23
+ VALUE "FileVersion", "1.0 .0.0"
24
24
VALUE "InternalName", "libsass"
25
- VALUE "LegalCopyright", "©2014 libsass.org"
25
+ VALUE "LegalCopyright", "\251 2017 libsass.org"
26
26
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"
29
29
END
30
30
END
31
31
BLOCK "VarFileInfo"
32
32
BEGIN
33
33
VALUE "Translation", 0x809, 1200
34
34
END
35
- END
35
+ END
Original file line number Diff line number Diff line change 1
1
2
2
Microsoft 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
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "libsass" , "libsass.vcxproj" , "{E4030474-AFC9-4CC6-BEB6-D846F631502B}"
7
7
EndProject
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
8
19
Global
9
20
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
10
21
Debug| Win32 = Debug| Win32
You can’t perform that action at this time.
0 commit comments