This commit is contained in:
2022-04-07 18:31:07 +02:00
parent db9f2ec687
commit baf73a91fe
837 changed files with 2323 additions and 0 deletions

View File

@@ -32,6 +32,26 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

Binary file not shown.

View File

@@ -0,0 +1 @@
7f4b213b428f4c013f19137338418ee1f5525793

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@@ -0,0 +1 @@
6059d4e65ee015d416e91b2605eaf86bfd91c969

View File

@@ -0,0 +1,8 @@
C:\dev\c#\MinMax\bin\Release\MinMax.exe.config
C:\dev\c#\MinMax\bin\Release\MinMax.exe
C:\dev\c#\MinMax\bin\Release\MinMax.pdb
C:\dev\c#\MinMax\obj\Release\MinMax.csproj.AssemblyReference.cache
C:\dev\c#\MinMax\obj\Release\MinMax.csproj.SuggestedBindingRedirects.cache
C:\dev\c#\MinMax\obj\Release\MinMax.csproj.CoreCompileInputs.cache
C:\dev\c#\MinMax\obj\Release\MinMax.exe
C:\dev\c#\MinMax\obj\Release\MinMax.pdb

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@@ -0,0 +1 @@
a716bfef2e809d656a083b5be6f3dfe2908c1bec

View File

@@ -0,0 +1,8 @@
C:\dev\c#\MinMax\bin\x64\Debug\MinMax.exe.config
C:\dev\c#\MinMax\bin\x64\Debug\MinMax.exe
C:\dev\c#\MinMax\bin\x64\Debug\MinMax.pdb
C:\dev\c#\MinMax\obj\x64\Debug\MinMax.csproj.AssemblyReference.cache
C:\dev\c#\MinMax\obj\x64\Debug\MinMax.csproj.SuggestedBindingRedirects.cache
C:\dev\c#\MinMax\obj\x64\Debug\MinMax.csproj.CoreCompileInputs.cache
C:\dev\c#\MinMax\obj\x64\Debug\MinMax.exe
C:\dev\c#\MinMax\obj\x64\Debug\MinMax.pdb

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@@ -0,0 +1 @@
0ad2913c3c24bfd3eb472a8770b9e4a19a0c875d

View File

@@ -0,0 +1,8 @@
C:\dev\c#\MinMax\bin\x64\Release\MinMax.exe.config
C:\dev\c#\MinMax\bin\x64\Release\MinMax.exe
C:\dev\c#\MinMax\bin\x64\Release\MinMax.pdb
C:\dev\c#\MinMax\obj\x64\Release\MinMax.csproj.AssemblyReference.cache
C:\dev\c#\MinMax\obj\x64\Release\MinMax.csproj.SuggestedBindingRedirects.cache
C:\dev\c#\MinMax\obj\x64\Release\MinMax.csproj.CoreCompileInputs.cache
C:\dev\c#\MinMax\obj\x64\Release\MinMax.exe
C:\dev\c#\MinMax\obj\x64\Release\MinMax.pdb

Binary file not shown.

Binary file not shown.