mirror of
https://github.com/D4M13N-D3V/art_platform.git
synced 2025-03-14 07:44:54 +00:00
fixe workflow
This commit is contained in:
parent
3834402dee
commit
1672764644
@ -17,14 +17,14 @@
|
|||||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\ArtPlatform.Database\ArtPlatform.Database.csproj" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="..\.dockerignore">
|
<Content Include="..\.dockerignore">
|
||||||
<Link>.dockerignore</Link>
|
<Link>.dockerignore</Link>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\ArtPlatform.Database\ArtPlatform.Database.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -7,8 +7,4 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\ArtPlatform.Database\ArtPlatform.Database.csproj" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -1,21 +1,17 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.Database", "ArtPlatform.Database\ArtPlatform.Database.csproj", "{9DCB0135-782C-4C88-9E1A-A45E754B750A}"
|
|
||||||
EndProject
|
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.Database.Migrator", "ArtPlatform.Database.Migrator\ArtPlatform.Database.Migrator.csproj", "{FD7E7FCB-2926-4FA6-BF52-84608461786D}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.Database.Migrator", "ArtPlatform.Database.Migrator\ArtPlatform.Database.Migrator.csproj", "{FD7E7FCB-2926-4FA6-BF52-84608461786D}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.API", "ArtPlatform.API\ArtPlatform.API.csproj", "{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.API", "ArtPlatform.API\ArtPlatform.API.csproj", "{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.Database", "ArtPlatform.Database\ArtPlatform.Database.csproj", "{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{9DCB0135-782C-4C88-9E1A-A45E754B750A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{9DCB0135-782C-4C88-9E1A-A45E754B750A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{9DCB0135-782C-4C88-9E1A-A45E754B750A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{9DCB0135-782C-4C88-9E1A-A45E754B750A}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{FD7E7FCB-2926-4FA6-BF52-84608461786D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{FD7E7FCB-2926-4FA6-BF52-84608461786D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{FD7E7FCB-2926-4FA6-BF52-84608461786D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{FD7E7FCB-2926-4FA6-BF52-84608461786D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{FD7E7FCB-2926-4FA6-BF52-84608461786D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{FD7E7FCB-2926-4FA6-BF52-84608461786D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
@ -24,6 +20,10 @@ Global
|
|||||||
{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}.Release|Any CPU.Build.0 = Release|Any CPU
|
{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(NestedProjects) = preSolution
|
GlobalSection(NestedProjects) = preSolution
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user