parent
65f7d93a78
commit
7a2ae56ca8
@ -1,22 +1,36 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DtoAbstractLayer\DtoAbstractLayer.csproj" />
|
||||
<ProjectReference Include="..\JsonReader\JsonReader.csproj" />
|
||||
<ProjectReference Include="..\LibraryDTO\LibraryDTO.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="authors\" />
|
||||
<Folder Include="books\" />
|
||||
<Folder Include="works\" />
|
||||
<Folder Include="ratings\" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--<ItemGroup>
|
||||
<None Remove="books\" />
|
||||
<None Remove="authors\" />
|
||||
<None Remove="works\" />
|
||||
<None Remove="ratings\" />
|
||||
<None Remove="authors\OL13066A.json" />
|
||||
</ItemGroup>-->
|
||||
<ItemGroup>
|
||||
<Folder Include="books\" />
|
||||
<Folder Include="authors\" />
|
||||
<Folder Include="works\" />
|
||||
<Folder Include="ratings\" />
|
||||
</ItemGroup>
|
||||
<!--<ItemGroup>
|
||||
<None Include="*\*.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
</None>
|
||||
</ItemGroup>-->
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DtoAbstractLayer\DtoAbstractLayer.csproj" />
|
||||
<ProjectReference Include="..\JsonReader\JsonReader.csproj" />
|
||||
<ProjectReference Include="..\LibraryDTO\LibraryDTO.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="*\*.json" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
@ -0,0 +1,15 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Model\Model.csproj" />
|
||||
<ProjectReference Include="..\Stub\Stub.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Loading…
Reference in new issue