diff --git a/TemplateExt/Console .Net Core Service-Repository Pattern.zip b/TemplateExt/Console .Net Core Service-Repository Pattern.zip new file mode 100644 index 0000000..c7de92b Binary files /dev/null and b/TemplateExt/Console .Net Core Service-Repository Pattern.zip differ diff --git a/TemplateExt/ProjectTemplates/Console .Net Core Service-Repository Pattern.zip b/TemplateExt/ProjectTemplates/Console .Net Core Service-Repository Pattern.zip new file mode 100644 index 0000000..c7de92b Binary files /dev/null and b/TemplateExt/ProjectTemplates/Console .Net Core Service-Repository Pattern.zip differ diff --git a/TemplateExt/ProjectTemplates/Web API .Net Core Service-Repository Pattern.zip b/TemplateExt/ProjectTemplates/Web API .Net Core Service-Repository Pattern.zip new file mode 100644 index 0000000..c2a41ea Binary files /dev/null and b/TemplateExt/ProjectTemplates/Web API .Net Core Service-Repository Pattern.zip differ diff --git a/TemplateExt/Properties/AssemblyInfo.cs b/TemplateExt/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5afb59d --- /dev/null +++ b/TemplateExt/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("TemplateExt")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("TemplateExt")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/TemplateExt/TemplateExt.csproj b/TemplateExt/TemplateExt.csproj new file mode 100644 index 0000000..03d65f1 --- /dev/null +++ b/TemplateExt/TemplateExt.csproj @@ -0,0 +1,77 @@ + + + + 17.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + Debug + AnyCPU + 2.0 + {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + {E4A1450A-3F92-4002-B3C5-982234B6ED31} + Library + Properties + TemplateExt + TemplateExt + v4.7.2 + false + false + false + false + false + false + Program + $(DevEnvDir)devenv.exe + /rootsuffix Exp + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + Always + true + + + Always + true + + + Designer + + + + + + + + + + + \ No newline at end of file diff --git a/TemplateExt/TemplateExt.sln b/TemplateExt/TemplateExt.sln new file mode 100644 index 0000000..f203a3d --- /dev/null +++ b/TemplateExt/TemplateExt.sln @@ -0,0 +1,37 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34031.279 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemplateExt", "TemplateExt.csproj", "{E4A1450A-3F92-4002-B3C5-982234B6ED31}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|arm64 = Debug|arm64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|arm64 = Release|arm64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Debug|arm64.ActiveCfg = Debug|arm64 + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Debug|arm64.Build.0 = Debug|arm64 + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Debug|x86.ActiveCfg = Debug|x86 + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Debug|x86.Build.0 = Debug|x86 + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Release|Any CPU.Build.0 = Release|Any CPU + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Release|arm64.ActiveCfg = Release|arm64 + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Release|arm64.Build.0 = Release|arm64 + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Release|x86.ActiveCfg = Release|x86 + {E4A1450A-3F92-4002-B3C5-982234B6ED31}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BDF2EFD4-7CD3-4CC7-83F3-1E55A10403FC} + EndGlobalSection +EndGlobal diff --git a/TemplateExt/Web API .Net Core Service-Repository Pattern.zip b/TemplateExt/Web API .Net Core Service-Repository Pattern.zip new file mode 100644 index 0000000..c2a41ea Binary files /dev/null and b/TemplateExt/Web API .Net Core Service-Repository Pattern.zip differ diff --git a/TemplateExt/source.extension.vsixmanifest b/TemplateExt/source.extension.vsixmanifest new file mode 100644 index 0000000..f58a252 --- /dev/null +++ b/TemplateExt/source.extension.vsixmanifest @@ -0,0 +1,23 @@ + + + + + ConsoleAndWebAPITemplate + ConsoleAndWebAPITemplate + + + + amd64 + + + + + + + + + + + + +