Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Update xproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 22, 2015
1 parent 1266591 commit e6cbb86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ServiceStack.Text/ServiceStack.Text.xproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PCL|AnyCPU'">
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
3 changes: 3 additions & 0 deletions src/ServiceStack.Text/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
},
"compilationOptions": { "define": [ "DNX451", "CORECLR" ] }
}
},
"configurations": {
"PCL": { }
}
}

0 comments on commit e6cbb86

Please sign in to comment.