init commit
@ -1,13 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="xunit" Version="2.9.3" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -1,4 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Libary")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+183967186553f72e72d2adb5b3b453e4514ff042")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8708167f350f0cee2641552a4606b22fce6f3410")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Libary")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Libary")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
1
Libary/obj/Debug/net8.0/Libary.AssemblyInfoInputs.cache
Normal file
@ -0,0 +1 @@
|
||||
bac33d5a22c2c921141ef42aaaca8eae3d729146befd7c754fa3cedd13e5962d
|
@ -1,5 +1,5 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net9.0
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
@ -11,5 +11,5 @@ build_property.RootNamespace = Libary
|
||||
build_property.ProjectDir = C:\Users\prdb\RiderProjects\Demochka\demo_hard\Libary\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
BIN
Libary/obj/Debug/net8.0/Libary.assets.cache
Normal file
@ -1 +0,0 @@
|
||||
649669c91347f55b4438d6ab2e3134ae05e59a3af83e3745b4fa11c27676b026
|
@ -22,15 +22,15 @@
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net9.0"
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
@ -47,14 +47,8 @@
|
||||
"SdkAnalysisLevel": "9.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"dependencies": {
|
||||
"xunit": {
|
||||
"target": "Package",
|
||||
"version": "[2.9.3, )"
|
||||
}
|
||||
},
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
|
@ -13,10 +13,4 @@
|
||||
<SourceRoot Include="C:\Users\prdb\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)xunit.core\2.9.3\build\xunit.core.props" Condition="Exists('$(NuGetPackageRoot)xunit.core\2.9.3\build\xunit.core.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">C:\Users\prdb\.nuget\packages\xunit.analyzers\1.18.0</Pkgxunit_analyzers>
|
||||
</PropertyGroup>
|
||||
</Project>
|
@ -1,6 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)xunit.core\2.9.3\build\xunit.core.targets" Condition="Exists('$(NuGetPackageRoot)xunit.core\2.9.3\build\xunit.core.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
@ -1,218 +1,11 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net9.0": {
|
||||
"xunit/2.9.3": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"xunit.analyzers": "1.18.0",
|
||||
"xunit.assert": "2.9.3",
|
||||
"xunit.core": "[2.9.3]"
|
||||
}
|
||||
},
|
||||
"xunit.abstractions/2.0.3": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/xunit.abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/xunit.abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"xunit.analyzers/1.18.0": {
|
||||
"type": "package"
|
||||
},
|
||||
"xunit.assert/2.9.3": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net6.0/xunit.assert.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/xunit.assert.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"xunit.core/2.9.3": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"xunit.extensibility.core": "[2.9.3]",
|
||||
"xunit.extensibility.execution": "[2.9.3]"
|
||||
},
|
||||
"build": {
|
||||
"build/xunit.core.props": {},
|
||||
"build/xunit.core.targets": {}
|
||||
},
|
||||
"buildMultiTargeting": {
|
||||
"buildMultiTargeting/xunit.core.props": {},
|
||||
"buildMultiTargeting/xunit.core.targets": {}
|
||||
}
|
||||
},
|
||||
"xunit.extensibility.core/2.9.3": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"xunit.abstractions": "2.0.3"
|
||||
},
|
||||
"compile": {
|
||||
"lib/netstandard1.1/xunit.core.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard1.1/xunit.core.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"xunit.extensibility.execution/2.9.3": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"xunit.extensibility.core": "[2.9.3]"
|
||||
},
|
||||
"compile": {
|
||||
"lib/netstandard1.1/xunit.execution.dotnet.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard1.1/xunit.execution.dotnet.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"xunit/2.9.3": {
|
||||
"sha512": "TlXQBinK35LpOPKHAqbLY4xlEen9TBafjs0V5KnA4wZsoQLQJiirCR4CbIXvOH8NzkW4YeJKP5P/Bnrodm0h9Q==",
|
||||
"type": "package",
|
||||
"path": "xunit/2.9.3",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"_content/README.md",
|
||||
"_content/logo-128-transparent.png",
|
||||
"xunit.2.9.3.nupkg.sha512",
|
||||
"xunit.nuspec"
|
||||
]
|
||||
},
|
||||
"xunit.abstractions/2.0.3": {
|
||||
"sha512": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==",
|
||||
"type": "package",
|
||||
"path": "xunit.abstractions/2.0.3",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net35/xunit.abstractions.dll",
|
||||
"lib/net35/xunit.abstractions.xml",
|
||||
"lib/netstandard1.0/xunit.abstractions.dll",
|
||||
"lib/netstandard1.0/xunit.abstractions.xml",
|
||||
"lib/netstandard2.0/xunit.abstractions.dll",
|
||||
"lib/netstandard2.0/xunit.abstractions.xml",
|
||||
"xunit.abstractions.2.0.3.nupkg.sha512",
|
||||
"xunit.abstractions.nuspec"
|
||||
]
|
||||
},
|
||||
"xunit.analyzers/1.18.0": {
|
||||
"sha512": "OtFMHN8yqIcYP9wcVIgJrq01AfTxijjAqVDy/WeQVSyrDC1RzBWeQPztL49DN2syXRah8TYnfvk035s7L95EZQ==",
|
||||
"type": "package",
|
||||
"path": "xunit.analyzers/1.18.0",
|
||||
"hasTools": true,
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"_content/README.md",
|
||||
"_content/logo-128-transparent.png",
|
||||
"analyzers/dotnet/cs/xunit.analyzers.dll",
|
||||
"analyzers/dotnet/cs/xunit.analyzers.fixes.dll",
|
||||
"tools/install.ps1",
|
||||
"tools/uninstall.ps1",
|
||||
"xunit.analyzers.1.18.0.nupkg.sha512",
|
||||
"xunit.analyzers.nuspec"
|
||||
]
|
||||
},
|
||||
"xunit.assert/2.9.3": {
|
||||
"sha512": "/Kq28fCE7MjOV42YLVRAJzRF0WmEqsmflm0cfpMjGtzQ2lR5mYVj1/i0Y8uDAOLczkL3/jArrwehfMD0YogMAA==",
|
||||
"type": "package",
|
||||
"path": "xunit.assert/2.9.3",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"_content/README.md",
|
||||
"_content/logo-128-transparent.png",
|
||||
"lib/net6.0/xunit.assert.dll",
|
||||
"lib/net6.0/xunit.assert.xml",
|
||||
"lib/netstandard1.1/xunit.assert.dll",
|
||||
"lib/netstandard1.1/xunit.assert.xml",
|
||||
"xunit.assert.2.9.3.nupkg.sha512",
|
||||
"xunit.assert.nuspec"
|
||||
]
|
||||
},
|
||||
"xunit.core/2.9.3": {
|
||||
"sha512": "BiAEvqGvyme19wE0wTKdADH+NloYqikiU0mcnmiNyXaF9HyHmE6sr/3DC5vnBkgsWaE6yPyWszKSPSApWdRVeQ==",
|
||||
"type": "package",
|
||||
"path": "xunit.core/2.9.3",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"_content/README.md",
|
||||
"_content/logo-128-transparent.png",
|
||||
"build/xunit.core.props",
|
||||
"build/xunit.core.targets",
|
||||
"buildMultiTargeting/xunit.core.props",
|
||||
"buildMultiTargeting/xunit.core.targets",
|
||||
"xunit.core.2.9.3.nupkg.sha512",
|
||||
"xunit.core.nuspec"
|
||||
]
|
||||
},
|
||||
"xunit.extensibility.core/2.9.3": {
|
||||
"sha512": "kf3si0YTn2a8J8eZNb+zFpwfoyvIrQ7ivNk5ZYA5yuYk1bEtMe4DxJ2CF/qsRgmEnDr7MnW1mxylBaHTZ4qErA==",
|
||||
"type": "package",
|
||||
"path": "xunit.extensibility.core/2.9.3",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"_content/README.md",
|
||||
"_content/logo-128-transparent.png",
|
||||
"lib/net452/xunit.core.dll",
|
||||
"lib/net452/xunit.core.dll.tdnet",
|
||||
"lib/net452/xunit.core.xml",
|
||||
"lib/net452/xunit.runner.tdnet.dll",
|
||||
"lib/net452/xunit.runner.utility.net452.dll",
|
||||
"lib/netstandard1.1/xunit.core.dll",
|
||||
"lib/netstandard1.1/xunit.core.xml",
|
||||
"xunit.extensibility.core.2.9.3.nupkg.sha512",
|
||||
"xunit.extensibility.core.nuspec"
|
||||
]
|
||||
},
|
||||
"xunit.extensibility.execution/2.9.3": {
|
||||
"sha512": "yMb6vMESlSrE3Wfj7V6cjQ3S4TXdXpRqYeNEI3zsX31uTsGMJjEw6oD5F5u1cHnMptjhEECnmZSsPxB6ChZHDQ==",
|
||||
"type": "package",
|
||||
"path": "xunit.extensibility.execution/2.9.3",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"_content/README.md",
|
||||
"_content/logo-128-transparent.png",
|
||||
"lib/net452/xunit.execution.desktop.dll",
|
||||
"lib/net452/xunit.execution.desktop.xml",
|
||||
"lib/netstandard1.1/xunit.execution.dotnet.dll",
|
||||
"lib/netstandard1.1/xunit.execution.dotnet.xml",
|
||||
"xunit.extensibility.execution.2.9.3.nupkg.sha512",
|
||||
"xunit.extensibility.execution.nuspec"
|
||||
]
|
||||
}
|
||||
"net8.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net9.0": [
|
||||
"xunit >= 2.9.3"
|
||||
]
|
||||
"net8.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\prdb\\.nuget\\packages\\": {},
|
||||
@ -236,15 +29,15 @@
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net9.0"
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
@ -261,14 +54,8 @@
|
||||
"SdkAnalysisLevel": "9.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"dependencies": {
|
||||
"xunit": {
|
||||
"target": "Package",
|
||||
"version": "[2.9.3, )"
|
||||
}
|
||||
},
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
|
@ -1,16 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "KgIAobI5FKU=",
|
||||
"dgSpecHash": "rcB8nPHYtaA=",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\prdb\\RiderProjects\\Demochka\\demo_hard\\Libary\\Libary.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\prdb\\.nuget\\packages\\xunit\\2.9.3\\xunit.2.9.3.nupkg.sha512",
|
||||
"C:\\Users\\prdb\\.nuget\\packages\\xunit.abstractions\\2.0.3\\xunit.abstractions.2.0.3.nupkg.sha512",
|
||||
"C:\\Users\\prdb\\.nuget\\packages\\xunit.analyzers\\1.18.0\\xunit.analyzers.1.18.0.nupkg.sha512",
|
||||
"C:\\Users\\prdb\\.nuget\\packages\\xunit.assert\\2.9.3\\xunit.assert.2.9.3.nupkg.sha512",
|
||||
"C:\\Users\\prdb\\.nuget\\packages\\xunit.core\\2.9.3\\xunit.core.2.9.3.nupkg.sha512",
|
||||
"C:\\Users\\prdb\\.nuget\\packages\\xunit.extensibility.core\\2.9.3\\xunit.extensibility.core.2.9.3.nupkg.sha512",
|
||||
"C:\\Users\\prdb\\.nuget\\packages\\xunit.extensibility.execution\\2.9.3\\xunit.extensibility.execution.2.9.3.nupkg.sha512"
|
||||
],
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
@ -1 +1 @@
|
||||
"restore":{"projectUniqueName":"C:\\Users\\prdb\\RiderProjects\\Demochka\\demo_hard\\Libary\\Libary.csproj","projectName":"Libary","projectPath":"C:\\Users\\prdb\\RiderProjects\\Demochka\\demo_hard\\Libary\\Libary.csproj","outputPath":"C:\\Users\\prdb\\RiderProjects\\Demochka\\demo_hard\\Libary\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net9.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.200"}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"xunit":{"target":"Package","version":"[2.9.3, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\9.0.200/PortableRuntimeIdentifierGraph.json"}}
|
||||
"restore":{"projectUniqueName":"C:\\Users\\prdb\\RiderProjects\\Demochka\\demo_hard\\Libary\\Libary.csproj","projectName":"Libary","projectPath":"C:\\Users\\prdb\\RiderProjects\\Demochka\\demo_hard\\Libary\\Libary.csproj","outputPath":"C:\\Users\\prdb\\RiderProjects\\Demochka\\demo_hard\\Libary\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net8.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.200"}"frameworks":{"net8.0":{"targetAlias":"net8.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\9.0.200/PortableRuntimeIdentifierGraph.json"}}
|
@ -1 +0,0 @@
|
||||
17411645932179427
|
@ -1 +1 @@
|
||||
17411645932179427
|
||||
17412570725811608
|
@ -1,35 +0,0 @@
|
||||
using System.Reflection;
|
||||
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("Testik")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Testik")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2025")]
|
||||
[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("48763C9F-7F9B-4A4B-BB18-F9D0BFEC3500")]
|
||||
|
||||
// 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")]
|
@ -1,68 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{48763C9F-7F9B-4A4B-BB18-F9D0BFEC3500}</ProjectGuid>
|
||||
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Testik</RootNamespace>
|
||||
<AssemblyName>Testik</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</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.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
|
||||
<HintPath>..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
|
||||
<HintPath>..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
|
||||
<HintPath>..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
|
||||
<HintPath>..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Tests.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Libary\Libary.csproj" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
@ -1,14 +0,0 @@
|
||||
using System;
|
||||
using Xunit;
|
||||
|
||||
namespace Testik
|
||||
{
|
||||
public class Tests
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="xunit" version="2.1.0" targetFramework="net45" />
|
||||
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
|
||||
<package id="xunit.assert" version="2.1.0" targetFramework="net45" />
|
||||
<package id="xunit.core" version="2.1.0" targetFramework="net45" />
|
||||
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
|
||||
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
|
||||
</packages>
|
@ -2,7 +2,9 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "demo_hard", "demo_hard\demo_hard.csproj", "{462FA6C8-C1C3-465F-B68C-4B501AC2F116}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libary", "Libary\Libary.csproj", "{94DA2397-CAC9-4DAE-9D65-A09B0BC64002}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libary", "Libary\Libary.csproj", "{45EC97BB-74B1-47CB-AE19-4250B9F31BC8}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testiks", "Testiks\Testiks.csproj", "{CC29583F-5613-423F-A73C-CCC242A3E767}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@ -14,9 +16,13 @@ Global
|
||||
{462FA6C8-C1C3-465F-B68C-4B501AC2F116}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{462FA6C8-C1C3-465F-B68C-4B501AC2F116}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{462FA6C8-C1C3-465F-B68C-4B501AC2F116}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{94DA2397-CAC9-4DAE-9D65-A09B0BC64002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{94DA2397-CAC9-4DAE-9D65-A09B0BC64002}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{94DA2397-CAC9-4DAE-9D65-A09B0BC64002}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{94DA2397-CAC9-4DAE-9D65-A09B0BC64002}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{45EC97BB-74B1-47CB-AE19-4250B9F31BC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{45EC97BB-74B1-47CB-AE19-4250B9F31BC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{45EC97BB-74B1-47CB-AE19-4250B9F31BC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{45EC97BB-74B1-47CB-AE19-4250B9F31BC8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{CC29583F-5613-423F-A73C-CCC242A3E767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CC29583F-5613-423F-A73C-CCC242A3E767}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CC29583F-5613-423F-A73C-CCC242A3E767}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CC29583F-5613-423F-A73C-CCC242A3E767}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
BIN
demo_hard/bin/Debug/net9.0/Employees/Беляева.jpeg
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
demo_hard/bin/Debug/net9.0/Employees/Иванов.jpeg
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
demo_hard/bin/Debug/net9.0/Employees/Игнатов.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
demo_hard/bin/Debug/net9.0/Employees/Миронов.jpeg
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
demo_hard/bin/Debug/net9.0/Employees/Петров.jpeg
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
demo_hard/bin/Debug/net9.0/Employees/Смирнова.jpeg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
demo_hard/bin/Debug/net9.0/Employees/Стрелков.jpeg
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
demo_hard/bin/Debug/net9.0/Employees/Федоров.jpeg
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
demo_hard/bin/Debug/net9.0/Employees/Хохлов.jpeg
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
demo_hard/bin/Debug/net9.0/Employees/Ширяев.jpeg
Normal file
After Width: | Height: | Size: 4.1 KiB |
@ -15,7 +15,8 @@
|
||||
"Avalonia.Themes.Fluent": "11.2.1",
|
||||
"Microsoft.EntityFrameworkCore": "8.0.10",
|
||||
"Microsoft.EntityFrameworkCore.Design": "8.0.10",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "8.0.10"
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "8.0.10",
|
||||
"xunit": "2.9.3"
|
||||
},
|
||||
"runtime": {
|
||||
"demo_hard.dll": {}
|
||||
@ -931,6 +932,58 @@
|
||||
"fileVersion": "0.20.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"xunit/2.9.3": {
|
||||
"dependencies": {
|
||||
"xunit.analyzers": "1.18.0",
|
||||
"xunit.assert": "2.9.3",
|
||||
"xunit.core": "2.9.3"
|
||||
}
|
||||
},
|
||||
"xunit.abstractions/2.0.3": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/xunit.abstractions.dll": {
|
||||
"assemblyVersion": "2.0.0.0",
|
||||
"fileVersion": "2.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"xunit.analyzers/1.18.0": {},
|
||||
"xunit.assert/2.9.3": {
|
||||
"runtime": {
|
||||
"lib/net6.0/xunit.assert.dll": {
|
||||
"assemblyVersion": "2.9.3.0",
|
||||
"fileVersion": "2.9.3.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"xunit.core/2.9.3": {
|
||||
"dependencies": {
|
||||
"xunit.extensibility.core": "2.9.3",
|
||||
"xunit.extensibility.execution": "2.9.3"
|
||||
}
|
||||
},
|
||||
"xunit.extensibility.core/2.9.3": {
|
||||
"dependencies": {
|
||||
"xunit.abstractions": "2.0.3"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard1.1/xunit.core.dll": {
|
||||
"assemblyVersion": "2.9.3.0",
|
||||
"fileVersion": "2.9.3.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"xunit.extensibility.execution/2.9.3": {
|
||||
"dependencies": {
|
||||
"xunit.extensibility.core": "2.9.3"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard1.1/xunit.execution.dotnet.dll": {
|
||||
"assemblyVersion": "2.9.3.0",
|
||||
"fileVersion": "2.9.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1401,6 +1454,55 @@
|
||||
"sha512": "sha512-2gkt2kuYPhDKd8gtl34jZSJOnn4nRJfFngCDcTZT/uySbK++ua0YQx2418l9Rn1Y4dE5XNq6zG9ZsE5ltLlNNw==",
|
||||
"path": "tmds.dbus.protocol/0.20.0",
|
||||
"hashPath": "tmds.dbus.protocol.0.20.0.nupkg.sha512"
|
||||
},
|
||||
"xunit/2.9.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-TlXQBinK35LpOPKHAqbLY4xlEen9TBafjs0V5KnA4wZsoQLQJiirCR4CbIXvOH8NzkW4YeJKP5P/Bnrodm0h9Q==",
|
||||
"path": "xunit/2.9.3",
|
||||
"hashPath": "xunit.2.9.3.nupkg.sha512"
|
||||
},
|
||||
"xunit.abstractions/2.0.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==",
|
||||
"path": "xunit.abstractions/2.0.3",
|
||||
"hashPath": "xunit.abstractions.2.0.3.nupkg.sha512"
|
||||
},
|
||||
"xunit.analyzers/1.18.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-OtFMHN8yqIcYP9wcVIgJrq01AfTxijjAqVDy/WeQVSyrDC1RzBWeQPztL49DN2syXRah8TYnfvk035s7L95EZQ==",
|
||||
"path": "xunit.analyzers/1.18.0",
|
||||
"hashPath": "xunit.analyzers.1.18.0.nupkg.sha512"
|
||||
},
|
||||
"xunit.assert/2.9.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-/Kq28fCE7MjOV42YLVRAJzRF0WmEqsmflm0cfpMjGtzQ2lR5mYVj1/i0Y8uDAOLczkL3/jArrwehfMD0YogMAA==",
|
||||
"path": "xunit.assert/2.9.3",
|
||||
"hashPath": "xunit.assert.2.9.3.nupkg.sha512"
|
||||
},
|
||||
"xunit.core/2.9.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-BiAEvqGvyme19wE0wTKdADH+NloYqikiU0mcnmiNyXaF9HyHmE6sr/3DC5vnBkgsWaE6yPyWszKSPSApWdRVeQ==",
|
||||
"path": "xunit.core/2.9.3",
|
||||
"hashPath": "xunit.core.2.9.3.nupkg.sha512"
|
||||
},
|
||||
"xunit.extensibility.core/2.9.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-kf3si0YTn2a8J8eZNb+zFpwfoyvIrQ7ivNk5ZYA5yuYk1bEtMe4DxJ2CF/qsRgmEnDr7MnW1mxylBaHTZ4qErA==",
|
||||
"path": "xunit.extensibility.core/2.9.3",
|
||||
"hashPath": "xunit.extensibility.core.2.9.3.nupkg.sha512"
|
||||
},
|
||||
"xunit.extensibility.execution/2.9.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-yMb6vMESlSrE3Wfj7V6cjQ3S4TXdXpRqYeNEI3zsX31uTsGMJjEw6oD5F5u1cHnMptjhEECnmZSsPxB6ChZHDQ==",
|
||||
"path": "xunit.extensibility.execution/2.9.3",
|
||||
"hashPath": "xunit.extensibility.execution.2.9.3.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
BIN
demo_hard/bin/Debug/net9.0/xunit.abstractions.dll
Normal file
BIN
demo_hard/bin/Debug/net9.0/xunit.assert.dll
Normal file
BIN
demo_hard/bin/Debug/net9.0/xunit.core.dll
Normal file
BIN
demo_hard/bin/Debug/net9.0/xunit.execution.dotnet.dll
Normal file
@ -204,3 +204,7 @@ C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.2\ref\net9.0\System.
|
||||
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.2\ref\net9.0\System.Xml.XPath.XDocument.dll
|
||||
C:\Users\prdb\.nuget\packages\tmds.dbus.protocol\0.20.0\lib\net8.0\Tmds.DBus.Protocol.dll
|
||||
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.2\ref\net9.0\WindowsBase.dll
|
||||
C:\Users\prdb\.nuget\packages\xunit.abstractions\2.0.3\lib\netstandard2.0\xunit.abstractions.dll
|
||||
C:\Users\prdb\.nuget\packages\xunit.assert\2.9.3\lib\net6.0\xunit.assert.dll
|
||||
C:\Users\prdb\.nuget\packages\xunit.extensibility.core\2.9.3\lib\netstandard1.1\xunit.core.dll
|
||||
C:\Users\prdb\.nuget\packages\xunit.extensibility.execution\2.9.3\lib\netstandard1.1\xunit.execution.dotnet.dll
|
||||
|
@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("demo_hard")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+183967186553f72e72d2adb5b3b453e4514ff042")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b4a9106c3fa398d4e4a26a55201b03555723c03e")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("demo_hard")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("demo_hard")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
c6aa1c005732676be41ca73fce6ce84b13faaa8f9372f9021024f47e7c020744
|
||||
f3c01a223cc8f8839faa57b22ce1047c21505906358e577fabcbce372779357d
|
||||
|
@ -1 +1 @@
|
||||
f7017e62eca487a352ef7bf175da2fbf1979307b29aad075edba78d96f701178
|
||||
5cf91374fa23c1ae3b30d8081e2d96aa4f10335ea06e8719edc99d964a4b8314
|
||||
|
@ -145,3 +145,7 @@ C:\Users\prdb\RiderProjects\Demochka\demo_hard\demo_hard\obj\Debug\net9.0\refint
|
||||
C:\Users\prdb\RiderProjects\Demochka\demo_hard\demo_hard\obj\Debug\net9.0\demo_hard.csproj.Up2Date
|
||||
C:\Users\prdb\RiderProjects\Demochka\demo_hard\demo_hard\obj\Debug\net9.0\demo_hard.genruntimeconfig.cache
|
||||
C:\Users\prdb\RiderProjects\Demochka\demo_hard\demo_hard\obj\Debug\net9.0\ref\demo_hard.dll
|
||||
C:\Users\prdb\RiderProjects\Demochka\demo_hard\demo_hard\bin\Debug\net9.0\xunit.abstractions.dll
|
||||
C:\Users\prdb\RiderProjects\Demochka\demo_hard\demo_hard\bin\Debug\net9.0\xunit.assert.dll
|
||||
C:\Users\prdb\RiderProjects\Demochka\demo_hard\demo_hard\bin\Debug\net9.0\xunit.core.dll
|
||||
C:\Users\prdb\RiderProjects\Demochka\demo_hard\demo_hard\bin\Debug\net9.0\xunit.execution.dotnet.dll
|
||||
|