📄 Colors/example/Mosaic.Colors.Example.csproj
1 2 3 4 5 6 7 8 9 10 11
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <RootNamespace>Mosaic.Colors.Example</RootNamespace>
    <AssemblyName>Mosaic.Colors.Example</AssemblyName>
    <OutputType>Exe</OutputType>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\src\Mosaic.Colors.csproj" />
  </ItemGroup>
</Project>