Skip to content

Commit

Permalink
work in progress; blocked until punchclock, akavache, splat upgrade t…
Browse files Browse the repository at this point in the history
…o netstandard and rx3.0 bits
  • Loading branch information
ghuntley committed Aug 30, 2016
1 parent 01c8d75 commit 56fd30b
Show file tree
Hide file tree
Showing 8 changed files with 4,057 additions and 66 deletions.
1,019 changes: 1,019 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

46 changes: 9 additions & 37 deletions Fusillade/Fusillade.csproj
Original file line number Diff line number Diff line change
@@ -1,77 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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>12.0</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{9C4EB1B2-E3FF-4295-A80E-BDABDC2CAEF0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Fusillade</RootNamespace>
<AssemblyName>Fusillade</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<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\Portable-net45+win+wpa81+wp80\</OutputPath>
<IntermediateOutputPath>bin\Debug\Portable-Net45+WinRT45+WP8</IntermediateOutputPath>
<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\Portable-net45+win+wpa81+wp80\</OutputPath>
<IntermediateOutputPath>bin\Release\Portable-Net45+WinRT45+WP8</IntermediateOutputPath>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<TargetPlatform Include="WindowsPhoneApp, Version=8.1" />
<TargetPlatform Include="Windows, Version=8.1" />
<!-- A reference to the entire .NET Framework is automatically included -->
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="Interfaces.cs" />
<Compile Include="OfflineHttpMessageHandler.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RateLimitedHttpMessageHandler.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Punchclock">
<HintPath>..\packages\Punchclock.1.1.1\lib\Portable-net45+win+wpa81+wp80\Punchclock.dll</HintPath>
</Reference>
<Reference Include="Splat">
<HintPath>..\packages\Splat.1.3.1\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http">
<HintPath>..\portable-headers\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Core">
<HintPath>..\packages\Rx-Core.2.2.4\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Interfaces">
<HintPath>..\packages\Rx-Interfaces.2.2.4\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Linq">
<HintPath>..\packages\Rx-Linq.2.2.4\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.PlatformServices">
<HintPath>..\packages\Rx-PlatformServices.2.2.4\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</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.
Expand Down
22 changes: 22 additions & 0 deletions Fusillade/Fusillade.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fusillade", "Fusillade.csproj", "{2B47A649-3E5E-43E3-96BB-FE959B3A8985}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B47A649-3E5E-43E3-96BB-FE959B3A8985}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B47A649-3E5E-43E3-96BB-FE959B3A8985}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B47A649-3E5E-43E3-96BB-FE959B3A8985}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B47A649-3E5E-43E3-96BB-FE959B3A8985}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
19 changes: 0 additions & 19 deletions Fusillade/app.config

This file was deleted.

10 changes: 0 additions & 10 deletions Fusillade/packages.config

This file was deleted.

16 changes: 16 additions & 0 deletions Fusillade/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.0",
"System.Reactive": "3.0.0",
"System.Reactive.Core": "3.0.0",
"System.Reactive.Interfaces": "3.0.0",
"System.Reactive.Linq": "3.0.0",
"System.Reactive.PlatformServices": "3.0.0"
},
"frameworks": {
"netstandard1.1": {
}
}
}

0 comments on commit 56fd30b

Please sign in to comment.