You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="dependencies.props" />
|
|
<Import Project="..\version.xml" />
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Key.snk</AssemblyOriginatorKeyFile>
|
|
<PackageTags>Entity Framework Core;entity-framework-core;EF;Data;O/RM</PackageTags>
|
|
<Product>Microsoft Entity Framework Core</Product>
|
|
<PublicSign Condition="'$(OS)' != 'Windows_NT'">True</PublicSign>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/aspnet/EntityFramework.git</RepositoryUrl>
|
|
<SignAssembly>True</SignAssembly>
|
|
<VersionSuffix Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
|
|
<DebugType Condition="'$(Configuration)' == 'Debug' AND '$(OS)' == 'Windows_NT'">full</DebugType>
|
|
<NoWarn>$(NoWarn);xUnit1004</NoWarn>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="**\*.rd.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
</ItemGroup>
|
|
</Project> |