File tree 13 files changed +314
-0
lines changed
13 files changed +314
-0
lines changed Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
+
3
+ <Import Project =" ..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <OutputPath >..\..\bin\CthService</OutputPath >
7
+ <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
8
+ </PropertyGroup >
9
+
10
+ <ItemGroup >
11
+ <PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" Version =" 6.0.13" />
12
+ </ItemGroup >
13
+
14
+ <ItemGroup >
15
+ <ProjectReference Include =" ..\..\Cth.Common\Communication\FHIR\Impl\Cth.Common.Communication.FHIR.Impl.csproj" />
16
+ <ProjectReference Include =" ..\..\Cth.Common\Communication\SignalR\Cth.Common.Communication.SignalR.csproj" />
17
+ <ProjectReference Include =" ..\..\Cth.Common\Communication\WebApi\Impl\Cth.Common.Communication.WebApi.Impl.csproj" />
18
+ <ProjectReference Include =" ..\..\Cth.Common\Configuration\Impl\Cth.Common.Configuration.Impl.csproj" />
19
+ <ProjectReference Include =" ..\..\Cth.Common\Core\Impl\Cth.Common.Core.Impl.csproj" />
20
+ <ProjectReference Include =" ..\..\Cth.Common\Logging\Cth.Common.Logging.csproj" />
21
+ <ProjectReference Include =" ..\..\Cth.Components\DistributionServices\Impl\Cth.Components.DistributionServices.Impl.csproj" />
22
+ <ProjectReference Include =" ..\..\Cth.Components\DocumentExport\Impl\Cth.Components.DocumentExport.Impl.csproj" />
23
+ <ProjectReference Include =" ..\..\Cth.Components\PatientsStorage\Impl\Cth.Components.PatientsStorage.Impl.csproj" />
24
+ <ProjectReference Include =" ..\..\Cth.Components\ReportHandling\Impl\Cth.Components.ReportHandling.Impl.csproj" />
25
+ </ItemGroup >
26
+
27
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
11
+ <PrivateAssets >all</PrivateAssets >
12
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
+ </PackageReference >
14
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
15
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.1" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
17
+ </ItemGroup >
18
+
19
+ <ItemGroup >
20
+ <ProjectReference Include =" ..\..\Cth.Common\TestHelper\Cth.Common.TestHelper.csproj" />
21
+ <ProjectReference Include =" ..\CthService\Cth.App.CthService.csproj" />
22
+ </ItemGroup >
23
+
24
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <ItemGroup >
6
+ <PackageReference Include =" Hl7.Fhir.R4" Version =" 4.1.0" />
7
+ </ItemGroup >
8
+
9
+ <ItemGroup >
10
+ <ProjectReference Include =" ..\..\..\Core\Contract\Cth.Common.Core.Contract.csproj" />
11
+ </ItemGroup >
12
+
13
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <ItemGroup >
6
+ <PackageReference Include =" Hl7.Fhir.R4" Version =" 4.1.0" />
7
+ <PackageReference Include =" System.Security.Cryptography.ProtectedData" Version =" 7.0.0" />
8
+ </ItemGroup >
9
+
10
+ <ItemGroup >
11
+ <ProjectReference Include =" ..\..\..\Configuration\Contract\Cth.Common.Configuration.Contract.csproj" />
12
+ <ProjectReference Include =" ..\..\..\Core\Contract\Cth.Common.Core.Contract.csproj" />
13
+ <ProjectReference Include =" ..\..\Contract\Cth.Common.Communication.Contract.csproj" />
14
+ <ProjectReference Include =" ..\Contract\Cth.Common.Communication.FHIR.Contract.csproj" />
15
+ </ItemGroup >
16
+
17
+ <ItemGroup >
18
+ <AssemblyAttribute Include =" System.Runtime.CompilerServices.InternalsVisibleTo" >
19
+ <_Parameter1 >Cth.Common.Communication.FHIR.Test</_Parameter1 >
20
+ </AssemblyAttribute >
21
+ <AssemblyAttribute Include =" System.Runtime.CompilerServices.InternalsVisibleTo" >
22
+ <_Parameter1 >DynamicProxyGenAssembly2</_Parameter1 > <!-- To allow Moq mocking internal types -->
23
+ </AssemblyAttribute >
24
+ </ItemGroup >
25
+
26
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
11
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
12
+ <PrivateAssets >all</PrivateAssets >
13
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
+ </PackageReference >
15
+ <PackageReference Include =" Moq" Version =" 4.18.4" />
16
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
17
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.1" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup >
21
+ <ProjectReference Include =" ..\..\..\TestHelper\Cth.Common.TestHelper.csproj" />
22
+ <ProjectReference Include =" ..\Contract\Cth.Common.Communication.FHIR.Contract.csproj" />
23
+ <ProjectReference Include =" ..\Impl\Cth.Common.Communication.FHIR.Impl.csproj" />
24
+ </ItemGroup >
25
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" coverlet.collector" Version =" 3.1.2" >
11
+ <PrivateAssets >all</PrivateAssets >
12
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
+ </PackageReference >
14
+ <PackageReference Include =" Moq" Version =" 4.18.2" />
15
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
16
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1" />
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.1" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup >
21
+ <ProjectReference Include =" ..\..\TestHelper\Cth.Common.TestHelper.csproj" />
22
+ </ItemGroup >
23
+
24
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
11
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
12
+ <PrivateAssets >all</PrivateAssets >
13
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
+ </PackageReference >
15
+ <PackageReference Include =" Moq" Version =" 4.18.4" />
16
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
17
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.1" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup >
21
+ <ProjectReference Include =" ..\..\TestHelper\Cth.Common.TestHelper.csproj" />
22
+ <ProjectReference Include =" ..\Contract\Cth.Common.Configuration.Contract.csproj" />
23
+ <ProjectReference Include =" ..\Impl\Cth.Common.Configuration.Impl.csproj" />
24
+ </ItemGroup >
25
+
26
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
11
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
12
+ <PrivateAssets >all</PrivateAssets >
13
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
+ </PackageReference >
15
+ <PackageReference Include =" Moq" Version =" 4.18.4" />
16
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
17
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.1" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup >
21
+ <ProjectReference Include =" ..\..\TestHelper\Cth.Common.TestHelper.csproj" />
22
+ <ProjectReference Include =" ..\Contract\Cth.Common.Core.Contract.csproj" />
23
+ <ProjectReference Include =" ..\Impl\Cth.Common.Core.Impl.csproj" />
24
+ </ItemGroup >
25
+
26
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 6.0.13" />
11
+ <PackageReference Include =" Moq" Version =" 4.18.4" />
12
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
13
+ </ItemGroup >
14
+
15
+ <ItemGroup >
16
+ <ProjectReference Include =" ..\..\Cth.App\CthService\Cth.App.CthService.csproj" />
17
+ <ProjectReference Include =" ..\Core\Contract\Cth.Common.Core.Contract.csproj" />
18
+ </ItemGroup >
19
+
20
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
11
+ <PrivateAssets >all</PrivateAssets >
12
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
+ </PackageReference >
14
+ <PackageReference Include =" Moq" Version =" 4.18.4" />
15
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
16
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.1" />
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup >
21
+ <ProjectReference Include =" ..\..\..\Cth.Common\TestHelper\Cth.Common.TestHelper.csproj" />
22
+ <ProjectReference Include =" ..\Impl\Cth.Components.DistributionServices.Impl.csproj" />
23
+ </ItemGroup >
24
+
25
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
11
+ <PrivateAssets >all</PrivateAssets >
12
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
+ </PackageReference >
14
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
15
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.1" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
17
+ </ItemGroup >
18
+
19
+ <ItemGroup >
20
+ <ProjectReference Include =" ..\..\..\Cth.Common\TestHelper\Cth.Common.TestHelper.csproj" />
21
+ <ProjectReference Include =" ..\Contract\Cth.Components.DocumentExport.Contract.csproj" />
22
+ </ItemGroup >
23
+
24
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
11
+ <PrivateAssets >all</PrivateAssets >
12
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
+ </PackageReference >
14
+ <PackageReference Include =" Moq" Version =" 4.18.4" />
15
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
16
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.1" />
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup >
21
+ <ProjectReference Include =" ..\..\..\Cth.Common\TestHelper\Cth.Common.TestHelper.csproj" />
22
+ <ProjectReference Include =" ..\Impl\Cth.Components.PatientsStorage.Impl.csproj" />
23
+ </ItemGroup >
24
+
25
+ <ItemGroup >
26
+ <None Include =" $(ProjectDir)TestData\**" CopyToOutputDirectory =" PreserveNewest" />
27
+ </ItemGroup >
28
+
29
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\MainSolution\GlobalProjectSettings.props" />
4
+
5
+ <PropertyGroup >
6
+ <IsPackable >false</IsPackable >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
11
+ <PrivateAssets >all</PrivateAssets >
12
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
+ </PackageReference >
14
+ <PackageReference Include =" Moq" Version =" 4.18.4" />
15
+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
16
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.1" />
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup >
21
+ <ProjectReference Include =" ..\..\..\Cth.Common\TestHelper\Cth.Common.TestHelper.csproj" />
22
+ <ProjectReference Include =" ..\Impl\Cth.Components.ReportHandling.Impl.csproj" />
23
+ </ItemGroup >
24
+
25
+ </Project >
You can’t perform that action at this time.
0 commit comments