Skip to content

Commit 8198640

Browse files
committed
Update VS build facade
1 parent 10085f6 commit 8198640

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ VERSION
1212
.cproject
1313
.project
1414
.settings/
15+
*.db
16+
*.aps
1517

1618
# Configuration stuff
1719

res/resource.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

win/libsass.sln

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11

22
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
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsass", "libsass.vcxproj", "{E4030474-AFC9-4CC6-BEB6-D846F631502B}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".SolutionItems", ".SolutionItems", "{33318C77-2391-4399-8118-C109155A4A75}"
9+
ProjectSection(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+
EndProjectSection
18+
EndProject
819
Global
920
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1021
Debug|Win32 = Debug|Win32

0 commit comments

Comments
 (0)