Skip to content

Commit

Permalink
Add new AspNetCore.Mvc projects
Browse files Browse the repository at this point in the history
  • Loading branch information
iedeny authored and andreesteve committed Feb 24, 2017
1 parent 2421b93 commit 72497b1
Show file tree
Hide file tree
Showing 10 changed files with 216 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Bot.Connector.AspNetCore.Mvc</RootNamespace>
<AssemblyName>Microsoft.Bot.Connector.AspNetCore.Mvc</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Microsoft.Bot.Connector.AspNetCore.Mvc.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Microsoft.Bot.Connector.AspNetCore.Mvc\TrustServiceUrlAttribute.cs" />
<Compile Include="..\Microsoft.Bot.Connector.AspNetCore.Mvc\Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.Bot.Connector.Shared\Microsoft.Bot.Connector.Common.csproj">
<Project>{645862ff-bf5e-4d5b-b1b5-1462ededbb12}</Project>
<Name>Microsoft.Bot.Connector.Common</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"supports": {},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.2"
},
"frameworks": {
"net461": {}
},
"runtimes": {
"win": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E0535D43-CB36-427C-B9DD-9E215BDC1E07}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Bot.Connector.AspNetCore.Mvc</RootNamespace>
<AssemblyName>Microsoft.Bot.Connector.AspNetCore.Mvc</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Microsoft.Bot.Connector.AspNetCore.Mvc.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .NET Framework is automatically included -->
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="TrustServiceUrlAttribute.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.Bot.Connector.Shared\Microsoft.Bot.Connector.Common.csproj">
<Project>{645862ff-bf5e-4d5b-b1b5-1462ededbb12}</Project>
<Name>Microsoft.Bot.Connector.Common</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
using System.Reflection;
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("Microsoft.Bot.Connector.AspNetCore.Mvc")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyProduct("Microsoft Bot Framework")]
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2016")]
[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)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("BB603EB0-6243-4146-90C7-D1079CC8A83A")]

// 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("3.5.3.0")]
[assembly: AssemblyFileVersion("3.5.3.0")]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"supports": {},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.2"
},
"frameworks": {
"netstandard1.6": {}
}
}
42 changes: 42 additions & 0 deletions CSharp/Microsoft.Bot.Builder.VS2017.sln
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Bot.Sample.AspNet
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Bot.Sample.AspNetCore.Pizza", "Samples\Microsoft.Bot.Sample.AspNetCore.Pizza\Microsoft.Bot.Sample.AspNetCore.Pizza.csproj", "{DBEA3A92-CECB-4BFA-B517-C0EE192DBB47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Bot.Connector.AspNetCore.Mvc", "Library\Microsoft.Bot.Connector.AspNetCore.Mvc\Microsoft.Bot.Connector.AspNetCore.Mvc.csproj", "{E0535D43-CB36-427C-B9DD-9E215BDC1E07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Bot.Connector.AspNetCore.Mvc.NetFramework", "Library\Microsoft.Bot.Connector.AspNetCore.Mvc.NetFramework\Microsoft.Bot.Connector.AspNetCore.Mvc.NetFramework.csproj", "{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -619,6 +623,42 @@ Global
{DBEA3A92-CECB-4BFA-B517-C0EE192DBB47}.Release|x64.Build.0 = Release|x64
{DBEA3A92-CECB-4BFA-B517-C0EE192DBB47}.Release|x86.ActiveCfg = Release|x86
{DBEA3A92-CECB-4BFA-B517-C0EE192DBB47}.Release|x86.Build.0 = Release|x86
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Debug|x64.ActiveCfg = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Debug|x64.Build.0 = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Debug|x86.ActiveCfg = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Debug|x86.Build.0 = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Documentation|x64.ActiveCfg = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Documentation|x64.Build.0 = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Documentation|x86.ActiveCfg = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Documentation|x86.Build.0 = Debug|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Release|Any CPU.Build.0 = Release|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Release|x64.ActiveCfg = Release|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Release|x64.Build.0 = Release|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Release|x86.ActiveCfg = Release|Any CPU
{E0535D43-CB36-427C-B9DD-9E215BDC1E07}.Release|x86.Build.0 = Release|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Debug|x64.ActiveCfg = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Debug|x64.Build.0 = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Debug|x86.ActiveCfg = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Debug|x86.Build.0 = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Documentation|x64.ActiveCfg = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Documentation|x64.Build.0 = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Documentation|x86.ActiveCfg = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Documentation|x86.Build.0 = Debug|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Release|Any CPU.Build.0 = Release|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Release|x64.ActiveCfg = Release|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Release|x64.Build.0 = Release|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Release|x86.ActiveCfg = Release|Any CPU
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -651,5 +691,7 @@ Global
{6EFA2312-9E6F-462D-B4BE-2DF44C84DB00} = {28BCEB2C-F4BE-416D-A4FD-A311E99A9EB5}
{BCCCF6B6-56F4-4D05-A375-1D5C603090DF} = {FAEFFF66-7944-48F4-972A-9A1C13A5C206}
{DBEA3A92-CECB-4BFA-B517-C0EE192DBB47} = {FAEFFF66-7944-48F4-972A-9A1C13A5C206}
{E0535D43-CB36-427C-B9DD-9E215BDC1E07} = {28BCEB2C-F4BE-416D-A4FD-A311E99A9EB5}
{DFFBFD32-1160-4F21-B914-A51BEEF4A8B6} = {28BCEB2C-F4BE-416D-A4FD-A311E99A9EB5}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Library\Microsoft.Bot.Connector.AspNetCore.Mvc\Microsoft.Bot.Connector.AspNetCore.Mvc.csproj" />
<ProjectReference Include="..\..\Library\Microsoft.Bot.Connector.Shared\Microsoft.Bot.Connector.Common.csproj" />
<ProjectReference Include="..\..\Library\Microsoft.Bot.Connector.AspNetCore\Microsoft.Bot.Connector.AspNetCore.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<ItemGroup>
<ProjectReference Include="..\..\Library\Microsoft.Bot.Builder.Autofac\Microsoft.Bot.Builder.Autofac.csproj" />
<ProjectReference Include="..\..\Library\Microsoft.Bot.Builder\Microsoft.Bot.Builder.csproj" />
<ProjectReference Include="..\..\Library\Microsoft.Bot.Connector.AspNetCore.Mvc.NetFramework\Microsoft.Bot.Connector.AspNetCore.Mvc.NetFramework.csproj" />
<ProjectReference Include="..\..\Library\Microsoft.Bot.Connector.Shared\Microsoft.Bot.Connector.Common.csproj" />
<ProjectReference Include="..\..\Library\Microsoft.Bot.Connector.AspNetCore\Microsoft.Bot.Connector.AspNetCore.csproj" />
</ItemGroup>
Expand Down

This file was deleted.

0 comments on commit 72497b1

Please sign in to comment.