blob: a31de939549c97ff7a44ba8ed9e5b23dc308f231 [file] [log] [blame]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeBuildOutput>false</IncludeBuildOutput>
<Description>XSD file describes the structure of IgniteConfigurationSection and enables Intellisense(TM) when editing IgniteConfigurationSection in app.config and web.config in Visual Studio.</Description>
<IsPackable>true</IsPackable>
<PackageId>Apache.Ignite.Schema</PackageId>
<NoWarn>NU5128</NoWarn> <!-- Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. -->
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" />
<None Include="..\Apache.Ignite.Core\IgniteConfigurationSection.xsd" Pack="true" PackagePath="content"/>
<None Include="..\Apache.Ignite.Core\IgniteClientConfigurationSection.xsd" Pack="true" PackagePath="content"/>
</ItemGroup>
</Project>