MapTo/test/TestConsoleApp/TestConsoleApp.csproj

19 lines
636 B
XML
Raw Normal View History

2021-12-24 20:06:06 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net471</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\BlueWest.MapTo\BlueWest.MapTo.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2021-12-24 20:06:06 +03:00
</ItemGroup>
<Import Project="..\..\src\BlueWest.MapTo\MapTo.props" />
2021-12-24 20:06:06 +03:00
<PropertyGroup>
<MapTo_ConstructorAccessModifier>Internal</MapTo_ConstructorAccessModifier>
</PropertyGroup>
</Project>