Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions XmlDoc2CmdletDoc/build/net461/XmlDoc2CmdletDoc.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'XmlDoc2CmdletDocToolPath' == ''">
<XmlDoc2CmdletDocToolPath Condition="'$(PlatformTarget)' != 'x86'">net461\XmlDoc2CmdletDoc.exe</XmlDoc2CmdletDocToolPath>
<XmlDoc2CmdletDocToolPath Condition="'$(PlatformTarget)' == 'x86'">net461\XmlDoc2CmdletDoc32.exe</XmlDoc2CmdletDocToolPath>
<PropertyGroup Condition="'$(XmlDocToolsPath)' == ''">
<XmlDocToolsPath Condition="'$(PlatformTarget)' != 'x86'">net461\XmlDoc2CmdletDoc.exe</XmlDocToolsPath>
<XmlDocToolsPath Condition="'$(PlatformTarget)' == 'x86'">net461\XmlDoc2CmdletDoc32.exe</XmlDocToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\XmlDoc2CmdletDoc.targets" />
</Project>
6 changes: 3 additions & 3 deletions XmlDoc2CmdletDoc/build/net472/XmlDoc2CmdletDoc.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'XmlDoc2CmdletDocToolPath' == ''">
<XmlDoc2CmdletDocToolPath Condition="'$(PlatformTarget)' != 'x86'">net472\XmlDoc2CmdletDoc.exe</XmlDoc2CmdletDocToolPath>
<XmlDoc2CmdletDocToolPath Condition="'$(PlatformTarget)' == 'x86'">net472\XmlDoc2CmdletDoc32.exe</XmlDoc2CmdletDocToolPath>
<PropertyGroup Condition="'$(XmlDocToolsPath)' == ''">
<XmlDocToolsPath Condition="'$(PlatformTarget)' != 'x86'">net472\XmlDoc2CmdletDoc.exe</XmlDocToolsPath>
<XmlDocToolsPath Condition="'$(PlatformTarget)' == 'x86'">net472\XmlDoc2CmdletDoc32.exe</XmlDocToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\XmlDoc2CmdletDoc.targets" />
</Project>
6 changes: 3 additions & 3 deletions XmlDoc2CmdletDoc/build/net48/XmlDoc2CmdletDoc.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'XmlDoc2CmdletDocToolPath' == ''">
<XmlDoc2CmdletDocToolPath Condition="'$(PlatformTarget)' != 'x86'">net48\XmlDoc2CmdletDoc.exe</XmlDoc2CmdletDocToolPath>
<XmlDoc2CmdletDocToolPath Condition="'$(PlatformTarget)' == 'x86'">net48\XmlDoc2CmdletDoc32.exe</XmlDoc2CmdletDocToolPath>
<PropertyGroup Condition="'$(XmlDocToolsPath)' == ''">
<XmlDocToolsPath Condition="'$(PlatformTarget)' != 'x86'">net48\XmlDoc2CmdletDoc.exe</XmlDocToolsPath>
<XmlDocToolsPath Condition="'$(PlatformTarget)' == 'x86'">net48\XmlDoc2CmdletDoc32.exe</XmlDocToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\XmlDoc2CmdletDoc.targets" />
</Project>
4 changes: 2 additions & 2 deletions XmlDoc2CmdletDoc/build/netcoreapp2.1/XmlDoc2CmdletDoc.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'XmlDoc2CmdletDocToolPath' == ''">
<XmlDoc2CmdletDocToolPath>netcoreapp2.1\XmlDoc2CmdletDoc.dll</XmlDoc2CmdletDocToolPath>
<PropertyGroup Condition="'$(XmlDocToolsPath)' == ''">
<XmlDocToolsPath>netcoreapp2.1\XmlDoc2CmdletDoc.dll</XmlDocToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\XmlDoc2CmdletDoc.targets" />
</Project>
4 changes: 2 additions & 2 deletions XmlDoc2CmdletDoc/build/netcoreapp3.1/XmlDoc2CmdletDoc.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'XmlDoc2CmdletDocToolPath' == ''">
<XmlDoc2CmdletDocToolPath>netcoreapp3.1\XmlDoc2CmdletDoc.dll</XmlDoc2CmdletDocToolPath>
<PropertyGroup Condition="'$(XmlDocToolsPath)' == ''">
<XmlDocToolsPath>netcoreapp3.1\XmlDoc2CmdletDoc.dll</XmlDocToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\XmlDoc2CmdletDoc.targets" />
</Project>