Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created July 8, 2021 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/c6968a2f5e9233de31e89368b1a3e491 to your computer and use it in GitHub Desktop.
Save explorer14/c6968a2f5e9233de31e89368b1a3e491 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Genny\GenerateMappedDtoAttribute.cs" Link="GenerateMappedDtoAttribute.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Genny\Genny.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment