File tree Expand file tree Collapse file tree 5 files changed +15
-17
lines changed Expand file tree Collapse file tree 5 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 125
125
</Target>
126
126
-->
127
127
<Target Name =" AfterBuild" >
128
- <Copy SourceFiles =" $(SolutionDir)$(OutDir)libsass32.dll" DestinationFiles =" $(TargetDir)libsass32.dll " />
129
- <Copy SourceFiles =" $(SolutionDir)$(OutDir)libsass64.dll" DestinationFiles =" $(TargetDir)libsass64.dll " />
128
+ <Copy SourceFiles =" $(SolutionDir)$(OutDir)\ libsass32.dll" DestinationFolder =" $(TargetDir)" />
129
+ <Copy SourceFiles =" $(SolutionDir)$(OutDir)\ libsass64.dll" DestinationFolder =" $(TargetDir)" />
130
130
</Target >
131
131
</Project >
Original file line number Diff line number Diff line change 26
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
27
<DebugType >pdbonly</DebugType >
28
28
<Optimize >true</Optimize >
29
- <OutputPath >$(SolutionDir)bin\</OutputPath >
30
- <IntermediateOutputPath >$(SolutionDir)bin\obj\</IntermediateOutputPath >
29
+ <OutputPath >$(SolutionDir)bin\Release\ </OutputPath >
30
+ <IntermediateOutputPath >$(SolutionDir)bin\Release\ obj\</IntermediateOutputPath >
31
31
<DefineConstants >TRACE</DefineConstants >
32
32
<ErrorReport >prompt</ErrorReport >
33
33
<WarningLevel >4</WarningLevel >
82
82
<Copy SourceFiles =" $(OutDir)x64\libsass.dll" DestinationFiles =" $(OutDir)libsass64.dll" />
83
83
</Target >
84
84
<Target Name =" BuildLibSass" >
85
- <MSBuild Targets =" Build" Projects =" ..\LibSass\win\libsass.sln" BuildInParallel =" true" Properties =" Configuration=$(Configuration);Platform=Win32;OutDir=$(OutDir)x86\" />
86
- <MSBuild Targets =" Build" Projects =" ..\LibSass\win\libsass.sln" BuildInParallel =" true" Properties =" Configuration=$(Configuration);Platform=Win64;OutDir=$(OutDir)x64\" />
85
+ <MSBuild Targets =" Build" Projects =" ..\LibSass\win\libsass.sln" BuildInParallel =" true" Properties =" Configuration=$(Configuration);Platform=Win32;OutDir=$(OutDir)x86\;IntDir=$(OutDir)x86\ " />
86
+ <MSBuild Targets =" Build" Projects =" ..\LibSass\win\libsass.sln" BuildInParallel =" true" Properties =" Configuration=$(Configuration);Platform=Win64;OutDir=$(OutDir)x64\;IntDir=$(OutDir)x64\ " />
87
87
</Target >
88
88
</Project >
Original file line number Diff line number Diff line change 13
13
<tags >SASS SCSS CSS LibSass</tags >
14
14
</metadata >
15
15
<files >
16
- <file src =" ..\bin\x64\libsass .dll" target =" build\libsass64.dll" />
17
- <file src =" ..\bin\x86\libsass .dll" target =" build\libsass32.dll" />
16
+ <file src =" ..\bin\$configuration$\libsass64 .dll" target =" build\libsass64.dll" />
17
+ <file src =" ..\bin\$configuration$\libsass32 .dll" target =" build\libsass32.dll" />
18
18
<file src =" libsassnet.targets" target =" build\libsassnet.targets" />
19
- <file src =" ..\bin\LibSass.NET.dll" target =" lib\net40\LibSass.NET.dll" />
19
+ <file src =" ..\bin\$configuration$\ LibSass.NET.dll" target =" lib\net40\LibSass.NET.dll" />
20
20
</files >
21
- </package >
21
+ </package >
Original file line number Diff line number Diff line change 20
20
<DebugType >full</DebugType >
21
21
<Optimize >false</Optimize >
22
22
<OutputPath >bin\Debug\</OutputPath >
23
- <IntermediateOutputPath >$(SolutionDir)bin\Debug\obj\</IntermediateOutputPath >
24
23
<DefineConstants >DEBUG;TRACE</DefineConstants >
25
24
<ErrorReport >prompt</ErrorReport >
26
25
<WarningLevel >4</WarningLevel >
30
29
<PlatformTarget >AnyCPU</PlatformTarget >
31
30
<DebugType >pdbonly</DebugType >
32
31
<Optimize >true</Optimize >
33
- <OutputPath >bin\</OutputPath >
34
- <IntermediateOutputPath >$(SolutionDir)bin\obj\</IntermediateOutputPath >
32
+ <OutputPath >bin\Release\</OutputPath >
35
33
<DefineConstants >TRACE</DefineConstants >
36
34
<ErrorReport >prompt</ErrorReport >
37
35
<WarningLevel >4</WarningLevel >
60
58
</Target>
61
59
-->
62
60
<Target Name =" AfterBuild" >
63
- <Copy SourceFiles =" $(SolutionDir)$(OutDir)libsass32.dll" DestinationFiles =" $(TargetDir)libsass32.dll " />
64
- <Copy SourceFiles =" $(SolutionDir)$(OutDir)libsass64.dll" DestinationFiles =" $(TargetDir)libsass64.dll " />
61
+ <Copy SourceFiles =" $(SolutionDir)$(OutDir)\ libsass32.dll" DestinationFolder =" $(TargetDir)" />
62
+ <Copy SourceFiles =" $(SolutionDir)$(OutDir)\ libsass64.dll" DestinationFolder =" $(TargetDir)" />
65
63
</Target >
66
64
</Project >
Original file line number Diff line number Diff line change 61
61
</Target>
62
62
-->
63
63
<Target Name =" AfterBuild" >
64
- <Copy SourceFiles =" $(SolutionDir)$(OutDir)libsass32.dll" DestinationFiles =" $(TargetDir)libsass32.dll " />
65
- <Copy SourceFiles =" $(SolutionDir)$(OutDir)libsass64.dll" DestinationFiles =" $(TargetDir)libsass64.dll " />
64
+ <Copy SourceFiles =" $(SolutionDir)$(OutDir)\ libsass32.dll" DestinationFolder =" $(TargetDir)" />
65
+ <Copy SourceFiles =" $(SolutionDir)$(OutDir)\ libsass64.dll" DestinationFolder =" $(TargetDir)" />
66
66
</Target >
67
67
</Project >
You can’t perform that action at this time.
0 commit comments