|
125 | 125 | <Compile Include="NetSpecific\Integration\Access\None\SimpleProperty\Fixture.cs" />
|
126 | 126 | <Compile Include="NetSpecific\Integration\Access\None\SimpleProperty\Entity.cs" />
|
127 | 127 | <Compile Include="NetSpecific\Integration\Async\AuditEventListenerAsyncTest.cs" />
|
| 128 | + <Compile Include="NetSpecific\Integration\BidirectionalList\DifferentAccessTest\BidirectionalListWithDifferentAccessTest.cs" /> |
| 129 | + <Compile Include="NetSpecific\Integration\BidirectionalList\DifferentAccessTest\Child.cs" /> |
| 130 | + <Compile Include="NetSpecific\Integration\BidirectionalList\DifferentAccessTest\Parent.cs" /> |
128 | 131 | <Compile Include="NetSpecific\Integration\Component\BaseClassComponent.cs" />
|
129 | 132 | <Compile Include="NetSpecific\Integration\Component\BaseClassOwner.cs" />
|
130 | 133 | <Compile Include="NetSpecific\Integration\Component\DerivedClassComponent.cs" />
|
|
672 | 675 | <Compile Include="Integration\Versioning\NoOptimisticLockAuditingTest.cs" />
|
673 | 676 | <Compile Include="Integration\Versioning\OptimisticLockAuditingTest.cs" />
|
674 | 677 | <Compile Include="Integration\Versioning\OptimisticLockEntity.cs" />
|
675 |
| - <Compile Include="NetSpecific\Integration\BidirectionalList\BidirectionalListWithDifferentAccessTest.cs" /> |
676 |
| - <Compile Include="NetSpecific\Integration\BidirectionalList\Child.cs" /> |
677 |
| - <Compile Include="NetSpecific\Integration\BidirectionalList\Parent.cs" /> |
678 | 678 | <Compile Include="NetSpecific\Integration\Access\Readonly\ReadonlyAccessTest.cs" />
|
679 | 679 | <Compile Include="NetSpecific\Integration\Access\Readonly\ReadonlyEntity.cs" />
|
680 | 680 | <Compile Include="NetSpecific\Integration\Component\ComponentOwner.cs" />
|
|
804 | 804 | <Compile Include="ValidityTestBase.cs" />
|
805 | 805 | </ItemGroup>
|
806 | 806 | <ItemGroup>
|
| 807 | + <EmbeddedResource Include="NetSpecific\Integration\BidirectionalList\DifferentAccessTest\Mapping.hbm.xml" /> |
807 | 808 | <EmbeddedResource Include="NetSpecific\Integration\ModifiedFlags\CollectionItemChangingParent\Mapping.hbm.xml" />
|
808 | 809 | <EmbeddedResource Include="NetSpecific\Integration\MultiLevelInheritance\Mapping.hbm.xml" />
|
809 | 810 | <EmbeddedResource Include="NetSpecific\Integration\BidirectionalSameColumn\Mapping.hbm.xml" />
|
|
841 | 842 | <SubType>Designer</SubType>
|
842 | 843 | </EmbeddedResource>
|
843 | 844 | <EmbeddedResource Include="NetSpecific\Integration\OneToOne\Mapping.hbm.xml" />
|
844 |
| - <EmbeddedResource Include="NetSpecific\Integration\BidirectionalList\Mapping.hbm.xml" /> |
845 | 845 | <EmbeddedResource Include="NetSpecific\Integration\Component\Mapping.hbm.xml" />
|
846 | 846 | <EmbeddedResource Include="NetSpecific\Integration\Access\Readonly\Mapping.hbm.xml" />
|
847 | 847 | <EmbeddedResource Include="NetSpecific\Integration\JoinAuditTable\Mapping.hbm.xml" />
|
|
1002 | 1002 | <SubType>Designer</SubType>
|
1003 | 1003 | </None>
|
1004 | 1004 | </ItemGroup>
|
1005 |
| - <ItemGroup /> |
1006 | 1005 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
1007 | 1006 | <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
1008 | 1007 | <PropertyGroup>
|
|
0 commit comments