|
|
@@ -60,7 +60,7 @@ ${BS_SHARP_PROJECT_REFS}
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
|
- <PostBuildEvent Condition=" '$(OS)' == 'Windows' ">"$(ProjectDir)..\bsf\Dependencies\mono\pdb2mdb.bat" "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
|
|
|
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">"$(ProjectDir)..\bsf\Dependencies\mono\pdb2mdb.bat" "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
|
|
|
</PropertyGroup>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|