Cosmos/Tools/TTF2OPFF Converter/TTF2OPFF Converter.csproj
2019-05-06 21:08:55 -05:00

25 lines
809 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<IncludeWindowsFormsReferences>True</IncludeWindowsFormsReferences>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Compile Update="Form1.cs" SubType="Form" />
<Compile Update="Form1.Designer.cs" DependentUpon="Form1.cs" />
<EmbeddedResource Update="Form1.resx" DependentUpon="Form1.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="PresentationCore" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Users\Orvid\Orvid.Graphics\Orvid.Graphics.csproj" />
</ItemGroup>
</Project>