update
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
74
HengerUnitTeszt/HengerUnitTeszt.csproj
Normal file
74
HengerUnitTeszt/HengerUnitTeszt.csproj
Normal file
@@ -0,0 +1,74 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\MSTest.TestAdapter.2.2.7\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.2.2.7\build\net45\MSTest.TestAdapter.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{27C534C1-5E69-42F2-8D4A-FDD475294B33}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>HengerUnitTeszt</RootNamespace>
|
||||
<AssemblyName>HengerUnitTeszt</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
||||
<IsCodedUITest>False</IsCodedUITest>
|
||||
<TestProjectType>UnitTest</TestProjectType>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MSTest.TestFramework.2.2.7\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MSTest.TestFramework.2.2.7\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="UnitTest1.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Hengerteszt\Hengerteszt.csproj">
|
||||
<Project>{c0977642-6fdb-4742-ab69-235f17e03086}</Project>
|
||||
<Name>Hengerteszt</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.2.7\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.2.7\build\net45\MSTest.TestAdapter.props'))" />
|
||||
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.2.7\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.2.7\build\net45\MSTest.TestAdapter.targets'))" />
|
||||
</Target>
|
||||
<Import Project="..\packages\MSTest.TestAdapter.2.2.7\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.2.2.7\build\net45\MSTest.TestAdapter.targets')" />
|
||||
</Project>
|
||||
20
HengerUnitTeszt/Properties/AssemblyInfo.cs
Normal file
20
HengerUnitTeszt/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyTitle("HengerUnitTeszt")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("HengerUnitTeszt")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2022")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
[assembly: Guid("27c534c1-5e69-42f2-8d4a-fdd475294b33")]
|
||||
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
36
HengerUnitTeszt/UnitTest1.cs
Normal file
36
HengerUnitTeszt/UnitTest1.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using System;
|
||||
|
||||
namespace HengerUnitTeszt {
|
||||
[TestClass]
|
||||
public class UnitTest1 {
|
||||
Hengerteszt.Henger henger = new Hengerteszt.Henger();
|
||||
|
||||
[TestMethod]
|
||||
public void AlapTeruletTeszt() {
|
||||
henger.setSugar(10);
|
||||
henger.setMagas(10);
|
||||
double varteredmeny = 314.159265358979;
|
||||
double kapotteredmeny = henger.getAlapterulet();
|
||||
Assert.AreEqual(varteredmeny, kapotteredmeny);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void FeluletTeszt() {
|
||||
henger.setSugar(10);
|
||||
henger.setMagas(10);
|
||||
double varteredmeny = 1256.63706143592;
|
||||
double kapotteredmeny = henger.getFelulet();
|
||||
Assert.AreEqual(varteredmeny, kapotteredmeny);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TerfogatTeszt() {
|
||||
henger.setSugar(10);
|
||||
henger.setMagas(10);
|
||||
double varteredmeny = 3141.59265358979;
|
||||
double kapotteredmeny = henger.getTerfogat();
|
||||
Assert.AreEqual(varteredmeny, kapotteredmeny);
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
HengerUnitTeszt/bin/Debug/HengerUnitTeszt.dll
Normal file
BIN
HengerUnitTeszt/bin/Debug/HengerUnitTeszt.dll
Normal file
Binary file not shown.
BIN
HengerUnitTeszt/bin/Debug/HengerUnitTeszt.pdb
Normal file
BIN
HengerUnitTeszt/bin/Debug/HengerUnitTeszt.pdb
Normal file
Binary file not shown.
BIN
HengerUnitTeszt/bin/Debug/Hengerteszt.exe
Normal file
BIN
HengerUnitTeszt/bin/Debug/Hengerteszt.exe
Normal file
Binary file not shown.
6
HengerUnitTeszt/bin/Debug/Hengerteszt.exe.config
Normal file
6
HengerUnitTeszt/bin/Debug/Hengerteszt.exe.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
HengerUnitTeszt/bin/Debug/Hengerteszt.pdb
Normal file
BIN
HengerUnitTeszt/bin/Debug/Hengerteszt.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
09da550a908234c7ef0de5c8dc18d497495f174a
|
||||
@@ -0,0 +1,18 @@
|
||||
C:\dev\c#\HengerUnitTeszt\obj\Debug\HengerUnitTeszt.csproj.AssemblyReference.cache
|
||||
C:\dev\c#\HengerUnitTeszt\obj\Debug\HengerUnitTeszt.csproj.CoreCompileInputs.cache
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Microsoft.TestPlatform.AdapterUtilities.dll
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\HengerUnitTeszt.dll
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\HengerUnitTeszt.pdb
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Hengerteszt.exe
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Hengerteszt.pdb
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Hengerteszt.exe.config
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.xml
|
||||
C:\dev\c#\HengerUnitTeszt\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
|
||||
C:\dev\c#\HengerUnitTeszt\obj\Debug\HengerUnitTeszt.csproj.CopyComplete
|
||||
C:\dev\c#\HengerUnitTeszt\obj\Debug\HengerUnitTeszt.dll
|
||||
C:\dev\c#\HengerUnitTeszt\obj\Debug\HengerUnitTeszt.pdb
|
||||
BIN
HengerUnitTeszt/obj/Debug/HengerUnitTeszt.dll
Normal file
BIN
HengerUnitTeszt/obj/Debug/HengerUnitTeszt.dll
Normal file
Binary file not shown.
BIN
HengerUnitTeszt/obj/Debug/HengerUnitTeszt.pdb
Normal file
BIN
HengerUnitTeszt/obj/Debug/HengerUnitTeszt.pdb
Normal file
Binary file not shown.
5
HengerUnitTeszt/packages.config
Normal file
5
HengerUnitTeszt/packages.config
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="MSTest.TestAdapter" version="2.2.7" targetFramework="net48" />
|
||||
<package id="MSTest.TestFramework" version="2.2.7" targetFramework="net48" />
|
||||
</packages>
|
||||
6
Hengerteszt/App.config
Normal file
6
Hengerteszt/App.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
</configuration>
|
||||
42
Hengerteszt/Henger.cs
Normal file
42
Hengerteszt/Henger.cs
Normal file
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hengerteszt {
|
||||
public class Henger {
|
||||
private double sugar;
|
||||
private double magassag;
|
||||
|
||||
public void setSugar(double sugar) {
|
||||
this.sugar = sugar;
|
||||
if (this.sugar > 55.5 || this.sugar < 10.0)
|
||||
throw new Exception("Rossz adat lett megadva!!");
|
||||
}
|
||||
|
||||
public void setMagas(double magassag) {
|
||||
this.magassag = magassag;
|
||||
if (this.magassag > 55.5 || this.magassag < 10.0)
|
||||
throw new Exception("Rossz adat lett megadva!!");
|
||||
}
|
||||
|
||||
public double getAlapterulet() {
|
||||
double eredmeny = (Math.PI * Math.Pow(sugar, 2));
|
||||
Console.WriteLine("A henger alapterülete: " + eredmeny);
|
||||
return eredmeny;
|
||||
}
|
||||
|
||||
public double getFelulet() {
|
||||
double eredmeny = (2 * Math.PI * sugar * (sugar + magassag));
|
||||
Console.WriteLine("A henger feülete: " + eredmeny);
|
||||
return eredmeny;
|
||||
}
|
||||
|
||||
public double getTerfogat() {
|
||||
double eredmeny = (Math.PI * Math.Pow(sugar, 2) * magassag);
|
||||
Console.WriteLine("A henger térfogata: " + eredmeny);
|
||||
return eredmeny;
|
||||
}
|
||||
}
|
||||
}
|
||||
54
Hengerteszt/Hengerteszt.csproj
Normal file
54
Hengerteszt/Hengerteszt.csproj
Normal file
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{C0977642-6FDB-4742-AB69-235F17E03086}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>Hengerteszt</RootNamespace>
|
||||
<AssemblyName>Hengerteszt</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<Deterministic>true</Deterministic>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Henger.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
19
Hengerteszt/Program.cs
Normal file
19
Hengerteszt/Program.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hengerteszt {
|
||||
public class Program {
|
||||
public static void Main(string[] args) {
|
||||
Henger henger = new Henger();
|
||||
henger.setSugar(10);
|
||||
henger.setMagas(10);
|
||||
henger.getAlapterulet();
|
||||
henger.getFelulet();
|
||||
henger.getTerfogat();
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
}
|
||||
36
Hengerteszt/Properties/AssemblyInfo.cs
Normal file
36
Hengerteszt/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("Hengerteszt")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Hengerteszt")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2022")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("c0977642-6fdb-4742-ab69-235f17e03086")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
BIN
Hengerteszt/bin/Debug/Hengerteszt.exe
Normal file
BIN
Hengerteszt/bin/Debug/Hengerteszt.exe
Normal file
Binary file not shown.
6
Hengerteszt/bin/Debug/Hengerteszt.exe.config
Normal file
6
Hengerteszt/bin/Debug/Hengerteszt.exe.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
Hengerteszt/bin/Debug/Hengerteszt.pdb
Normal file
BIN
Hengerteszt/bin/Debug/Hengerteszt.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
||||
BIN
Hengerteszt/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
BIN
Hengerteszt/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
Binary file not shown.
Binary file not shown.
BIN
Hengerteszt/obj/Debug/Hengerteszt.csproj.AssemblyReference.cache
Normal file
BIN
Hengerteszt/obj/Debug/Hengerteszt.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
4f14258cb69f9b664ce51038a7033c85db1c326e
|
||||
@@ -0,0 +1,8 @@
|
||||
C:\dev\c#\Hengerteszt\bin\Debug\Hengerteszt.exe.config
|
||||
C:\dev\c#\Hengerteszt\bin\Debug\Hengerteszt.exe
|
||||
C:\dev\c#\Hengerteszt\bin\Debug\Hengerteszt.pdb
|
||||
C:\dev\c#\Hengerteszt\obj\Debug\Hengerteszt.csproj.AssemblyReference.cache
|
||||
C:\dev\c#\Hengerteszt\obj\Debug\Hengerteszt.csproj.SuggestedBindingRedirects.cache
|
||||
C:\dev\c#\Hengerteszt\obj\Debug\Hengerteszt.csproj.CoreCompileInputs.cache
|
||||
C:\dev\c#\Hengerteszt\obj\Debug\Hengerteszt.exe
|
||||
C:\dev\c#\Hengerteszt\obj\Debug\Hengerteszt.pdb
|
||||
BIN
Hengerteszt/obj/Debug/Hengerteszt.exe
Normal file
BIN
Hengerteszt/obj/Debug/Hengerteszt.exe
Normal file
Binary file not shown.
BIN
Hengerteszt/obj/Debug/Hengerteszt.pdb
Normal file
BIN
Hengerteszt/obj/Debug/Hengerteszt.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user