-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Add] support for netstandard 2.0 in CDP4Common and CDP4JsonSerializer
[Add] support for netstandard 2.0 in CDP4Dal, CDP4ServicesDal and CDP4WspDal [Add] CDP4ServicesDal.NetCore.Tests project [Add] CDP4WspDal.NetCore.Tests
- Loading branch information
sam.gerene
committed
Jan 7, 2018
1 parent
7e73218
commit d83c3b2
Showing
76 changed files
with
7,856 additions
and
813 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,43 @@ | ||
// -------------------------------------------------------------------------------------------------------------------- | ||
// <copyright file="AssemblyInfo.cs" company="RHEA System S.A."> | ||
// Copyright (c) 2017 RHEA System S.A. | ||
// </copyright> | ||
// -------------------------------------------------------------------------------------------------------------------- | ||
|
||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: InternalsVisibleTo("BasicRdl.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Addin.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4BuiltInRules.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4CategorizedParameterSheetGenerator.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Common.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Common.NetCore.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4CommonView.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Composition.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Dal.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4IME.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4LogInfo.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Notes.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4ObjectBrowser.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4OfficeInfrastructure.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4ParameterSheetGenerator.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4PropertyGrid.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4RelationshipEditor.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4ShellDialogsTestFixture.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4SiteDirectory.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4WspDal.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4EngineeringModel.Tests")] | ||
[assembly: InternalsVisibleTo("ExtendedRDL.Tests")] | ||
[assembly: InternalsVisibleTo("ProductTree.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Requirements.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4ServicesDal.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4JsonSerializer")] | ||
[assembly: InternalsVisibleTo("CDP4OfficeInfrastructure")] | ||
// -------------------------------------------------------------------------------------------------------------------- | ||
// <copyright file="AssemblyInfo.cs" company="RHEA System S.A."> | ||
// Copyright (c) 2017-2018 RHEA System S.A. | ||
// </copyright> | ||
// -------------------------------------------------------------------------------------------------------------------- | ||
|
||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: InternalsVisibleTo("CDP4Common.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Common.NetCore.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4JsonSerializer")] | ||
[assembly: InternalsVisibleTo("CDP4JsonSerializer.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4JsonSerializer.NetCore.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Dal.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Dal.NetCore.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4JsonFileDal.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4JsonFileDal.NetCore.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4ServicesDal.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4ServicesDal.NetCore.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4WspDal.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4WspDal.NetCore.Tests")] | ||
|
||
[assembly: InternalsVisibleTo("BasicRdl.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Addin.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4BuiltInRules.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4CategorizedParameterSheetGenerator.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4CommonView.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Composition.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4IME.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4LogInfo.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Notes.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4ObjectBrowser.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4OfficeInfrastructure.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4ParameterSheetGenerator.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4PropertyGrid.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4RelationshipEditor.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4ShellDialogsTestFixture.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4SiteDirectory.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4EngineeringModel.Tests")] | ||
[assembly: InternalsVisibleTo("ProductTree.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4Requirements.Tests")] | ||
[assembly: InternalsVisibleTo("CDP4OfficeInfrastructure")] | ||
[assembly: InternalsVisibleTo("CDP4Tools.Tests")] |
Oops, something went wrong.