1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project DefaultTargets =" Build" ToolsVersion =" 12 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup Label =" ProjectConfigurations" >
4
4
<ProjectConfiguration Include =" Debug|Win32" >
5
5
<Configuration >Debug</Configuration >
44
44
<CompileAsManaged >false</CompileAsManaged >
45
45
</ClCompile >
46
46
<ClCompile Include =" native\inspect.cpp" />
47
- <ClCompile Include =" native\json.cpp" >
48
- <CompileAsManaged >false</CompileAsManaged >
47
+ <ClCompile Include =" native\json.cpp" >
48
+ <CompileAsManaged >false</CompileAsManaged >
49
49
</ClCompile >
50
50
<ClCompile Include =" native\node.cpp" />
51
51
<ClCompile Include =" native\emitter.cpp" />
139
139
</ItemGroup >
140
140
<PropertyGroup Label =" Globals" >
141
141
<ProjectGuid >{3A1CF114-A5C0-4BA2-8C0D-47001E361718}</ProjectGuid >
142
- <Keyword >Win32Proj</Keyword >
143
142
<RootNamespace >LibSass</RootNamespace >
144
143
</PropertyGroup >
144
+ <PropertyGroup Label =" VS2013 toolset selection" Condition =" '$(VisualStudioVersion)' == '12.0'" >
145
+ <PlatformToolset >v120</PlatformToolset >
146
+ </PropertyGroup >
147
+ <PropertyGroup Label =" VS2015 toolset selection" Condition =" '$(VisualStudioVersion)' == '14.0'" >
148
+ <PlatformToolset >v140</PlatformToolset >
149
+ </PropertyGroup >
145
150
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
146
151
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
147
152
<ConfigurationType >DynamicLibrary</ConfigurationType >
148
153
<UseDebugLibraries >true</UseDebugLibraries >
149
- <PlatformToolset >v120</PlatformToolset >
150
154
<CharacterSet >Unicode</CharacterSet >
151
155
<CLRSupport >true</CLRSupport >
152
156
</PropertyGroup >
153
157
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
154
158
<ConfigurationType >DynamicLibrary</ConfigurationType >
155
159
<UseDebugLibraries >true</UseDebugLibraries >
156
- <PlatformToolset >v120</PlatformToolset >
157
160
<CharacterSet >Unicode</CharacterSet >
158
161
<CLRSupport >true</CLRSupport >
159
162
</PropertyGroup >
160
163
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
161
164
<ConfigurationType >DynamicLibrary</ConfigurationType >
162
165
<UseDebugLibraries >false</UseDebugLibraries >
163
- <PlatformToolset >v120</PlatformToolset >
164
166
<WholeProgramOptimization >true</WholeProgramOptimization >
165
167
<CharacterSet >Unicode</CharacterSet >
166
168
<CLRSupport >true</CLRSupport >
167
169
</PropertyGroup >
168
170
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
169
171
<ConfigurationType >DynamicLibrary</ConfigurationType >
170
172
<UseDebugLibraries >false</UseDebugLibraries >
171
- <PlatformToolset >v120</PlatformToolset >
172
173
<WholeProgramOptimization >true</WholeProgramOptimization >
173
174
<CharacterSet >Unicode</CharacterSet >
174
175
<CLRSupport >true</CLRSupport >
284
285
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
285
286
<ImportGroup Label =" ExtensionTargets" >
286
287
</ImportGroup >
287
- </Project >
288
+ </Project >
0 commit comments