File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
6161 </ItemGroup >
6262 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6363 <PropertyGroup >
64- <PostBuildEvent Condition =" '$(OS)' == 'Unix'" >
65- </PostBuildEvent >
66- <PostBuildEvent Condition =" '$(OS)' == 'Windows_NT'" >
67- if exist "$(SolutionDir)\postbuild.cmd" "$(SolutionDir)\postbuild.cmd"
68- </PostBuildEvent >
64+ <PostBuildEvent >if exist "$(SolutionDir)\postbuild.cmd" "$(SolutionDir)\postbuild.cmd"</PostBuildEvent >
6965 </PropertyGroup >
7066</Project >
You can’t perform that action at this time.
0 commit comments