Skip to content

Commit

Permalink
Update VS build facade
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Jan 6, 2017
1 parent 2847edc commit 2689261
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ VERSION
.cproject
.project
.settings/
*.db
*.aps

# Configuration stuff

Expand Down
12 changes: 6 additions & 6 deletions res/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ BEGIN
BEGIN
BLOCK "080904b0"
BEGIN
VALUE "CompanyName", "Libsass Organization"
VALUE "CompanyName", "Sass Open Source Foundation"
VALUE "FileDescription", "A C/C++ implementation of a Sass compiler"
VALUE "FileVersion", "0.9.0.0"
VALUE "FileVersion", "1.0.0.0"
VALUE "InternalName", "libsass"
VALUE "LegalCopyright", "©2014 libsass.org"
VALUE "LegalCopyright", "\251 2017 libsass.org"
VALUE "OriginalFilename", "libsass.dll"
VALUE "ProductName", "Libsass Library"
VALUE "ProductVersion", "0.9.0.0"
VALUE "ProductName", "LibSass Library"
VALUE "ProductVersion", "1.0.0.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1200
END
END
END
15 changes: 13 additions & 2 deletions win/libsass.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsass", "libsass.vcxproj", "{E4030474-AFC9-4CC6-BEB6-D846F631502B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".SolutionItems", ".SolutionItems", "{33318C77-2391-4399-8118-C109155A4A75}"
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
..\.gitattributes = ..\.gitattributes
..\.gitignore = ..\.gitignore
..\.travis.yml = ..\.travis.yml
..\appveyor.yml = ..\appveyor.yml
..\Readme.md = ..\Readme.md
..\res\resource.rc = ..\res\resource.rc
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down

0 comments on commit 2689261

Please sign in to comment.