/ src / common / PowerToys.ModuleContracts / PowerToys.ModuleContracts.csproj
PowerToys.ModuleContracts.csproj
 1  <Project Sdk="Microsoft.NET.Sdk">
 2    <!-- Look at Directory.Build.props in root for common stuff as well -->
 3    <Import Project="$(RepoRoot)src\Common.Dotnet.CsWinRT.props" />
 4    <Import Project="$(RepoRoot)src\Common.Dotnet.AotCompatibility.props" />
 5  
 6    <PropertyGroup>
 7      <ImplicitUsings>enable</ImplicitUsings>
 8      <Nullable>enable</Nullable>
 9      <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
10      <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
11    </PropertyGroup>
12  
13    <ItemGroup>
14      <ProjectReference Include="..\Common.UI\Common.UI.csproj" />
15    </ItemGroup>
16  </Project>