Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Added lost file
Browse files Browse the repository at this point in the history
  • Loading branch information
msawczyn committed Oct 28, 2019
1 parent 902d034 commit 7094d54
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
10 changes: 5 additions & 5 deletions src/DslPackage/DslPackage.csproj
Expand Up @@ -149,6 +149,11 @@
<DependentUpon>CommandSet.tt</DependentUpon>
</Compile>
<Compile Include="CustomCode\WizardImplementation.cs" />
<Compile Include="MefExtension\ValidationExtensionRegistrar.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ValidationExtensionRegistrar.tt</DependentUpon>
</Compile>
<Compile Include="VSPackage.Designer.cs" />
<Content Include="Logo.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down Expand Up @@ -398,11 +403,6 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="MefExtension\ValidationExtensionRegistrar.cs">
<DependentUpon>ValidationExtensionRegistrar.tt</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<None Include="GeneratedCode\EditorFactory.tt">
<Generator>TextTemplatingFileGenerator</Generator>
Expand Down
31 changes: 16 additions & 15 deletions src/DslPackage/GeneratedCode/Package.cs
Expand Up @@ -174,19 +174,20 @@ protected override object GetToolboxItemData(string itemId, DataFormats.Format f
}

}
//
// Package attributes which may need to change are placed on the partial class below, rather than in the main include file.
//
namespace Sawczyn.EFDesigner.EFModel
{
/// <summary>
/// Double-derived class to allow easier code customization.
/// </summary>
[VSShell::ProvideMenuResource("1000.ctmenu", version: 25)]
[VSShell::ProvideToolboxItems(1)]
[global::Microsoft.VisualStudio.TextTemplating.VSHost.ProvideDirectiveProcessor(typeof(global::Sawczyn.EFDesigner.EFModel.EFModelDirectiveProcessor), global::Sawczyn.EFDesigner.EFModel.EFModelDirectiveProcessor.EFModelDirectiveProcessorName, "A directive processor that provides access to EFModel files")]
[global::System.Runtime.InteropServices.Guid(Constants.EFModelPackageId)]
internal sealed partial class EFModelPackage : EFModelPackageBase
{
}

//
// Package attributes which may need to change are placed on the partial class below, rather than in the main include file.
//
namespace Sawczyn.EFDesigner.EFModel
{
/// <summary>
/// Double-derived class to allow easier code customization.
/// </summary>
[VSShell::ProvideMenuResource("1000.ctmenu", version: 25)]
[VSShell::ProvideToolboxItems(1)]
[global::Microsoft.VisualStudio.TextTemplating.VSHost.ProvideDirectiveProcessor(typeof(global::Sawczyn.EFDesigner.EFModel.EFModelDirectiveProcessor), global::Sawczyn.EFDesigner.EFModel.EFModelDirectiveProcessor.EFModelDirectiveProcessorName, "A directive processor that provides access to EFModel files")]
[global::System.Runtime.InteropServices.Guid(Constants.EFModelPackageId)]
internal sealed partial class EFModelPackage : EFModelPackageBase
{
}
}

0 comments on commit 7094d54

Please sign in to comment.