first commit

This commit is contained in:
2026-06-02 20:48:16 +03:30
commit 8e92c983a2
233 changed files with 15744 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<DeleteExistingFiles>true</DeleteExistingFiles>
<ExcludeApp_Data>false</ExcludeApp_Data>
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<PublishProvider>FileSystem</PublishProvider>
<PublishUrl>bin\Release\net6.0\publish\</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<ProjectGuid>7136066a-2238-481b-a4ad-bce811506901</ProjectGuid>
<SelfContained>false</SelfContained>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<_PublishTargetUrl>D:\Data\Projects\Nabak\Complex\Complex.EndPoint\bin\Release\net6.0\publish\</_PublishTargetUrl>
<History>True|2023-09-20T16:15:45.9937715Z;True|2023-09-20T19:41:47.4850600+03:30;True|2023-09-20T19:40:34.6579102+03:30;True|2023-09-19T20:36:41.5373954+03:30;True|2023-01-25T00:08:10.9557220+03:30;True|2023-01-25T00:03:57.9526929+03:30;True|2023-01-24T23:59:55.5964729+03:30;True|2023-01-24T23:04:28.5351552+03:30;True|2022-11-04T16:25:48.8675346+03:30;True|2022-11-04T16:17:20.9666003+03:30;True|2022-11-04T16:05:39.6051183+03:30;True|2022-11-04T16:02:22.5784369+03:30;True|2022-11-04T15:47:23.8585026+03:30;True|2022-11-04T15:27:03.6026167+03:30;True|2022-11-04T14:59:23.4675049+03:30;True|2022-11-02T22:13:58.1038078+03:30;True|2022-11-02T21:58:34.1429000+03:30;True|2022-11-02T21:38:03.9121470+03:30;True|2022-11-02T20:51:14.9926104+03:30;True|2022-11-02T19:22:17.5752389+03:30;True|2022-11-02T19:17:43.4103100+03:30;True|2022-11-02T19:06:22.9989064+03:30;True|2022-11-02T00:36:40.1814219+03:30;True|2022-11-02T00:30:27.0767317+03:30;True|2022-11-02T00:20:02.1242269+03:30;False|2022-11-02T00:19:10.9032560+03:30;True|2022-11-02T00:10:45.5869582+03:30;True|2022-11-02T00:07:48.3052800+03:30;True|2022-11-01T23:24:03.2457152+03:30;True|2022-11-01T23:19:47.1862600+03:30;True|2022-11-01T22:51:37.6640164+03:30;True|2022-11-01T19:15:35.4392600+03:30;True|2022-05-10T23:40:36.2913512+04:30;True|2022-05-04T14:13:50.9839640+04:30;True|2022-05-04T14:03:38.7497071+04:30;True|2022-05-04T12:55:45.8394150+04:30;True|2022-05-04T12:16:15.8928743+04:30;True|2022-04-27T23:45:53.4549273+04:30;True|2022-04-27T23:36:39.0198942+04:30;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,31 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:56787",
"sslPort": 44385
}
},
"profiles": {
"Complex.EndPoint": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7259;http://localhost:5259",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}