|
@@ -1,31 +1,31 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
- <PropertyGroup>
|
|
|
- <OutputType>Exe</OutputType>
|
|
|
- <TargetFramework>net7.0</TargetFramework>
|
|
|
- <LangVersion>9.0</LangVersion>
|
|
|
- <StartupObject>UICatalog.UICatalogApp</StartupObject>
|
|
|
- <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
|
- <!-- Version numbers are automatically updated by gitversion when a release is released -->
|
|
|
- <!-- Do not modify these. -->
|
|
|
- <FileVersion>1.0.0.0</FileVersion>
|
|
|
- <Version>1.0.0</Version>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
- <DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Update="./Scenarios/Spinning_globe_dark_small.gif" CopyToOutputDirectory="PreserveNewest" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
|
|
|
- <PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
|
|
|
- <PackageReference Include="CsvHelper" Version="30.0.1" />
|
|
|
- <PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
|
|
|
- </ItemGroup>
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+ <PropertyGroup>
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
+ <TargetFramework>net7.0</TargetFramework>
|
|
|
+ <LangVersion>9.0</LangVersion>
|
|
|
+ <StartupObject>UICatalog.UICatalogApp</StartupObject>
|
|
|
+ <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
|
+ <!-- Version numbers are automatically updated by gitversion when a release is released -->
|
|
|
+ <!-- Do not modify these. -->
|
|
|
+ <FileVersion>1.0.0.0</FileVersion>
|
|
|
+ <Version>1.0.0</Version>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
+ <DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Update="./Scenarios/Spinning_globe_dark_small.gif" CopyToOutputDirectory="PreserveNewest" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
|
|
|
+ <PackageReference Include="SixLabors.ImageSharp" Version="3.1.0" />
|
|
|
+ <PackageReference Include="CsvHelper" Version="30.0.1" />
|
|
|
+ <PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
|
|
|
+ </ItemGroup>
|
|
|
</Project>
|