Merge pull request #27 from nventive/dev/dr/LifecylePackaging

Fix classlifecycle generation packaging
This commit is contained in:
dr1rrb 2018-02-23 12:05:16 -05:00 коммит произвёл GitHub
Родитель 06283be702 35dd93b193
Коммит c2e1ced64a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net46;netstandard1.0;netstandard2.0</TargetFrameworks>
<IsTool>true</IsTool>
<Product>Generator of class lifecycle</Product>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
@ -42,5 +43,9 @@ This package is part of the Uno.CodeGen to generate classes lifecycle methods in
<PackagePath>build</PackagePath>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Uno.ClassLifecycle\Uno.ClassLifecycle.csproj" />
</ItemGroup>
</Project>

Просмотреть файл

@ -40,7 +40,6 @@
<ProjectReference Include="..\Uno.ClassLifecycle.Generator\Uno.CodeGen.ClassLifecycle.csproj" />
<ProjectReference Include="..\Uno.Equality\Uno.Equality.csproj" />
<ProjectReference Include="..\Uno.Immutables\Uno.Immutables.csproj" />
<ProjectReference Include="..\Uno.ClassLifecycle\Uno.ClassLifecycle.csproj" />
</ItemGroup>
</Project>