| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <TargetFramework>netcoreapp3.1</TargetFramework> | |
| <RootNamespace>Apache.Geode.NetCore</RootNamespace> | |
| <AssemblyName>Apache.Geode.NetCore</AssemblyName> | |
| <Platforms>x64</Platforms> | |
| <Configurations>Debug;RelWithDebInfo</Configurations> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | |
| <WarningsAsErrors /> | |
| <DebugType>pdbonly</DebugType> | |
| <DebugSymbols>true</DebugSymbols> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> | |
| <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | |
| <WarningsAsErrors /> | |
| <Optimize>true</Optimize> | |
| <DebugType>pdbonly</DebugType> | |
| <DebugSymbols>true</DebugSymbols> | |
| </PropertyGroup> | |
| </Project> |