Skip to content

Commit

Permalink
upgrade to new csproj format
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Wolnik committed Sep 26, 2017
1 parent aa67606 commit c49a522
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 101 deletions.
17 changes: 10 additions & 7 deletions Azure.TableStorage.Repository/Azure.TableStorage.Repository.sln
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.TableStorage.Repository", "Azure.TableStorage.Repository\Azure.TableStorage.Repository.csproj", "{9FE6376E-9C64-49F8-8934-AEB8FD458F39}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.TableStorage.Repository", "Azure.TableStorage.Repository\Azure.TableStorage.Repository.csproj", "{EA16695D-FA6E-4ED4-80AB-8839081DD10C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FE6376E-9C64-49F8-8934-AEB8FD458F39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FE6376E-9C64-49F8-8934-AEB8FD458F39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FE6376E-9C64-49F8-8934-AEB8FD458F39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FE6376E-9C64-49F8-8934-AEB8FD458F39}.Release|Any CPU.Build.0 = Release|Any CPU
{EA16695D-FA6E-4ED4-80AB-8839081DD10C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA16695D-FA6E-4ED4-80AB-8839081DD10C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA16695D-FA6E-4ED4-80AB-8839081DD10C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA16695D-FA6E-4ED4-80AB-8839081DD10C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A43A1D6-D8CF-4B8E-BDBA-17362ACF20E3}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -1,55 +1,25 @@
<?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')" />
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{9FE6376E-9C64-49F8-8934-AEB8FD458F39}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Wolnik.Azure.TableStorage.Repository</RootNamespace>
<TargetFramework>netstandard1.3</TargetFramework>
<AssemblyName>Wolnik.Azure.TableStorage.Repository</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\Wolnik.Azure.TableStorage.Repository.XML</DocumentationFile>
<RootNamespace>Wolnik.Azure.TableStorage.Repository</RootNamespace>
<PackageId>Azure.TableStorage.Repository</PackageId>
<Version>1.0.4</Version>
<Authors>Marcin Wolnik</Authors>
<Company>Marcin Wolnik</Company>
<Product>Azure.TableStorage.Repository</Product>
<Description>Simple repository pattern for Azure Table storage</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/Crokus/azure-table-storage-repo</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/Crokus/azure-table-storage-repo/blob/master/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/Crokus/azure-table-storage-repo</RepositoryUrl>
<PackageTags>azure table storage repository</PackageTags>
</PropertyGroup>

<ItemGroup>
<!-- A reference to the entire .NET Framework is automatically included -->
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="AzureTableStorage.cs" />
<Compile Include="ITableStorage.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
<PackageReference Include="WindowsAzure.Storage" Version="8.4.0" />
</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>

</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Table;
using System.Collections.Generic;
using System.Linq;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit c49a522

Please sign in to comment.