Commit e0a9ca02 authored by Талибов Сэрхан Махмад Оглы's avatar Талибов Сэрхан Махмад Оглы
Browse files

After all bin and obj were removed because they inflate commits

1 merge request!12 of 4 services are donwe
Showing with 69 additions and 39 deletions
+69 -39
.vs/
\ No newline at end of file
.vs/
bin/
obj/
\ No newline at end of file
......@@ -10,11 +10,15 @@
"projectUniqueName": "D:\\Project1718\\Microservice\\Broker\\Broker\\Broker.csproj",
"projectName": "Broker",
"projectPath": "D:\\Project1718\\Microservice\\Broker\\Broker\\Broker.csproj",
"packagesPath": "C:\\Users\\Serha\\.nuget\\packages\\",
"packagesPath": "C:\\Users\\Сэр\\.nuget\\packages\\",
"outputPath": "D:\\Project1718\\Microservice\\Broker\\Broker\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Serha\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\Сэр\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
......@@ -39,7 +43,8 @@
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"SdkAnalysisLevel": "9.0.100"
},
"frameworks": {
"net8.0": {
......@@ -66,7 +71,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json"
}
}
}
......
......@@ -5,11 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Serha\.nuget\packages\</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Сэр\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.2</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Serha\.nuget\packages\" />
<SourceRoot Include="C:\Users\Сэр\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Broker")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+272b3d7e1e9abd8e8a16683e8f351ddb6cabeaea")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6a7bb83047fd6e743fe738f7fd5245cf942382b0")]
[assembly: System.Reflection.AssemblyProductAttribute("Broker")]
[assembly: System.Reflection.AssemblyTitleAttribute("Broker")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
3fc8fca2fbc47279f495dcc96014801f59410df4bdf9bea53c5ad64db1d36e55
db301cddf86a4cc255d504a48dde00482ef7d725ed3a3e30ae8b2582ec776122
......@@ -11,3 +11,5 @@ build_property.RootNamespace = Broker
build_property.ProjectDir = D:\Project1718\Microservice\Broker\Broker\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =
No preview for this file type
No preview for this file type
......@@ -62,7 +62,8 @@
]
},
"packageFolders": {
"C:\\Users\\Serha\\.nuget\\packages\\": {}
"C:\\Users\\Сэр\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
......@@ -70,11 +71,15 @@
"projectUniqueName": "D:\\Project1718\\Microservice\\Broker\\Broker\\Broker.csproj",
"projectName": "Broker",
"projectPath": "D:\\Project1718\\Microservice\\Broker\\Broker\\Broker.csproj",
"packagesPath": "C:\\Users\\Serha\\.nuget\\packages\\",
"packagesPath": "C:\\Users\\Сэр\\.nuget\\packages\\",
"outputPath": "D:\\Project1718\\Microservice\\Broker\\Broker\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Serha\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\Сэр\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
......@@ -99,7 +104,8 @@
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"SdkAnalysisLevel": "9.0.100"
},
"frameworks": {
"net8.0": {
......@@ -126,7 +132,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json"
}
}
}
......
{
"version": 2,
"dgSpecHash": "P3KSF8a9VTg+aaGfoZBD2SjZOJjcc/+RljmEnndqlk7Fol2Y0OiYKVmcOb/oWAbd88GLl3niLh8DVxB1ZHpQkg==",
"dgSpecHash": "OE4E8W6MdVY=",
"success": true,
"projectFilePath": "D:\\Project1718\\Microservice\\Broker\\Broker\\Broker.csproj",
"expectedPackageFiles": [
"C:\\Users\\Serha\\.nuget\\packages\\system.security.cryptography.protecteddata\\9.0.2\\system.security.cryptography.protecteddata.9.0.2.nupkg.sha512"
"C:\\Users\\Сэр\\.nuget\\packages\\system.security.cryptography.protecteddata\\9.0.2\\system.security.cryptography.protecteddata.9.0.2.nupkg.sha512"
],
"logs": []
}
\ No newline at end of file
......@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Graph_verilog_generator")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d2c203d1da20da1aa35357c263f95dc4afa23a7a")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6a7bb83047fd6e743fe738f7fd5245cf942382b0")]
[assembly: System.Reflection.AssemblyProductAttribute("Graph_verilog_generator")]
[assembly: System.Reflection.AssemblyTitleAttribute("Graph_verilog_generator")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
9d61c0adbe19322d1b29e1e202e3cbeeae3abc5f5a2607646d86c0d118d22327
7fd177f6cfb43dcdde30b2f811bd42250a8bb344e7dc9b0596237fc863f02719
......@@ -11,3 +11,5 @@ build_property.RootNamespace = Graph_verilog_generator
build_property.ProjectDir = D:\Project1718\Microservice\Graph_verilog_generator\Graph_verilog_generator\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =
No preview for this file type
......@@ -10,11 +10,15 @@
"projectUniqueName": "D:\\Project1718\\Microservice\\Graph_verilog_generator\\Graph_verilog_generator\\Graph_verilog_generator.csproj",
"projectName": "Graph_verilog_generator",
"projectPath": "D:\\Project1718\\Microservice\\Graph_verilog_generator\\Graph_verilog_generator\\Graph_verilog_generator.csproj",
"packagesPath": "C:\\Users\\Serha\\.nuget\\packages\\",
"packagesPath": "C:\\Users\\Сэр\\.nuget\\packages\\",
"outputPath": "D:\\Project1718\\Microservice\\Graph_verilog_generator\\Graph_verilog_generator\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Serha\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\Сэр\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
......@@ -39,7 +43,8 @@
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"SdkAnalysisLevel": "9.0.100"
},
"frameworks": {
"net8.0": {
......@@ -74,7 +79,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json"
}
}
}
......
......@@ -5,11 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Serha\.nuget\packages\</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Сэр\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.2</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Serha\.nuget\packages\" />
<SourceRoot Include="C:\Users\Сэр\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -335,7 +335,8 @@
]
},
"packageFolders": {
"C:\\Users\\Serha\\.nuget\\packages\\": {}
"C:\\Users\\Сэр\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
......@@ -343,11 +344,15 @@
"projectUniqueName": "D:\\Project1718\\Microservice\\Graph_verilog_generator\\Graph_verilog_generator\\Graph_verilog_generator.csproj",
"projectName": "Graph_verilog_generator",
"projectPath": "D:\\Project1718\\Microservice\\Graph_verilog_generator\\Graph_verilog_generator\\Graph_verilog_generator.csproj",
"packagesPath": "C:\\Users\\Serha\\.nuget\\packages\\",
"packagesPath": "C:\\Users\\Сэр\\.nuget\\packages\\",
"outputPath": "D:\\Project1718\\Microservice\\Graph_verilog_generator\\Graph_verilog_generator\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Serha\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\Сэр\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
......@@ -372,7 +377,8 @@
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"SdkAnalysisLevel": "9.0.100"
},
"frameworks": {
"net8.0": {
......@@ -407,7 +413,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json"
}
}
}
......
{
"version": 2,
"dgSpecHash": "NI0ZAX43/unA7EEbqADmTShXYxf1g3K2oL7zg8kszZ7ju8HQcX3uLMdPNk3fIbbU2ChbAq7BL9qmDjYy7jz3QA==",
"dgSpecHash": "5pvK77bNkgE=",
"success": true,
"projectFilePath": "D:\\Project1718\\Microservice\\Graph_verilog_generator\\Graph_verilog_generator\\Graph_verilog_generator.csproj",
"expectedPackageFiles": [
"C:\\Users\\Serha\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512",
"C:\\Users\\Serha\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.2\\microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512",
"C:\\Users\\Serha\\.nuget\\packages\\npgsql\\9.0.3\\npgsql.9.0.3.nupkg.sha512",
"C:\\Users\\Serha\\.nuget\\packages\\system.codedom\\9.0.2\\system.codedom.9.0.2.nupkg.sha512",
"C:\\Users\\Serha\\.nuget\\packages\\system.management\\9.0.2\\system.management.9.0.2.nupkg.sha512",
"C:\\Users\\Serha\\.nuget\\packages\\system.security.cryptography.protecteddata\\9.0.2\\system.security.cryptography.protecteddata.9.0.2.nupkg.sha512"
"C:\\Users\\Сэр\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512",
"C:\\Users\\Сэр\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.2\\microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512",
"C:\\Users\\Сэр\\.nuget\\packages\\npgsql\\9.0.3\\npgsql.9.0.3.nupkg.sha512",
"C:\\Users\\Сэр\\.nuget\\packages\\system.codedom\\9.0.2\\system.codedom.9.0.2.nupkg.sha512",
"C:\\Users\\Сэр\\.nuget\\packages\\system.management\\9.0.2\\system.management.9.0.2.nupkg.sha512",
"C:\\Users\\Сэр\\.nuget\\packages\\system.security.cryptography.protecteddata\\9.0.2\\system.security.cryptography.protecteddata.9.0.2.nupkg.sha512"
],
"logs": []
}
\ No newline at end of file
......@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Project_manager")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+272b3d7e1e9abd8e8a16683e8f351ddb6cabeaea")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6a7bb83047fd6e743fe738f7fd5245cf942382b0")]
[assembly: System.Reflection.AssemblyProductAttribute("Project_manager")]
[assembly: System.Reflection.AssemblyTitleAttribute("Project_manager")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment