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 @@ +