initial commit

This commit is contained in:
2026-04-15 15:02:32 +02:00
commit 3bfc79e6d9
1380 changed files with 69684 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>C:\inetpub\Microsoft Self Service Portal API</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
<_TargetId>Folder</_TargetId>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>net7.0</TargetFramework>
<ProjectGuid>ee9e4955-5ce7-472b-b3fe-a4550dfbdc53</ProjectGuid>
<SelfContained>false</SelfContained>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile />
<_PublishTargetUrl>C:\inetpub\Microsoft Self Service Portal API</_PublishTargetUrl>
<History>True|2023-10-30T23:03:57.4691598Z;False|2023-10-30T23:03:28.4263732+00:00;False|2023-10-30T23:03:10.4244753+00:00;True|2023-10-19T18:17:22.9971247+00:00;True|2023-10-12T21:15:40.6582775+00:00;False|2023-10-12T21:15:05.3432699+00:00;False|2023-10-12T21:14:48.7474713+00:00;True|2023-10-11T12:21:56.3357705+00:00;True|2023-10-10T21:34:48.6836324+00:00;False|2023-10-10T21:34:09.6089597+00:00;True|2023-10-03T17:11:56.8903089+00:00;False|2023-10-03T17:11:43.4811712+00:00;True|2023-10-01T17:52:53.3019925+00:00;False|2023-10-01T17:36:47.3305738+00:00;False|2023-10-01T17:36:03.5468872+00:00;False|2023-10-01T17:35:54.0675100+00:00;True|2023-10-01T16:50:17.2387977+00:00;False|2023-10-01T16:50:03.4293655+00:00;True|2023-10-01T16:27:59.9734754+00:00;True|2023-08-02T13:16:46.4800835+00:00;True|2023-07-24T13:32:21.4039801+00:00;True|2023-07-24T13:18:12.5812925+00:00;True|2023-07-24T12:46:57.3702928+00:00;True|2023-07-24T12:43:33.5644585+00:00;False|2023-07-24T12:42:38.3615066+00:00;True|2023-07-24T12:32:59.9668490+00:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,41 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": true,
"anonymousAuthentication": false,
"iisExpress": {
"applicationUrl": "http://localhost:54924",
"sslPort": 44309
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5286",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7260;http://localhost:5286",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

View File

@@ -0,0 +1,13 @@
{
"dependencies": {
"secrets1": {
"type": "secrets",
"dynamicId": null
},
"mssql1": {
"type": "mssql",
"connectionId": "ConnectionStrings:Context",
"dynamicId": null
}
}
}

View File

@@ -0,0 +1,15 @@
{
"dependencies": {
"secrets1": {
"type": "secrets.user",
"dynamicId": null
},
"mssql1": {
"serviceConnectorResourceId": "",
"secretStore": "LocalSecretsFile",
"type": "mssql.onprem",
"connectionId": "ConnectionStrings:Context",
"dynamicId": null
}
}
}

View File

@@ -0,0 +1,13 @@
{
"dependencies": {
"mssql1": {
"restored": true,
"restoreTime": "2023-07-21T18:25:39.5407544Z"
},
"secrets1": {
"restored": true,
"restoreTime": "2023-07-21T09:27:23.557904Z"
}
},
"parameters": {}
}