初始化项目

This commit is contained in:
2025-11-26 11:14:33 +08:00
commit 0f71de8220
116 changed files with 743 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?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\net8.0\publish\</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
<_TargetId>Folder</_TargetId>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>net8.0</TargetFramework>
<ProjectGuid>1a8d4679-1fdf-4c9f-b31d-cfebfc89016a</ProjectGuid>
<SelfContained>false</SelfContained>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
<Project>
<PropertyGroup>
<_PublishTargetUrl>E:\Project\FaceValidator\bin\Release\net8.0\publish\</_PublishTargetUrl>
<History>True|2025-06-24T09:11:55.0299559Z||;True|2025-06-24T17:08:39.1308644+08:00||;True|2025-06-24T17:04:04.3090065+08:00||;True|2025-06-24T16:58:42.7452540+08:00||;True|2025-06-24T16:55:28.8010525+08:00||;True|2025-06-24T16:53:36.5501513+08:00||;True|2025-06-24T13:14:54.8117662+08:00||;True|2025-06-24T13:04:46.3151609+08:00||;True|2025-06-24T11:51:52.0015754+08:00||;True|2025-06-24T11:40:29.4414483+08:00||;True|2025-06-24T11:32:14.2406099+08:00||;True|2025-06-23T20:01:01.6427023+08:00||;True|2025-06-23T19:48:37.9480442+08:00||;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>

View File

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