数据库定义移入独立工程
This commit is contained in:
parent
f2a8d4566f
commit
3ce676dd9a
12
FAuth.Database/FAuth.DataBase.csproj
Normal file
12
FAuth.Database/FAuth.DataBase.csproj
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.3" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
|
@ -10,6 +10,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||||
.editorconfig = .editorconfig
|
.editorconfig = .editorconfig
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FAuth.DataBase", "FAuth.Database\FAuth.DataBase.csproj", "{0EC37C3D-8BDB-4816-9E29-D758E031AB36}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
@ -20,6 +22,10 @@ Global
|
||||||
{5027B9BF-A2E0-4080-AFC2-D229015FC18E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{5027B9BF-A2E0-4080-AFC2-D229015FC18E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{5027B9BF-A2E0-4080-AFC2-D229015FC18E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{5027B9BF-A2E0-4080-AFC2-D229015FC18E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{5027B9BF-A2E0-4080-AFC2-D229015FC18E}.Release|Any CPU.Build.0 = Release|Any CPU
|
{5027B9BF-A2E0-4080-AFC2-D229015FC18E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{0EC37C3D-8BDB-4816-9E29-D758E031AB36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{0EC37C3D-8BDB-4816-9E29-D758E031AB36}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{0EC37C3D-8BDB-4816-9E29-D758E031AB36}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{0EC37C3D-8BDB-4816-9E29-D758E031AB36}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|
|
@ -21,4 +21,8 @@
|
||||||
<None Include="..\.editorconfig" Link=".editorconfig" />
|
<None Include="..\.editorconfig" Link=".editorconfig" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\FAuth.Database\FAuth.DataBase.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user