11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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')" />
34 <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')" />
45 <PropertyGroup >
56 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
112113 </ItemGroup >
113114 <ItemGroup />
114115 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
116116 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
117117 <PropertyGroup >
118118 <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 >
119119 </PropertyGroup >
120120 <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'))" />
121121 </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.
127123 Other similar extension points exist, see Microsoft.Common.targets.
128124 <Target Name="BeforeBuild">
129125 </Target>
126+ -->
130127 <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" />
131130 </Target >
132- -->
133- </Project >
131+ </Project >
0 commit comments