Datei: SimpleMappingTool/Mapping.csproj

Last Commit (add8490)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project Sdk="Microsoft.NET.Sdk">
3 ··<PropertyGroup>
4 ····<OutputType>WinExe</OutputType>
5 ····<TargetFramework>net8.0-windows</TargetFramework>
6 ····<Nullable>enable</Nullable>
7 ····<UseWindowsForms>true</UseWindowsForms>
8 ····<ImplicitUsings>enable</ImplicitUsings>
9 ····<Version>5.0.0</Version>
10 ····<AssemblyVersion>5.0.0.0</AssemblyVersion>
11 ····<FileVersion>5.0.0.0</FileVersion>
12 ··</PropertyGroup>
13 <ItemGroup></ItemGroup>
 
 
14 </Project>
New Commit (2ee4f7f)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project Sdk="Microsoft.NET.Sdk">
3 ··<PropertyGroup>
4 ····<OutputType>WinExe</OutputType>
5 ····<TargetFramework>net8.0-windows</TargetFramework>
6 ····<Nullable>enable</Nullable>
7 ····<UseWindowsForms>true</UseWindowsForms>
8 ····<ImplicitUsings>enable</ImplicitUsings>
9 ····<Version>5.0.0</Version>
10 ····<AssemblyVersion>5.0.0.0</AssemblyVersion>
11 ····<FileVersion>5.0.0.0</FileVersion>
12 ··</PropertyGroup>
13 <ItemGroup>
14 ······<PackageReference Include="NDO.dll" Version="5.0.0" />
15 ··</ItemGroup>
16 </Project>