-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththis.proj
More file actions
18 lines (18 loc) · 1.52 KB
/
this.proj
File metadata and controls
18 lines (18 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.Build.Traversal/4.1.0">
<ItemGroup>
<ProjectReference Include="app\ix-blazor\librarytemplate.blazor\librarytemplate.blazor.csproj" />
<ProjectReference Include="app\ix\axopen_data_app.csproj" />
<ProjectReference Include="src\AXOpen.Data.Blazor\axopen_data_blazor.csproj" />
<ProjectReference Include="src\AXOpen.Data\inxton_axopen_data.csproj" />
<ProjectReference Include="src\exporters\AXOpen.Data.Exporters.Excel\AXOpen.Data.Exporters.Excel.csproj" />
<ProjectReference Include="src\repositories\InMemory\AXOpen.Data.InMemory.csproj" />
<ProjectReference Include="src\repositories\Json\AXOpen.Data.Json.csproj" />
<ProjectReference Include="src\repositories\MongoDb\AXOpen.Data.MongoDb.csproj" />
<ProjectReference Include="src\repositories\RavenDb\AXOpen.Data.RavenDb\AXOpen.Data.RavenDb.csproj" />
<ProjectReference Include="tests\AXOpen.Data.Exporters.ExcelTests\AXOpen.Data.Exporters.ExcelTests_L1.csproj" />
<ProjectReference Include="tests\AXOpen.Data.Tests_L1\Tests_L1\axopen.data.tests_L1.csproj" />
<ProjectReference Include="tests\AXOpen.Repository.Integration.Tests_L1\axopen_repository_integration_tests_L1.csproj" />
<ProjectReference Include="tests\AXOpen.Repository.Integration.Tests_L3\axopen_repository_integration_tests_L3.csproj" />
<ProjectReference Include="tests\AXOpen.Repository.Integration.Tests_L4\Tests_L4\axopen.repository.integration.tests_l4.csproj" />
</ItemGroup>
</Project>