Add project references and fix encoding issue in tests
Added project references to establish dependencies between the API, Application, Domain, and Infrastructure projects. Updated `DigitalData.EmailProfiler.Tests.csproj` to include references to all layers for testing purposes. Fixed a BOM encoding issue in the test project file. Added xUnit usage directive to ensure proper test framework integration.
This commit is contained in:
@@ -16,4 +16,10 @@
|
||||
<Folder Include="Properties\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DigitalData.EmailProfiler.Application\DigitalData.EmailProfiler.Application.csproj" />
|
||||
<ProjectReference Include="..\DigitalData.EmailProfiler.Domain\DigitalData.EmailProfiler.Domain.csproj" />
|
||||
<ProjectReference Include="..\DigitalData.EmailProfiler.Infrastructure\DigitalData.EmailProfiler.Infrastructure.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user