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-branc0115</Version>
  11. <InformationalVersion>1.14.0-v1-develop-branching-update.115+Branch.v1-develop-branching-update.Sha.196872f2340046682a9fc98bceba4894e866e1c5</InformationalVersion>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
  15. </ItemGroup>
  16. </Project>