|
@@ -3,12 +3,19 @@
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
-
|
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
+ <DocumentationFile>TEAMModelOS.GRPC.xml</DocumentationFile>
|
|
|
|
+ </PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Grpc.AspNetCore" Version="2.27.0" />
|
|
<PackageReference Include="Grpc.AspNetCore" Version="2.27.0" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Protos\" />
|
|
<Folder Include="Protos\" />
|
|
|
|
+ <Folder Include="Services\Core\" />
|
|
|
|
+ <Folder Include="Services\Courses\" />
|
|
|
|
+ <Folder Include="Services\Exam\" />
|
|
|
|
+ <Folder Include="Services\Learn\" />
|
|
|
|
+ <Folder Include="Services\Syllabus\" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
</Project>
|
|
</Project>
|