1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
3
4
<Import Project =" ..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
4
5
<PropertyGroup >
5
6
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
112
113
</ItemGroup >
113
114
<ItemGroup />
114
115
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
116
116
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
117
117
<PropertyGroup >
118
118
<ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
119
119
</PropertyGroup >
120
120
<Error Condition =" !Exists('..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
121
121
</Target >
122
- <PropertyGroup >
123
- <PostBuildEvent >copy "$(SolutionDir)bin\x86\libsass.dll" "$(OutputDir)libsass32.dll"
124
- copy "$(SolutionDir)bin\x64\libsass.dll" "$(OutputDir)libsass64.dll"</PostBuildEvent >
125
- </PropertyGroup >
126
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
127
123
Other similar extension points exist, see Microsoft.Common.targets.
128
124
<Target Name="BeforeBuild">
129
125
</Target>
126
+ -->
130
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" />
131
130
</Target >
132
- -->
133
- </Project >
131
+ </Project >
0 commit comments