Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
v2 alpha prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jchannon committed Mar 8, 2016
1 parent 4fb7c6d commit b5ee2be
Show file tree
Hide file tree
Showing 86 changed files with 295 additions and 201,369 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ build/
[Oo]bj/
[Rr]elease/
_[Rr]e[Ss]harper.*/
packages/
project.lock.json
TestAssembly.dll
.vs/
42 changes: 42 additions & 0 deletions Nancy.Serialization.ProtoBuf.Next.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Serialization.ProtoBuf", "src\Nancy.Serialization.ProtoBuf\Nancy.Serialization.ProtoBuf.xproj", "{939A994C-A187-41C8-96EF-787BA873CEFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{E164EDE4-8217-408E-B229-04661D75C008}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DD46BC6F-EF16-4E22-A0D7-8C711BC6B898}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B0F88179-56F4-4495-B9A3-A1071FDD1AE8}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Serialization.ProtoBuf.Tests", "test\Nancy.Serialization.ProtoBuf.Tests\Nancy.Serialization.ProtoBuf.Tests.xproj", "{E07F2E59-3B34-4081-982E-E62B3E079A6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{939A994C-A187-41C8-96EF-787BA873CEFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{939A994C-A187-41C8-96EF-787BA873CEFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{939A994C-A187-41C8-96EF-787BA873CEFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{939A994C-A187-41C8-96EF-787BA873CEFB}.Release|Any CPU.Build.0 = Release|Any CPU
{E07F2E59-3B34-4081-982E-E62B3E079A6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E07F2E59-3B34-4081-982E-E62B3E079A6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E07F2E59-3B34-4081-982E-E62B3E079A6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E07F2E59-3B34-4081-982E-E62B3E079A6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{939A994C-A187-41C8-96EF-787BA873CEFB} = {DD46BC6F-EF16-4E22-A0D7-8C711BC6B898}
{E07F2E59-3B34-4081-982E-E62B3E079A6D} = {B0F88179-56F4-4495-B9A3-A1071FDD1AE8}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy", "..\dependencies\Nancy\src\Nancy.MSBuild\Nancy.csproj", "{34576216-0DCA-4B0F-A0DC-9075E75A676F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy", "dependencies\Nancy\src\Nancy.MSBuild\Nancy.csproj", "{34576216-0DCA-4B0F-A0DC-9075E75A676F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Serialization.ProtoBuf.Tests", "Nancy.Serialization.ProtoBuf.Tests\Nancy.Serialization.ProtoBuf.Tests.csproj", "{3626397B-7592-43ED-81B6-49A6935FF63D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Serialization.ProtoBuf.Tests", "test\Nancy.Serialization.ProtoBuf.Tests.MSBuild\Nancy.Serialization.ProtoBuf.Tests.csproj", "{3626397B-7592-43ED-81B6-49A6935FF63D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Testing", "..\dependencies\Nancy\src\Nancy.Testing.MSBuild\Nancy.Testing.csproj", "{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Testing", "dependencies\Nancy\src\Nancy.Testing.MSBuild\Nancy.Testing.csproj", "{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Aspnet", "..\dependencies\Nancy\src\Nancy.Hosting.Aspnet.MSBuild\Nancy.Hosting.Aspnet.csproj", "{15B7F794-0BB2-4B66-AD78-4A951F1209B2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Aspnet", "dependencies\Nancy\src\Nancy.Hosting.Aspnet.MSBuild\Nancy.Hosting.Aspnet.csproj", "{15B7F794-0BB2-4B66-AD78-4A951F1209B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Serialization.ProtoBuf", "Nancy.Serialization.ProtoBuf\Nancy.Serialization.ProtoBuf.csproj", "{C183E341-605B-41FD-AB2C-3BE195A15FEA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Serialization.ProtoBuf", "src\Nancy.Serialization.ProtoBuf.MSBuild\Nancy.Serialization.ProtoBuf.csproj", "{C183E341-605B-41FD-AB2C-3BE195A15FEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Forms", "..\dependencies\Nancy\src\Nancy.Authentication.Forms.MSBuild\Nancy.Authentication.Forms.csproj", "{E8B18958-7C8A-4FBA-AF00-3041C34A20CE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Forms", "dependencies\Nancy\src\Nancy.Authentication.Forms.MSBuild\Nancy.Authentication.Forms.csproj", "{E8B18958-7C8A-4FBA-AF00-3041C34A20CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3816F560-0B32-465D-93AD-3D9B53D3EDF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Serialization.ProtoBuf.Demo", "samples\Nancy.Serialization.ProtoBuf.Demo\Nancy.Serialization.ProtoBuf.Demo.csproj", "{EC48D179-F096-4DDB-972C-4B7B1170327C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{D4923B96-BABB-4C6B-B0F5-CACA9CAB6F0C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{142725F3-CD07-43DF-9BA8-00E373E62261}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -151,8 +159,41 @@ Global
{E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.Release|x86.ActiveCfg = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Debug|x86.ActiveCfg = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Debug|x86.Build.0 = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoDebug|Any CPU.ActiveCfg = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoDebug|Any CPU.Build.0 = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoDebug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoDebug|Mixed Platforms.Build.0 = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoDebug|x86.ActiveCfg = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoDebug|x86.Build.0 = Debug|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoRelease|Any CPU.Build.0 = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoRelease|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoRelease|Mixed Platforms.Build.0 = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoRelease|x86.ActiveCfg = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.MonoRelease|x86.Build.0 = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Release|Any CPU.Build.0 = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Release|x86.ActiveCfg = Release|Any CPU
{EC48D179-F096-4DDB-972C-4B7B1170327C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34576216-0DCA-4B0F-A0DC-9075E75A676F} = {3816F560-0B32-465D-93AD-3D9B53D3EDF2}
{3626397B-7592-43ED-81B6-49A6935FF63D} = {142725F3-CD07-43DF-9BA8-00E373E62261}
{D79203C0-B672-4751-9C95-C3AB7D3FEFBE} = {142725F3-CD07-43DF-9BA8-00E373E62261}
{15B7F794-0BB2-4B66-AD78-4A951F1209B2} = {D4923B96-BABB-4C6B-B0F5-CACA9CAB6F0C}
{C183E341-605B-41FD-AB2C-3BE195A15FEA} = {3816F560-0B32-465D-93AD-3D9B53D3EDF2}
{E8B18958-7C8A-4FBA-AF00-3041C34A20CE} = {142725F3-CD07-43DF-9BA8-00E373E62261}
{EC48D179-F096-4DDB-972C-4B7B1170327C} = {D4923B96-BABB-4C6B-B0F5-CACA9CAB6F0C}
EndGlobalSection
EndGlobal
7 changes: 7 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<configuration>
<packageSources>
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"projects": [ "src", "test", "dependencies/Nancy/src" ],
"sdk": {
"version": "1.0.0-rc1-update1"
}
}
5 changes: 3 additions & 2 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
OUTPUT = "build"
CONFIGURATION = 'Release'
SHARED_ASSEMBLY_INFO = 'dependencies/Nancy/SharedAssemblyInfo.cs'
SOLUTION_FILE = 'src/Nancy.Serialization.ProtoBuf.sln'
SOLUTION_FILE = 'Nancy.Serialization.ProtoBuf.sln'

Albacore.configure do |config|
config.log_level = :verbose
Expand All @@ -22,6 +22,7 @@
#Add the folders that should be cleaned as part of the clean task
CLEAN.include(OUTPUT)
CLEAN.include(FileList["src/**/#{CONFIGURATION}"])
CLEAN.include(FileList["test/**/#{CONFIGURATION}"])

desc "Update shared assemblyinfo file for the build"
assemblyinfo :version => [:clean] do |asm|
Expand Down Expand Up @@ -53,7 +54,7 @@

desc "Executes xUnit tests"
xunit :xunit => [:compile] do |xunit|
tests = FileList["src/**/#{CONFIGURATION}/Nancy.Serialization.ProtoBuf.Tests.dll"].exclude(/obj\//)
tests = FileList["test/**/#{CONFIGURATION}/Nancy.Serialization.ProtoBuf.Tests.dll"].exclude(/obj\//)
xunit.assemblies = tests
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Nancy.ModelBinding;
using Nancy.Serialization.ProtoBuf.Demo.Model;

public class MainModule : NancyModule
public class MainModule : LegacyNancyModule
{
public MainModule()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.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>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -13,13 +13,19 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Nancy.Serialization.ProtoBuf.Demo</RootNamespace>
<AssemblyName>Nancy.Serialization.ProtoBuf.Demo</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<UseIISExpress>false</UseIISExpress>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -29,6 +35,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -37,25 +44,25 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="Web.config" />
Expand All @@ -82,7 +89,7 @@
<Project>{34576216-0DCA-4B0F-A0DC-9075E75A676F}</Project>
<Name>Nancy</Name>
</ProjectReference>
<ProjectReference Include="..\Nancy.Serialization.ProtoBuf.MSBuild\Nancy.Serialization.ProtoBuf.csproj">
<ProjectReference Include="..\..\src\Nancy.Serialization.ProtoBuf.MSBuild\Nancy.Serialization.ProtoBuf.csproj">
<Project>{C183E341-605B-41FD-AB2C-3BE195A15FEA}</Project>
<Name>Nancy.Serialization.ProtoBuf</Name>
</ProjectReference>
Expand Down Expand Up @@ -120,4 +127,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
28 changes: 28 additions & 0 deletions samples/Nancy.Serialization.ProtoBuf.Demo/Web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.5.2" />
</system.Web>
-->
<system.web>
<compilation debug="true" targetFramework="4.5"/>
<httpHandlers>
<add verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="*"/>
</httpHandlers>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<handlers>
<add name="Nancy" verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="*"/>
</handlers>
</system.webServer>
</configuration>
19 changes: 0 additions & 19 deletions src/Nancy.Serialization.ProtoBuf.Demo/Web.config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<HintPath>..\..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -50,11 +50,21 @@
<Compile Include="..\..\dependencies\Nancy\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BodyDeserializers\ProtobufNetBodyDeserializer.cs" />
<Compile Include="ProtoBufProcessor.cs" />
<Compile Include="Constants.cs" />
<Compile Include="FormatterExtensions.cs" />
<Compile Include="ProtoBufResponse.cs" />
<Compile Include="..\Nancy.Serialization.ProtoBuf\BodyDeserializers\ProtobufNetBodyDeserializer.cs">
<Link>BodyDeserializers\ProtobufNetBodyDeserializer.cs</Link>
</Compile>
<Compile Include="..\Nancy.Serialization.ProtoBuf\ProtoBufProcessor.cs">
<Link>ProtoBufProcessor.cs</Link>
</Compile>
<Compile Include="..\Nancy.Serialization.ProtoBuf\Constants.cs">
<Link>Constants.cs</Link>
</Compile>
<Compile Include="..\Nancy.Serialization.ProtoBuf\FormatterExtensions.cs">
<Link>FormatterExtensions.cs</Link>
</Compile>
<Compile Include="..\Nancy.Serialization.ProtoBuf\ProtoBufResponse.cs">
<Link>ProtoBufResponse.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\dependencies\Nancy\src\Nancy.MSBuild\Nancy.csproj">
Expand All @@ -63,7 +73,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand All @@ -73,4 +85,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
6 changes: 0 additions & 6 deletions src/Nancy.Serialization.ProtoBuf.Tests/packages.config

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>939a994c-a187-41c8-96ef-787ba873cefb</ProjectGuid>
<RootNamespace>Nancy.Serialization.ProtoBuf</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
</PropertyGroup>

<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
Loading

0 comments on commit b5ee2be

Please sign in to comment.