Skip to content

Commit

Permalink
Adding .NetStandard class library and a seperate vsix for the same.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinuj authored and jinuj committed Dec 16, 2016
1 parent 13c921f commit 7aaffdf
Show file tree
Hide file tree
Showing 19 changed files with 583 additions and 1 deletion.
136 changes: 135 additions & 1 deletion sdk-templates.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25824.6
VisualStudioVersion = 15.0.26013.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CAEE03D-60F1-4E77-B25B-9CD8757E1F09}"
ProjectSection(SolutionItems) = preProject
Expand Down Expand Up @@ -56,44 +56,172 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualBasicClassLibrary", "
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpXUnitTest", "src\Templates\ProjectTemplates\CSharp\.NETCore\CSharpXUnitTest\CSharpXUnitTest.csproj", "{BE787238-0F17-4F20-83BE-0020EB434921}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NETStandard", ".NETStandard", "{E43E8384-B8A8-44BB-A944-AD5E6F648D98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NETStandard", ".NETStandard", "{771347DC-4DA0-401B-B608-534212CC5E9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpNetStandardClassLibrary", "src\Templates\ProjectTemplates\CSharp\.NETStandard\CSharpNetStandardClassLibrary\CSharpNetStandardClassLibrary.csproj", "{440F1724-1830-4C7A-9500-8D9323A7FE71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpNetStandardTemplatesSetup", "src\Templates\CSharpNetStandardTemplatesSetup\CSharpNetStandardTemplatesSetup.csproj", "{22234E7B-DB06-4F54-B968-37156F25C2A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualBasicNetStandardClassLibrary", "src\Templates\ProjectTemplates\VisualBasic\.NETStandard\VisualBasicNetStandardClassLibrary\VisualBasicNetStandardClassLibrary.csproj", "{76B09ABB-8D19-41BD-99AE-C3A067C7583C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualBasicNetStandardTemplatesSetup", "src\Templates\VisualBasicNetStandardTemplatesSetup\VisualBasicNetStandardTemplatesSetup.csproj", "{CAFE5E93-5159-4E42-81DD-07D603C28BC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F535071D-F755-403A-AB63-468A0F547702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Debug|x64.ActiveCfg = Debug|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Debug|x64.Build.0 = Debug|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Debug|x86.ActiveCfg = Debug|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Debug|x86.Build.0 = Debug|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Release|Any CPU.Build.0 = Release|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Release|x64.ActiveCfg = Release|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Release|x64.Build.0 = Release|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Release|x86.ActiveCfg = Release|Any CPU
{F535071D-F755-403A-AB63-468A0F547702}.Release|x86.Build.0 = Release|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Debug|x64.ActiveCfg = Debug|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Debug|x64.Build.0 = Debug|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Debug|x86.ActiveCfg = Debug|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Debug|x86.Build.0 = Debug|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Release|Any CPU.Build.0 = Release|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Release|x64.ActiveCfg = Release|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Release|x64.Build.0 = Release|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Release|x86.ActiveCfg = Release|Any CPU
{0C52951F-4EEF-4F2F-B587-0BCF6004C459}.Release|x86.Build.0 = Release|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Debug|x64.ActiveCfg = Debug|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Debug|x64.Build.0 = Debug|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Debug|x86.ActiveCfg = Debug|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Debug|x86.Build.0 = Debug|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Release|Any CPU.Build.0 = Release|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Release|x64.ActiveCfg = Release|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Release|x64.Build.0 = Release|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Release|x86.ActiveCfg = Release|Any CPU
{A103C9A3-C76C-4A48-B67C-695FD1CB2F15}.Release|x86.Build.0 = Release|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Debug|x64.ActiveCfg = Debug|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Debug|x64.Build.0 = Debug|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Debug|x86.ActiveCfg = Debug|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Debug|x86.Build.0 = Debug|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Release|Any CPU.Build.0 = Release|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Release|x64.ActiveCfg = Release|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Release|x64.Build.0 = Release|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Release|x86.ActiveCfg = Release|Any CPU
{876EB265-3820-466B-8329-DA26B91A5C7A}.Release|x86.Build.0 = Release|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Debug|x64.ActiveCfg = Debug|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Debug|x64.Build.0 = Debug|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Debug|x86.ActiveCfg = Debug|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Debug|x86.Build.0 = Debug|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Release|Any CPU.Build.0 = Release|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Release|x64.ActiveCfg = Release|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Release|x64.Build.0 = Release|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Release|x86.ActiveCfg = Release|Any CPU
{622C1D9E-A9E1-422D-83DF-CE5CE0AAAF51}.Release|x86.Build.0 = Release|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Debug|x64.ActiveCfg = Debug|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Debug|x64.Build.0 = Debug|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Debug|x86.ActiveCfg = Debug|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Debug|x86.Build.0 = Debug|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Release|Any CPU.Build.0 = Release|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Release|x64.ActiveCfg = Release|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Release|x64.Build.0 = Release|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Release|x86.ActiveCfg = Release|Any CPU
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53}.Release|x86.Build.0 = Release|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Debug|x64.ActiveCfg = Debug|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Debug|x64.Build.0 = Debug|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Debug|x86.ActiveCfg = Debug|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Debug|x86.Build.0 = Debug|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Release|Any CPU.Build.0 = Release|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Release|x64.ActiveCfg = Release|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Release|x64.Build.0 = Release|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Release|x86.ActiveCfg = Release|Any CPU
{DCDD8266-D269-46BD-B563-E4D4B811A5B1}.Release|x86.Build.0 = Release|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Debug|x64.ActiveCfg = Debug|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Debug|x64.Build.0 = Debug|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Debug|x86.ActiveCfg = Debug|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Debug|x86.Build.0 = Debug|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Release|Any CPU.Build.0 = Release|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Release|x64.ActiveCfg = Release|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Release|x64.Build.0 = Release|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Release|x86.ActiveCfg = Release|Any CPU
{BE787238-0F17-4F20-83BE-0020EB434921}.Release|x86.Build.0 = Release|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Debug|x64.ActiveCfg = Debug|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Debug|x64.Build.0 = Debug|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Debug|x86.ActiveCfg = Debug|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Debug|x86.Build.0 = Debug|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Release|Any CPU.Build.0 = Release|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Release|x64.ActiveCfg = Release|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Release|x64.Build.0 = Release|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Release|x86.ActiveCfg = Release|Any CPU
{440F1724-1830-4C7A-9500-8D9323A7FE71}.Release|x86.Build.0 = Release|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Debug|x64.ActiveCfg = Debug|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Debug|x64.Build.0 = Debug|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Debug|x86.ActiveCfg = Debug|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Debug|x86.Build.0 = Debug|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Release|Any CPU.Build.0 = Release|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Release|x64.ActiveCfg = Release|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Release|x64.Build.0 = Release|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Release|x86.ActiveCfg = Release|Any CPU
{22234E7B-DB06-4F54-B968-37156F25C2A9}.Release|x86.Build.0 = Release|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Debug|x64.ActiveCfg = Debug|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Debug|x64.Build.0 = Debug|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Debug|x86.ActiveCfg = Debug|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Debug|x86.Build.0 = Debug|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Release|Any CPU.Build.0 = Release|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Release|x64.ActiveCfg = Release|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Release|x64.Build.0 = Release|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Release|x86.ActiveCfg = Release|Any CPU
{76B09ABB-8D19-41BD-99AE-C3A067C7583C}.Release|x86.Build.0 = Release|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Debug|x64.ActiveCfg = Debug|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Debug|x64.Build.0 = Debug|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Debug|x86.ActiveCfg = Debug|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Debug|x86.Build.0 = Debug|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Release|Any CPU.Build.0 = Release|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Release|x64.ActiveCfg = Release|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Release|x64.Build.0 = Release|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Release|x86.ActiveCfg = Release|Any CPU
{CAFE5E93-5159-4E42-81DD-07D603C28BC3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -114,5 +242,11 @@ Global
{2A82D3FA-4EBE-425C-A3C7-3DC207591E53} = {C86A71A6-9D35-436B-BBC5-0940041410F1}
{DCDD8266-D269-46BD-B563-E4D4B811A5B1} = {E281FDCB-10B7-403C-84D4-EE4FF92845B9}
{BE787238-0F17-4F20-83BE-0020EB434921} = {57C097FA-72EB-4AB9-8E72-58ACDEB0F4A8}
{E43E8384-B8A8-44BB-A944-AD5E6F648D98} = {82D4E69F-8B61-4CC3-8AF1-11D02AAE99CF}
{771347DC-4DA0-401B-B608-534212CC5E9E} = {98132BF6-2450-4753-B4E9-878F468E60BB}
{440F1724-1830-4C7A-9500-8D9323A7FE71} = {E43E8384-B8A8-44BB-A944-AD5E6F648D98}
{22234E7B-DB06-4F54-B968-37156F25C2A9} = {C86A71A6-9D35-436B-BBC5-0940041410F1}
{76B09ABB-8D19-41BD-99AE-C3A067C7583C} = {771347DC-4DA0-401B-B608-534212CC5E9E}
{CAFE5E93-5159-4E42-81DD-07D603C28BC3} = {C86A71A6-9D35-436B-BBC5-0940041410F1}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<ProjectRootDir>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.props'))\</ProjectRootDir>
</PropertyGroup>
<Import Project="$(ProjectRootDir)Common.props" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{22234E7B-DB06-4F54-B968-37156F25C2A9}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.VisualStudio</RootNamespace>
<AssemblyName>Microsoft.VisualStudio.ProjectSystem.CSharp.NetStandard.Templates</AssemblyName>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<VSSDKTargetPlatformRegRootSuffix>RoslynDev</VSSDKTargetPlatformRegRootSuffix>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
<ImportVSSDKTargets>true</ImportVSSDKTargets>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<NoDocumentationFile>true</NoDocumentationFile>
<UseCommonOutputDirectory>true</UseCommonOutputDirectory>
<ProjectSystemLayer>VisualStudio</ProjectSystemLayer>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<None Include="project.json" />
<None Include="source.extension.vsixmanifest" />
</ItemGroup>
<ItemGroup>
<Content Include="ProjectSelector.pkgdef">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProjectTemplates\CSharp\.NETStandard\CSharpNetStandardClassLibrary\CSharpNetStandardClassLibrary.csproj">
<Project>{440F1724-1830-4C7A-9500-8D9323A7FE71}</Project>
<Name>CSharpNetStandardClassLibrary</Name>
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(ProjectRootDir)build\Targets\Templates.Imports.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[$RootKey$\Projects\{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}]
"ProjectSelector"="{3DCC42E7-4611-46AC-8EA8-6F1E9B3D917F}"
11 changes: 11 additions & 0 deletions src/Templates/CSharpNetStandardTemplatesSetup/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"frameworks": {
"net46": { }
},
"dependencies": {
"Microsoft.VSSDK.BuildTools": "15.0.25604-Preview4"
},
"runtimes": {
"win": { }
}
}
Loading

0 comments on commit 7aaffdf

Please sign in to comment.