初始化
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"dotnet-ef": {
|
||||
"version": "5.0.10",
|
||||
"commands": [
|
||||
"dotnet-ef"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,64 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<UserSecretsId>f2c056a5-cf55-471c-aabd-31d46af19fce</UserSecretsId>
|
||||
<OutputType>Exe</OutputType>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DocumentationFile>..\Admin.Core.Api\Admin.Core.Api.xml</DocumentationFile>
|
||||
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Log\**" />
|
||||
<Compile Remove="upload\**" />
|
||||
<Content Remove="Log\**" />
|
||||
<Content Remove="upload\**" />
|
||||
<EmbeddedResource Remove="Log\**" />
|
||||
<EmbeddedResource Remove="upload\**" />
|
||||
<None Remove="Log\**" />
|
||||
<None Remove="upload\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="index.html" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="index.html" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.9" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Admin.Core.Extensions\Admin.Core.Extensions.csproj" />
|
||||
<ProjectReference Include="..\Admin.Core.Plc\Admin.Core.Plc.csproj" />
|
||||
<ProjectReference Include="..\Admin.Core.Service\Admin.Core.Service.csproj" />
|
||||
<ProjectReference Include="..\Admin.Core.Tasks\Admin.Core.Tasks.csproj" />
|
||||
<ProjectReference Include="..\S71500\S71500.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="file\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Admin.Core.Api.xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="Admin.Core.Model.xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="key-2b589034-183c-46aa-9a57-6462be1caa2e.xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
|
||||
|
||||
</Project>
|
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<DeleteExistingFiles>true</DeleteExistingFiles>
|
||||
<ExcludeApp_Data>false</ExcludeApp_Data>
|
||||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<PublishProvider>FileSystem</PublishProvider>
|
||||
<PublishUrl>E:\发布文件</PublishUrl>
|
||||
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ProjectGuid>4d119349-9b79-489b-8e25-0f314b0693ba</ProjectGuid>
|
||||
<SelfContained>true</SelfContained>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
</Project>
|
@ -0,0 +1,30 @@
|
||||
{
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:55014",
|
||||
"sslPort": 0
|
||||
}
|
||||
},
|
||||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||||
"profiles": {
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"Admin.Core.Api": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
//"launchUrl": "swagger",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"dotnetRunMessages": "true",
|
||||
"applicationUrl": "http://localhost:5001;http://localhost:5000"
|
||||
}
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 79 KiB |
After Width: | Height: | Size: 72 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 75 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 160 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 178 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 553 KiB |