зеркало из https://github.com/microsoft/Omex.git
Fix dotnet framework version for gategen so it is always net45 (it doesn't need any particular framework so this is as good a choice as any) (#89)
This commit is contained in:
Родитель
3767a7000a
Коммит
ca7d15980a
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>$(TargetFrameworks)</TargetFrameworks>
|
||||
<TargetFrameworks>net45</TargetFrameworks>
|
||||
<Description>Contains Omex Gating generator code</Description>
|
||||
<RootNamespace>Microsoft.Omex.CodeGenerators.GateGen</RootNamespace>
|
||||
<AssemblyName>Microsoft.Omex.CodeGenerators.GateGen</AssemblyName>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<Error Text="The TipXml property is not defined." Condition="'$(TipXml)' == ''" />
|
||||
<Error Text="The GeneratedGates property is not defined." Condition="'$(GeneratedGates)' == ''" />
|
||||
|
||||
<Exec Command="$(MSBuildThisFileDirectory)..\lib\$(TargetFramework)\Microsoft.Omex.CodeGenerators.GateGen.exe $(GatesXml) $(TipXml) $(GeneratedGates) $(OmexGatesNamespace)" />
|
||||
<Exec Command="$(MSBuildThisFileDirectory)..\lib\net45\Microsoft.Omex.CodeGenerators.GateGen.exe $(GatesXml) $(TipXml) $(GeneratedGates) $(OmexGatesNamespace)" />
|
||||
|
||||
<CreateItem Include="$(GeneratedGates)">
|
||||
<Output TaskParameter="Include" ItemName="Compile"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче