|
@@ -238,10 +238,7 @@
|
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
- <PostBuildEvent Condition=" '$(OS)' != 'Unix' ">"$(ProjectDir)..\..\Scripts\pdb2mdb.bat" "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
|
|
|
|
|
- </PropertyGroup>
|
|
|
|
|
- <PropertyGroup>
|
|
|
|
|
- <PostBuildEvent>"$(ProjectDir)..\..\..\Scripts\pdb2mdb.bat" "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
|
|
|
|
|
|
|
+ <PostBuildEvent Condition=" '$(OS)' != 'Unix' ">"$(ProjectDir)..\..\..\Scripts\pdb2mdb.bat" "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- 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.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
@@ -250,4 +247,4 @@
|
|
|
<Target Name="AfterBuild">
|
|
<Target Name="AfterBuild">
|
|
|
</Target>
|
|
</Target>
|
|
|
-->
|
|
-->
|
|
|
-</Project>
|
|
|
|
|
|
|
+</Project>
|