Skip to content

Commit

Permalink
add quote.cpp to windows project
Browse files Browse the repository at this point in the history
  • Loading branch information
smikes committed Jan 3, 2015
1 parent 976d64a commit 1c2724a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion win/libsass.filters
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
<ClCompile Include="..\prelexer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\quote.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\remove_placeholders.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -288,4 +291,4 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>
5 changes: 3 additions & 2 deletions win/libsass.vcxproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml ersion="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
Expand Down Expand Up @@ -178,6 +178,7 @@
<ClCompile Include="..\output_nested.cpp" />
<ClCompile Include="..\parser.cpp" />
<ClCompile Include="..\prelexer.cpp" />
<ClCompile Include="..\quote.cpp" />
<ClCompile Include="..\remove_placeholders.cpp" />
<ClCompile Include="..\sass.cpp" />
<ClCompile Include="..\sass2scss.cpp" />
Expand Down Expand Up @@ -252,4 +253,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 1c2724a

Please sign in to comment.