diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets
deleted file mode 100644
index 77003416..00000000
--- a/.nuget/NuGet.targets
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
- $(MSBuildProjectDirectory)\..\
-
-
- false
-
-
- false
-
-
- true
-
-
- true
-
-
-
-
-
-
-
-
-
- $([System.IO.Path]::Combine($(SolutionDir.Trim(' ')), ".nuget"))
- $([System.IO.Path]::Combine($(ProjectDir.Trim(' ')), "packages.config"))
-
-
-
-
- $(SolutionDir.Trim(' ')).nuget
- packages.config
-
-
-
-
- NuGet.exe
- @(PackageSource)
-
- "$(NuGetExePath)"
- mono --runtime=v4.0.30319 $(NuGetExePath)
-
- $(TargetDir.Trim('\\'))
-
- -NoCache
- -PreRelease
- -RequireConsent
- -NonInteractive
-
- $(PackageRestoreOutputDir)
- $(SolutionDir)
- "$(NuGetSolutionDir)"
-
-
- $(NonInteractiveSwitch) $(RequireConsentSwitch) $(NoCacheSwitch) $(PreReleaseSwitch) -solutionDir $(NuGetSolutionDir)
- $(NuGetCommand) install $(LocalPackageId) -source "$(LocalPackageSource)" $(InstallCommandOptions)
- $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(InstallCommandOptions)
- $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols
-
-
-
- RestorePackages;
- $(BuildDependsOn);
-
-
-
-
- $(BuildDependsOn);
- BuildPackage;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.nuget/packages.config b/.nuget/packages.config
deleted file mode 100644
index 4eab908e..00000000
--- a/.nuget/packages.config
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/Directory.Build.props b/Directory.Build.props
index 1eebc91c..8637cfbd 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,18 +1,20 @@
+ 17.0.31902.203
4.08876.1
- 17.0.77-g1cdf89c995
+ 17.0.439-preview
17.0.32-g9d6b2c6f26
- 17.0.0-previews-2-31405-002
+ 17.0.31723.112
$(MicrosoftVisualStudioPackageCurrent)
$(MicrosoftVisualStudioPackageCurrent)
- 17.0.0-previews-2-31415-505
- $(MicrosoftVisualStudioPackageCurrent)
- $(MicrosoftVisualStudioPackageCurrent)
- $(MicrosoftVisualStudioPackageCurrent)
+ $(MicrosoftVisualStudioPackageNext)
+ $(MicrosoftVisualStudioPackageNext)
+ $(MicrosoftVisualStudioPackageNext)
+ $(MicrosoftVisualStudioPackageNext)
17.0.1-alpha
- 17.0.17-alpha
- $(MicrosoftVisualStudioPackageCurrent)
+ 17.0.63
+ $(MicrosoftVisualStudioPackageNext)
+ 17.0.5234
$(MicrosoftVisualStudioPackageCurrent)
4.0.10827
6.7.2-beta-ef6
@@ -20,4 +22,20 @@
$(MicrosoftVisualStudioPackageCurrent)
1.9.2
+
+
+
+ false
+
+
+ false
+
+ true
+
+
+
+ true
+ true
+
+
diff --git a/Directory.Build.targets b/Directory.Build.targets
new file mode 100644
index 00000000..e5f82acd
--- /dev/null
+++ b/Directory.Build.targets
@@ -0,0 +1,5 @@
+
+
+ $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
+
+
diff --git a/.nuget/NuGet.config b/NuGet.config
similarity index 82%
rename from .nuget/NuGet.config
rename to NuGet.config
index 620b6504..4261736c 100644
--- a/.nuget/NuGet.config
+++ b/NuGet.config
@@ -5,7 +5,7 @@
-
+
diff --git a/src/EFTools/DesignXmlCore/DesignXmlCore.csproj b/src/EFTools/DesignXmlCore/DesignXmlCore.csproj
index ac6c01fe..57fc73bf 100644
--- a/src/EFTools/DesignXmlCore/DesignXmlCore.csproj
+++ b/src/EFTools/DesignXmlCore/DesignXmlCore.csproj
@@ -1,54 +1,24 @@
-
+
+
+
- PackageReference
- Debug
- AnyCPU
- {6C80DBCA-16C8-48C9-9019-AB6FDED788DE}
- Library
- Properties
Microsoft.VisualStudio.Data.Tools.Design.XmlCore
- $(OutputPath)$(AssemblyName).xml
Microsoft.VisualStudio.Data.Tools.Design.XmlCore
- $(ToolingDotNetFrameworkVersion)
+ $(ToolingDotNetFrameworkSdkVersion)
false
- 512
-
-
- AnyCPU
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
- 1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- AnyCPU
- pdbonly
- true
- TRACE
- prompt
- 4
- 1573;1572;1570;1711;1712;1587;1584;1571;1589
+
+ $(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
$(NoWarn);VSTHRD010;VSTHRD001;VSSDK006
+
None
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
-
-
- true
-
+
@@ -63,7 +33,9 @@
+
+
@@ -72,22 +44,37 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
ResXFileCodeGenerator
Resources.Designer.cs
Designer
+
+ Microsoft.Data.Tools.VSXmlDesignerBase.VirtualTreeGrid.VirtualTreeControl.resources
+
+
+ Microsoft.Data.Tools.VSXmlDesignerBase.VirtualTreeGrid.arrow.ico
+
+
+ Microsoft.Data.Tools.VSXmlDesignerBase.VirtualTreeGrid.dotdotdot.ico
+
ProgressDialog.cs
Designer
+
Properties\SharedAssemblyInfo.cs
@@ -253,22 +240,5 @@
-
-
- Microsoft.Data.Tools.VSXmlDesignerBase.VirtualTreeGrid.VirtualTreeControl.resources
-
-
- Microsoft.Data.Tools.VSXmlDesignerBase.VirtualTreeGrid.arrow.ico
-
-
- Microsoft.Data.Tools.VSXmlDesignerBase.VirtualTreeGrid.dotdotdot.ico
-
-
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
-
-
+
\ No newline at end of file
diff --git a/src/EFTools/EntityDesign/EntityDesign.csproj b/src/EFTools/EntityDesign/EntityDesign.csproj
index d452812e..b7bc5680 100644
--- a/src/EFTools/EntityDesign/EntityDesign.csproj
+++ b/src/EFTools/EntityDesign/EntityDesign.csproj
@@ -1,83 +1,25 @@
-
+
+
+
- PackageReference
- Debug
- AnyCPU
- {F904B4BE-C7CF-4E4F-85B7-B006A2D1C561}
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
Microsoft.Data.Entity.Design
- $(OutputPath)$(AssemblyName).xml
Microsoft.Data.Entity.Design
false
- $(ToolingDotNetFrameworkVersion)
- false
- 512
- $(NoWarn);VSTHRD010;VSSDK006;VSTHRD001
-
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
+
+
$(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
+ $(NoWarn);VSTHRD010;VSSDK006;VSTHRD001
-
- pdbonly
- true
- TRACE
- prompt
- 4
- $(NoWarn);1573;1572;1570;1711;1712;1587;1584;1571;1589
-
+
None
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
-
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -105,6 +47,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
VisualStudio\HandlerBase.cs
@@ -325,77 +312,10 @@
-
- TextTemplatingFilePreprocessor
- DefaultCSharpContextGenerator.cs
- Microsoft.Data.Entity.Design.CodeGeneration
-
-
- TextTemplatingFilePreprocessor
- DefaultCSharpEntityTypeGenerator.cs
- Microsoft.Data.Entity.Design.CodeGeneration
-
-
- TextTemplatingFilePreprocessor
- DefaultVBContextGenerator.cs
- Microsoft.Data.Entity.Design.CodeGeneration
-
-
- TextTemplatingFilePreprocessor
- DefaultVBEntityTypeGenerator.cs
- Microsoft.Data.Entity.Design.CodeGeneration
-
-
- TextTemplatingFileGenerator
- DbContext.txt
-
-
-
-
-
-
-
-
-
-
- TextTemplatingFileGenerator
- CodeFirst.txt
-
-
-
- PreserveNewest
-
-
- MSBuild:Compile
- Designer
-
-
- MSBuild:Compile
- Designer
-
-
- MSBuild:Compile
-
AssemblyResources.xaml
Code
-
-
-
- MSBuild:Compile
- Designer
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
-
@@ -722,10 +642,92 @@
Strings.resx
Always
+
+
+ Form
+
+
+ DebugViewerDialog.cs
+
+
-
+
+ TextTemplatingFilePreprocessor
+ DefaultCSharpContextGenerator.cs
+ Microsoft.Data.Entity.Design.CodeGeneration
+
+
+ TextTemplatingFilePreprocessor
+ DefaultCSharpEntityTypeGenerator.cs
+ Microsoft.Data.Entity.Design.CodeGeneration
+
+
+ TextTemplatingFilePreprocessor
+ DefaultVBContextGenerator.cs
+ Microsoft.Data.Entity.Design.CodeGeneration
+
+
+ TextTemplatingFilePreprocessor
+ DefaultVBEntityTypeGenerator.cs
+ Microsoft.Data.Entity.Design.CodeGeneration
+
+
+ TextTemplatingFileGenerator
+ DbContext.txt
+
+
+
+
+
+
+
+
+
+
+ TextTemplatingFileGenerator
+ CodeFirst.txt
+
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+
+
+
+
+ MSBuild:Compile
+ Designer
+
+
+ MSBuild:Compile
+ Designer
+
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+ Designer
+
+
+ Designer
+ MSBuild:Compile
+
+
+ Designer
+ MSBuild:Compile
+
+
+
@@ -734,6 +736,9 @@
+
+
+
True
True
@@ -764,20 +769,12 @@
+
DeleteStorageEntitySetsDialog.cs
Designer
-
- PreserveNewest
-
-
- PreserveNewest
-
-
-
-
PublicResXFileCodeGenerator
Designer
@@ -869,8 +866,14 @@
Strings.Designer.cs
Always
+
+ DebugViewerDialog.cs
+ Designer
+
+
+
@@ -898,8 +901,6 @@
-
-
@@ -911,6 +912,7 @@
+
@@ -927,72 +929,26 @@
-
-
-
- Form
-
-
- DebugViewerDialog.cs
-
-
-
-
- DebugViewerDialog.cs
- Designer
-
-
+
-
-
- {6f4bb80b-5f74-44d3-a77f-0025dfa48c1a}
- EntityFramework.SqlServer
-
-
- {e06d1c12-efe8-4413-a15c-ae01fc158f2f}
- EntityFramework
-
-
- {6c80dbca-16c8-48c9-9019-ab6fded788de}
- DesignXmlCore
-
-
- {0518e682-510d-48f8-bb14-7151c50a1850}
- EntityDesignerVersioningFacade
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
-
- {15000b5c-c005-473a-ba65-eaf37e660b2c}
- EntityDesignDatabaseGeneration
-
-
- {092010ff-c0c3-4564-b8f0-7758e630de00}
- EntityDesignExtensibility
-
-
- {b44e942f-0ad1-4fb4-9146-dd1f8e17d4d8}
- EntityDesignModel
-
-
+
+
-
-
+
$(BuildDependsOn);
CreateTemplatesAndPackages;
+
$(TargetDir)EntityDesigner\Templates
@@ -1015,6 +971,7 @@
+
@@ -1024,6 +981,7 @@
+
@@ -1035,6 +993,7 @@
+
@@ -1056,4 +1015,5 @@
+
\ No newline at end of file
diff --git a/src/EFTools/EntityDesignBootstrapPackage/EntityDesignBootstrapPackage.csproj b/src/EFTools/EntityDesignBootstrapPackage/EntityDesignBootstrapPackage.csproj
index 758a1ee7..75798330 100644
--- a/src/EFTools/EntityDesignBootstrapPackage/EntityDesignBootstrapPackage.csproj
+++ b/src/EFTools/EntityDesignBootstrapPackage/EntityDesignBootstrapPackage.csproj
@@ -1,60 +1,37 @@
-
+
+
+
true
+
- PackageReference
- Debug
- AnyCPU
- Library
- Properties
Microsoft.Data.Entity.Design.BootstrapPackage
- $(OutputPath)$(AssemblyName).xml
Microsoft.Data.Entity.Design.BootstrapPackage
- $(ToolingDotNetFrameworkVersion)
- 512
+ $(ToolingDotNetFrameworkSdkVersion)
false
false
- true
- {FC48CB33-A0D9-49ED-841D-CC88FD3D761D}
-
-
- AnyCPU
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
- 1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- AnyCPU
- pdbonly
- true
- TRACE
- prompt
- 4
- 1573;1572;1570;1711;1712;1587;1584;1571;1589
+
+ $(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
+ $(NoWarn);VSSDK006
+
- $(NoWarn);VSSDK006
$(DefineConstants);IS_BOOTSTRAP_PACKAGE
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
-
-
- true
-
+
+
+
+
+
+
+
+
@@ -63,12 +40,16 @@
+
-
-
-
-
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+ Designer
+
+
Properties\SharedAssemblyInfo.cs
@@ -81,16 +62,12 @@
True
Resources.resx
-
+
-
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
-
+
-
+
diff --git a/src/EFTools/EntityDesignDataSourceWizardExtension/EntityDesignDataSourceWizardExtension.csproj b/src/EFTools/EntityDesignDataSourceWizardExtension/EntityDesignDataSourceWizardExtension.csproj
index 75cfc75b..629a7b81 100644
--- a/src/EFTools/EntityDesignDataSourceWizardExtension/EntityDesignDataSourceWizardExtension.csproj
+++ b/src/EFTools/EntityDesignDataSourceWizardExtension/EntityDesignDataSourceWizardExtension.csproj
@@ -1,44 +1,34 @@
-
-
+
+
+
+
- PackageReference
- Debug
- AnyCPU
- {D3E74B27-C87A-4E1C-B885-16760AD7119C}
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
Microsoft.Data.Entity.Design.DataSourceWizardExtension
- $(OutputPath)$(AssemblyName).xml
Microsoft.Data.Entity.Design.DataSourceWizardExtension
- $(ToolingDotNetFrameworkVersion)
- 512
-
-
- true
- full
- false
- prompt
- 4
- 1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- pdbonly
- true
- TRACE
- prompt
- 4
- 1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- true
+
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
+ $(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
+
- true
+
+ $(DevEnvDir)
+ $(VS170COMNTOOLS)..\IDE\
+
+
+
+ $(IdeDirectory)Microsoft.VisualStudio.WizardFramework.dll
+
+
+
+
+
+
+
@@ -46,12 +36,16 @@
+
+
-
-
-
-
+
+
+
+
+
+
Properties\SharedAssemblyInfo.cs
@@ -75,6 +69,7 @@
Resources.resx
+
ResXFileCodeGenerator
@@ -82,26 +77,9 @@
Designer
+
-
-
- {6c80dbca-16c8-48c9-9019-ab6fded788de}
- DesignXmlCore
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
-
- {b44e942f-0ad1-4fb4-9146-dd1f8e17d4d8}
- EntityDesignModel
-
-
- {f904b4be-c7cf-4e4f-85b7-b006a2d1c561}
- EntityDesign
-
-
-
+
\ No newline at end of file
diff --git a/src/EFTools/EntityDesignDatabaseGeneration/EntityDesignDatabaseGeneration.csproj b/src/EFTools/EntityDesignDatabaseGeneration/EntityDesignDatabaseGeneration.csproj
index b2c0d1be..dfa59337 100644
--- a/src/EFTools/EntityDesignDatabaseGeneration/EntityDesignDatabaseGeneration.csproj
+++ b/src/EFTools/EntityDesignDatabaseGeneration/EntityDesignDatabaseGeneration.csproj
@@ -1,48 +1,19 @@
-
+
+
+
- Debug
- AnyCPU
- {15000B5C-C005-473A-BA65-EAF37E660B2C}
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
Microsoft.Data.Entity.Design.DatabaseGeneration
- $(OutputPath)$(AssemblyName).xml
Microsoft.Data.Entity.Design.DatabaseGeneration
false
- $(ToolingDotNetFrameworkVersion)
- false
- 512
-
-
- AnyCPU
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
- 1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- AnyCPU
- pdbonly
- true
- TRACE
- prompt
- 4
- 1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
+
- true
+ $(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
+
@@ -53,20 +24,21 @@
+
-
- {e06d1c12-efe8-4413-a15c-ae01fc158f2f}
- EntityFramework
-
-
- {0518e682-510d-48f8-bb14-7151c50a1850}
- EntityDesignerVersioningFacade
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
+
+
+
+
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+ Designer
+
+
+
Properties\SharedAssemblyInfo.cs
@@ -91,14 +63,5 @@
Resources.resx
-
-
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/EFTools/EntityDesignEntityDesigner/EntityDesigner.csproj b/src/EFTools/EntityDesignEntityDesigner/EntityDesigner.csproj
index 36812bea..d90e7a44 100644
--- a/src/EFTools/EntityDesignEntityDesigner/EntityDesigner.csproj
+++ b/src/EFTools/EntityDesignEntityDesigner/EntityDesigner.csproj
@@ -1,56 +1,39 @@
-
+
+
+
- PackageReference
- Debug
- AnyCPU
- {488B84C2-9358-4B90-BC2D-ED688939E6BB}
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
Microsoft.Data.Entity.Design.EntityDesigner
- $(OutputPath)$(AssemblyName).xml
Microsoft.Data.Entity.Design.EntityDesigner
false
- $(ToolingDotNetFrameworkVersion)
- false
- 512
- $(NoWarn);VSTHRD010;VSSDK006;VSTHRD001
-
- AnyCPU
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
+
+
$(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
+ $(NoWarn);VSTHRD010;VSSDK006;VSTHRD001
-
- AnyCPU
- pdbonly
- true
- TRACE
- prompt
- 4
- $(NoWarn);1573;1572;1570;1711;1712;1587;1584;1571;1589
-
+
None
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
-
-
- true
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -58,25 +41,23 @@
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Properties\SharedAssemblyInfo.cs
@@ -253,11 +234,22 @@
Resources.resx
+
+
+ True
+ True
+ EntityFrameworkSchema.tt
+
+ PreserveNewest
+
+
+
+
DslDefinition.dsl
@@ -308,14 +300,6 @@
TextTemplatingFileGenerator
DomainModel.cs
-
- True
- True
- EntityFrameworkSchema.tt
-
-
- PreserveNewest
-
TextTemplatingFileGenerator
SerializationHelper.cs
@@ -333,6 +317,7 @@
ToolboxHelper.cs
+
True
@@ -341,6 +326,7 @@
Designer
+
@@ -352,6 +338,9 @@
+
+
+
CustomZoomDialog.cs
Designer
@@ -364,23 +353,5 @@
-
-
- {6c80dbca-16c8-48c9-9019-ab6fded788de}
- DesignXmlCore
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
-
- {b44e942f-0ad1-4fb4-9146-dd1f8e17d4d8}
- EntityDesignModel
-
-
- {f904b4be-c7cf-4e4f-85b7-b006a2d1c561}
- EntityDesign
-
-
-
+
\ No newline at end of file
diff --git a/src/EFTools/EntityDesignExtensibility/EntityDesignExtensibility.csproj b/src/EFTools/EntityDesignExtensibility/EntityDesignExtensibility.csproj
index dedd6eca..ce905dce 100644
--- a/src/EFTools/EntityDesignExtensibility/EntityDesignExtensibility.csproj
+++ b/src/EFTools/EntityDesignExtensibility/EntityDesignExtensibility.csproj
@@ -1,58 +1,40 @@
-
+
+
+
- PackageReference
- Debug
- AnyCPU
- {092010FF-C0C3-4564-B8F0-7758E630DE00}
- Library
- Properties
Microsoft.Data.Entity.Design.Extensibility
- $(OutputPath)$(AssemblyName).xml
Microsoft.Data.Entity.Design.Extensibility
false
- $(ToolingDotNetFrameworkVersion)
+ $(ToolingDotNetFrameworkSdkVersion)
false
- 512
-
-
- AnyCPU
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
- 1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- AnyCPU
- pdbonly
- true
- TRACE
- prompt
- 4
- 1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
+
- true
+ $(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
+
+
+
+
+
+
+
+
+ ResXFileCodeGenerator
+ Resources1.Designer.cs
+ Designer
+
+
+
@@ -82,14 +64,7 @@
-
-
- ResXFileCodeGenerator
- Resources1.Designer.cs
- Designer
-
-
-
+
diff --git a/src/EFTools/EntityDesignModel/EntityDesignModel.csproj b/src/EFTools/EntityDesignModel/EntityDesignModel.csproj
index e4c23f81..8c294dd0 100644
--- a/src/EFTools/EntityDesignModel/EntityDesignModel.csproj
+++ b/src/EFTools/EntityDesignModel/EntityDesignModel.csproj
@@ -1,50 +1,22 @@
-
+
+
+
- Debug
- AnyCPU
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
Microsoft.Data.Entity.Design.Model
Microsoft.Data.Entity.Design.Model
- $(OutputPath)$(AssemblyName).xml
- $(ToolingDotNetFrameworkVersion)
- 512
false
false
true
- {B44E942F-0AD1-4FB4-9146-DD1F8E17D4D8}
-
-
- AnyCPU
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
- 1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- AnyCPU
- pdbonly
- true
- TRACE
- prompt
- 4
- 1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- true
+
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
-
-
- true
+ $(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
+
@@ -55,6 +27,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+ Designer
+
+
+
Validation\RuntimeErrorCodes\MappingErrorCode.cs
@@ -417,6 +407,7 @@
+
TextTemplatingFileGenerator
@@ -424,34 +415,11 @@
-
-
-
-
-
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
-
-
-
-
- {e06d1c12-efe8-4413-a15c-ae01fc158f2f}
- EntityFramework
-
-
- {0518e682-510d-48f8-bb14-7151c50a1850}
- EntityDesignerVersioningFacade
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
-
-
+
+
\ No newline at end of file
diff --git a/src/EFTools/EntityDesignPackage/EntityDesignPackage.csproj b/src/EFTools/EntityDesignPackage/EntityDesignPackage.csproj
index 3d25d845..b8bce9c5 100644
--- a/src/EFTools/EntityDesignPackage/EntityDesignPackage.csproj
+++ b/src/EFTools/EntityDesignPackage/EntityDesignPackage.csproj
@@ -1,78 +1,29 @@
-
+
+
+
+
- PackageReference
- Debug
- AnyCPU
- {C7198BDF-EB70-44D3-BA61-45CC552248E4}
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
Microsoft.Data.Entity.Design.Package
- $(OutputPath)$(AssemblyName).xml
Microsoft.Data.Entity.Design.Package
- $(ToolingDotNetFrameworkVersion)
false
- 512
Resources\File.ico
false
false
- $(NoWarn);VSTHRD010;VSSDK006;VSTHRD001
-
- AnyCPU
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
+
+
+ $(NoWarn);VSTHRD010;VSSDK006;VSTHRD001
$(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
- AnyCPU
- pdbonly
- true
- TRACE
- prompt
- 4
- $(NoWarn);1573;1572;1570;1711;1712;1587;1584;1571;1589
-
+
None
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
-
-
- true
-
-
- $(VsSDKInstall)\VisualStudioIntegration\Common\inc
- $(VsSDKInstall)\VisualStudioIntegration\Tools\bin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -93,6 +44,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Properties\SharedAssemblyInfo.cs
@@ -112,28 +93,46 @@
True
CommandSet.tt
+
+
+
TextTemplatingFileGenerator
Constants.cs
+
+
+
True
True
Constants.tt
+
+
+
TextTemplatingFileGenerator
DocData.cs
+
+
+
True
True
DocData.tt
+
+
+
TextTemplatingFileGenerator
DocView.cs
+
+
+
True
True
@@ -154,16 +153,25 @@
True
ModelExplorerToolWindow.tt
+
+
+
TextTemplatingFileGenerator
ModelExplorer.cs
+
+
+
True
True
Package.tt
+
+
+
TextTemplatingFileGenerator
EditorFactory.cs
@@ -176,16 +184,28 @@
TextTemplatingFileGenerator
Package.cs
+
+
+
True
True
Resources.resx
+
+
+
+
+
+
EntityDesigner.ctmenu
Designer
+
+
+
TextTemplatingFileGenerator
CommandSet.cs
@@ -196,6 +216,9 @@
+
+
+
true
Microsoft.Data.Entity.Design.Package.VSPackage
@@ -206,64 +229,66 @@
ResXFileCodeGenerator
Resources.Designer.cs
+
+
+
Designer
+
+
+
+
+
+
True
True
GeneratedVSCT.tt
+
+
+
+
+
+
+
+
+
-
+
-
- {6c80dbca-16c8-48c9-9019-ab6fded788de}
- DesignXmlCore
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
-
- {488b84c2-9358-4b90-bc2d-ed688939e6bb}
- EntityDesigner
-
-
- {092010ff-c0c3-4564-b8f0-7758e630de00}
- EntityDesignExtensibility
-
-
- {b44e942f-0ad1-4fb4-9146-dd1f8e17d4d8}
- EntityDesignModel
-
-
- {f904b4be-c7cf-4e4f-85b7-b006a2d1c561}
- EntityDesign
-
+
-
-
+
Commands_preVS15.vsct
+
Commands_VS15.vsct
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/EFTools/EntityDesignerVersioningFacade/EntityDesignerVersioningFacade.csproj b/src/EFTools/EntityDesignerVersioningFacade/EntityDesignerVersioningFacade.csproj
index e59e652a..11f1a214 100644
--- a/src/EFTools/EntityDesignerVersioningFacade/EntityDesignerVersioningFacade.csproj
+++ b/src/EFTools/EntityDesignerVersioningFacade/EntityDesignerVersioningFacade.csproj
@@ -1,45 +1,18 @@
-
+
+
-
+
- Debug
- AnyCPU
- {0518E682-510D-48F8-BB14-7151C50A1850}
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
Microsoft.Data.Entity.Design.VersioningFacade
Microsoft.Data.Entity.Design.VersioningFacade
- $(OutputPath)$(AssemblyName).xml
- $(ToolingDotNetFrameworkVersion)
- 512
-
-
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
- 1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- pdbonly
- true
- TRACE
- prompt
- 4
- 1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
+
- true
+ $(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
+
@@ -50,6 +23,19 @@
+
+
+
+
+
+
+
+ ResXFileCodeGenerator
+ Resources.VersioningFacade.Designer.cs
+ Designer
+
+
+
Properties\SharedAssemblyInfo.cs
@@ -118,26 +104,5 @@
-
-
- {e06d1c12-efe8-4413-a15c-ae01fc158f2f}
- EntityFramework
-
-
-
-
- ResXFileCodeGenerator
- Resources.VersioningFacade.Designer.cs
- Designer
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/EFTools/XmlCore/XmlCore.csproj b/src/EFTools/XmlCore/XmlCore.csproj
index 9b09b3e7..fda5fa23 100644
--- a/src/EFTools/XmlCore/XmlCore.csproj
+++ b/src/EFTools/XmlCore/XmlCore.csproj
@@ -1,51 +1,22 @@
-
+
+
+
- PackageReference
- Debug
- AnyCPU
- {79B40A85-CDCC-4AC3-A583-77CA43CB5136}
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
Microsoft.Data.Tools.XmlDesignerBase
Microsoft.Data.Tools.Design.XmlCore
- $(OutputPath)$(RootNamespace).xml
- $(ToolingDotNetFrameworkVersion)
- 512
false
true
-
- AnyCPU
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
- 1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
-
-
- AnyCPU
- pdbonly
- true
- TRACE
- prompt
- 4
- 1573;1572;1570;1711;1712;1587;1584;1571;1589
-
+
+ $(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589
$(NoWarn);VSTHRD001;VSSDK006
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
-
-
- true
+
@@ -59,18 +30,32 @@
+
+
+
+
+ ResXFileCodeGenerator
+ Designer
+ CommonResource.Designer.cs
+
+
+ ResXFileCodeGenerator
+ ControlsResources.Designer.cs
+ Designer
+
ResXFileCodeGenerator
Resources.Designer.cs
Designer
+
Properties\SharedAssemblyInfo.cs
@@ -267,18 +252,7 @@
-
-
- ResXFileCodeGenerator
- Designer
- CommonResource.Designer.cs
-
-
- ResXFileCodeGenerator
- ControlsResources.Designer.cs
- Designer
-
-
+
MSBuild:Compile
@@ -289,5 +263,5 @@
Designer
-
+
\ No newline at end of file
diff --git a/src/EntityFramework.SqlServer/EntityFramework.SqlServer.csproj b/src/EntityFramework.SqlServer/EntityFramework.SqlServer.csproj
index 62c76645..ef137ee8 100644
--- a/src/EntityFramework.SqlServer/EntityFramework.SqlServer.csproj
+++ b/src/EntityFramework.SqlServer/EntityFramework.SqlServer.csproj
@@ -1,64 +1,22 @@
-
-
+
+
+
+
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {6F4BB80B-5F74-44D3-A77F-0025DFA48C1A}
- Library
- Properties
+ net45;net40
System.Data.Entity.SqlServer
- EntityFramework.SqlServer
- $(OutputPath)$(AssemblyName).xml
- 512
- true
- ..\EcmaPublicKey.snk
- true
-
-
- v4.5
- true
- full
- false
- TRACE;DEBUG;SQLSERVER
- prompt
- 4
- true
- 1591;1573;1572;1570
-
-
- v4.5
- pdbonly
- true
- TRACE;CODE_ANALYSIS;SQLSERVER
- prompt
- 4
- true
- 1573;1572;1570
+ $(DefineConstants);SQLSERVER
-
- v4.0
- true
- full
- false
- TRACE;DEBUG;NET40;SQLSERVER
- prompt
- 4
- true
- 1591;1573;1572;1570
+
+
+ ..\EcmaPublicKey.snk
-
- v4.0
- pdbonly
- true
- TRACE;CODE_ANALYSIS;NET40;SQLSERVER
- prompt
- 4
- true
- 1573;1572;1570
+
+
+ $(NoWarn);1591;1573;1572;1570
+
@@ -66,6 +24,11 @@
+
+
+
+
+
Utilities\TaskExtensions.cs
@@ -161,9 +124,11 @@
+
+
Properties\EcmaPublicKey.snk
@@ -173,6 +138,9 @@
Resources.SqlServer.cs
System.Data.Entity.SqlServer
+
+
+
Designer
@@ -198,21 +166,9 @@
System.Data.Resources.SqlClient.SqlProviderServices.ProviderManifest.xml
+
-
-
- {e06d1c12-efe8-4413-a15c-ae01fc158f2f}
- EntityFramework
-
-
-
-
+
\ No newline at end of file
diff --git a/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.csproj b/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.csproj
index 525a1eba..d4ad6982 100644
--- a/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.csproj
+++ b/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.csproj
@@ -1,70 +1,23 @@
-
-
+
+
+
+
- PackageReference
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {1EF9C524-7122-4677-B111-DD14BB2A9EA2}
- Library
- Properties
+ net45;net40
System.Data.Entity.SqlServerCompact
- EntityFramework.SqlServerCompact
- $(OutputPath)$(AssemblyName).xml
- 512
- true
- ..\EcmaPublicKey.snk
- true
- ..\..
- true
-
-
- v4.5
- true
- full
- false
- TRACE;DEBUG;SQLSERVERCOMPACT
- prompt
- 4
- true
- 1591;1573;1572;1570
-
-
- v4.5
- pdbonly
- true
- TRACE;CODE_ANALYSIS;SQLSERVERCOMPACT
- prompt
- 4
- true
- 1573;1572;1570
+ $(DefineConstants);SQLSERVERCOMPACT
-
- v4.0
- true
- full
- false
- TRACE;DEBUG;NET40;SQLSERVERCOMPACT
- prompt
- 4
- true
- 1591;1573;1572;1570
+
+
+ ..\EcmaPublicKey.snk
-
- v4.0
- pdbonly
- true
- TRACE;CODE_ANALYSIS;NET40;SQLSERVERCOMPACT
- prompt
- 4
- true
- 1573;1572;1570
+
+
+ $(NoWarn);1591;1573;1572;1570
-
-
+
@@ -72,6 +25,15 @@
+
+
+
+
+
+
+
+
+
Properties\SharedAssemblyInfo.cs
@@ -139,22 +101,27 @@
+
+
Properties\EcmaPublicKey.snk
-
- Designer
-
TextTemplatingFileGenerator
Resources.SqlServerCompact.cs
System.Data.Entity.SqlServerCompact
+
+
+
+
+ Designer
+
Microsoft.SqlServerCe.Client.Resources.Entity.SqlCeProviderServices.StoreSchemaDefinition.ssdl
@@ -168,27 +135,9 @@
System.Data.Resources.SqlServerCe.Entity.SqlCeProviderServices.StoreSchemaMapping.msl
+
-
-
- {e06d1c12-efe8-4413-a15c-ae01fc158f2f}
- EntityFramework
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/EntityFramework/EntityFramework.csproj b/src/EntityFramework/EntityFramework.csproj
index 4a8125b7..4b68dd08 100644
--- a/src/EntityFramework/EntityFramework.csproj
+++ b/src/EntityFramework/EntityFramework.csproj
@@ -1,64 +1,21 @@
-
-
+
+
+
+
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {E06D1C12-EFE8-4413-A15C-AE01FC158F2F}
- Library
- Properties
+ net45;net40
System.Data.Entity
- EntityFramework
- $(OutputPath)$(AssemblyName).xml
- 512
- true
- ..\EcmaPublicKey.snk
- true
-
-
- v4.5
- true
- full
- false
- TRACE;DEBUG
- prompt
- 4
- true
- 1591;1573;1572;1570
-
- v4.5
- pdbonly
- true
- TRACE;CODE_ANALYSIS
- prompt
- 4
- true
- 1573;1572;1570
-
-
- v4.0
- true
- full
- false
- TRACE;DEBUG;NET40
- prompt
- 4
- true
- 1591;1573;1572;1570
+
+
+ ..\EcmaPublicKey.snk
-
- v4.0
- pdbonly
- true
- TRACE;CODE_ANALYSIS;NET40
- prompt
- 4
- true
- 1573;1572;1570
+
+
+ $(NoWarn);1591;1573;1572;1570
+
@@ -72,6 +29,7 @@
+
Properties\SharedAssemblyInfo.cs
@@ -1838,9 +1796,11 @@
+
+
Properties\EcmaPublicKey.snk
@@ -1864,6 +1824,9 @@
Resources.cs
System.Data.Entity
+
+
+
Designer
@@ -1923,16 +1886,9 @@
System.Data.Resources.ProviderServices.ProviderManifest.xsd
+
-
-
-
+
\ No newline at end of file
diff --git a/test/EFTools/FunctionalTests/FunctionalTests.csproj b/test/EFTools/FunctionalTests/FunctionalTests.csproj
index fd1a9177..0223ccde 100644
--- a/test/EFTools/FunctionalTests/FunctionalTests.csproj
+++ b/test/EFTools/FunctionalTests/FunctionalTests.csproj
@@ -1,62 +1,19 @@
-
+
+
-
+
- PackageReference
- Debug
- AnyCPU
- {D43B0B37-B24F-4B4F-A314-75C48131CE04}
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
EFDesigner.FunctionalTests
EFDesigner.FunctionalTests
- $(ToolingDotNetFrameworkVersion)
- 512
- true
- ..\..\..
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
+
None
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
-
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -65,6 +22,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -73,48 +53,15 @@
-
-
- {6c80dbca-16c8-48c9-9019-ab6fded788de}
- DesignXmlCore
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
-
- {092010ff-c0c3-4564-b8f0-7758e630de00}
- EntityDesignExtensibility
-
-
- {b44e942f-0ad1-4fb4-9146-dd1f8e17d4d8}
- EntityDesignModel
-
-
- {f904b4be-c7cf-4e4f-85b7-b006a2d1c561}
- EntityDesign
-
-
- {59a6ab41-2aca-4949-8fc8-dff1229d5a81}
- TestInfrastructure
-
-
-
-
-
+
+
-
-
-
+
+
\ No newline at end of file
diff --git a/test/EFTools/TestInfrastructure/TestInfrastructure.csproj b/test/EFTools/TestInfrastructure/TestInfrastructure.csproj
index 34926b56..1be768fa 100644
--- a/test/EFTools/TestInfrastructure/TestInfrastructure.csproj
+++ b/test/EFTools/TestInfrastructure/TestInfrastructure.csproj
@@ -1,51 +1,19 @@
-
+
+
-
+
- PackageReference
- Debug
- AnyCPU
- {59A6AB41-2ACA-4949-8FC8-DFF1229D5A81}
- Library
- Properties
+ $(ToolingDotNetFrameworkSdkVersion)
EFDesigner.TestInfrastructure
EFDesigner.TestInfrastructure
- $(ToolingDotNetFrameworkVersion)
- 512
- $(NoWarn);VSTHRD010
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
+
- true
+ $(NoWarn);VSTHRD010
-
-
-
-
+
@@ -56,6 +24,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -69,35 +52,5 @@
-
-
- {6c80dbca-16c8-48c9-9019-ab6fded788de}
- DesignXmlCore
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
-
- {b44e942f-0ad1-4fb4-9146-dd1f8e17d4d8}
- EntityDesignModel
-
-
- {f904b4be-c7cf-4e4f-85b7-b006a2d1c561}
- EntityDesign
-
-
- {614ac98e-a68e-4eb4-af27-1cedba7ca3b4}
- VsIdeTestHostFramework
-
-
-
-
-
+
\ No newline at end of file
diff --git a/test/EFTools/UnitTests/UnitTests.csproj b/test/EFTools/UnitTests/UnitTests.csproj
index e7b6e3e6..2863fd88 100644
--- a/test/EFTools/UnitTests/UnitTests.csproj
+++ b/test/EFTools/UnitTests/UnitTests.csproj
@@ -1,78 +1,64 @@
-
+
+
-
+
- PackageReference
- Debug
- AnyCPU
- {7FACAE3C-C4D1-4AB1-8775-01F7E34F5769}
- Library
- Properties
- UnitTests
+ $(ToolingDotNetFrameworkSdkVersion)
EFDesigner.UnitTests
- $(ToolingDotNetFrameworkVersion)
- 512
- true
- ..\..\..
-
- 1762;VSTHRD010
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
+
- true
+
+ $(NoWarn);1762;VSTHRD010
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -235,6 +221,7 @@
+
EntityFrameworkConfig_6_1_4.xsd
@@ -243,76 +230,16 @@
-
-
- {1ef9c524-7122-4677-b111-dd14bb2a9ea2}
- EntityFramework.SqlServerCompact
-
-
- {6f4bb80b-5f74-44d3-a77f-0025dfa48c1a}
- EntityFramework.SqlServer
-
-
- {e06d1c12-efe8-4413-a15c-ae01fc158f2f}
- EntityFramework
-
-
- {6c80dbca-16c8-48c9-9019-ab6fded788de}
- DesignXmlCore
-
-
- {15000b5c-c005-473a-ba65-eaf37e660b2c}
- EntityDesignDatabaseGeneration
-
-
- {488b84c2-9358-4b90-bc2d-ed688939e6bb}
- EntityDesigner
-
-
- {0518e682-510d-48f8-bb14-7151c50a1850}
- EntityDesignerVersioningFacade
-
-
- {092010ff-c0c3-4564-b8f0-7758e630de00}
- EntityDesignExtensibility
-
-
- {b44e942f-0ad1-4fb4-9146-dd1f8e17d4d8}
- EntityDesignModel
- global,EntityDesignModel
-
-
- {c7198bdf-eb70-44d3-ba61-45cc552248e4}
- EntityDesignPackage
-
-
- {f904b4be-c7cf-4e4f-85b7-b006a2d1c561}
- EntityDesign
-
-
- {79b40a85-cdcc-4ac3-a583-77ca43cb5136}
- XmlCore
-
-
+
EntityFrameworkCatalog.xml
PreserveNewest
-
-
-
+
-
-
-
+
\ No newline at end of file
diff --git a/tools/EntityFramework.settings.targets b/tools/EntityFramework.settings.targets
index 4ba23306..f7698f7e 100644
--- a/tools/EntityFramework.settings.targets
+++ b/tools/EntityFramework.settings.targets
@@ -28,9 +28,8 @@ Project global pre-settings.
0
$(VersionReleasePrefix)
- v4.5
- v4.6
- v4.7.2
+ v4.7.2
+ net472
diff --git a/tools/VsIdeHostAdapter/Framework/VsIdeTestHostFramework.csproj b/tools/VsIdeHostAdapter/Framework/VsIdeTestHostFramework.csproj
index dac3e197..f917a935 100644
--- a/tools/VsIdeHostAdapter/Framework/VsIdeTestHostFramework.csproj
+++ b/tools/VsIdeHostAdapter/Framework/VsIdeTestHostFramework.csproj
@@ -1,49 +1,23 @@
-
-
-
+
+
+
+
- PackageReference
- Release
- AnyCPU
- {614AC98E-A68E-4EB4-AF27-1CEDBA7CA3B4}
- Library
- Properties
+ net45
Framework
Microsoft.VisualStudio.QualityTools.VsIdeTestHostFramework
- v4.5
- 512
-
-
- true
- full
- false
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- TRACE
- prompt
- 4
-
-
- true
-
-
- $(RepositoryRoot)src\EFTools\EFToolsPublicKey.snk
-
-
- true
+
-
-
+
+
+
+
+
Properties\SharedAssemblyInfo.cs
@@ -54,13 +28,5 @@
-
-
\ No newline at end of file