Skip to content

Commit

Permalink
Further build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Apr 24, 2015
1 parent 55464c4 commit a44d739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Deveel.Math/Deveel.Math.Portable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>IF NOT EXIST "$(SolutionDir)..\dist\$(PlatformName)\pcl" MKDIR "$(SolutionDir)..\dist\$(PlatformName)\pc"
<PostBuildEvent>IF NOT EXIST "$(SolutionDir)..\dist\$(PlatformName)\pcl" MKDIR "$(SolutionDir)..\dist\$(PlatformName)\pcl"
COPY "$(TargetDir)" "$(SolutionDir)..\dist\$(PlatformName)\pcl"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit a44d739

Please sign in to comment.