Example.csproj 796 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net7.0</TargetFramework>
  5. <!-- Version numbers are automatically updated by gitversion when a release is released -->
  6. <!-- In the source tree the version will always be 1.0 for all projects. -->
  7. <!-- Do not modify these. -->
  8. <AssemblyVersion>1.14.0.0</AssemblyVersion>
  9. <FileVersion>1.14.0.0</FileVersion>
  10. <Version>1.14.0-v1-develop-branc0113</Version>
  11. <InformationalVersion>1.14.0-v1-develop-branching-update.113+Branch.v1-develop-branching-update.Sha.a36b5c45a68b3d89f4a920cd6ad775ed40cdc51d</InformationalVersion>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
  15. </ItemGroup>
  16. </Project>