1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" >
42 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{F766CC4F-B69C-444C-A89F-01E2E8B172A8}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >SharpRepository.AzureBlobRepository</RootNamespace >
11- <AssemblyName >SharpRepository.AzureBlobRepository</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <TargetFrameworkProfile />
3+ <TargetFramework >netstandard1.5</TargetFramework >
4+ <Product >SharpRepository for AzureBlob</Product >
5+ <Authors >Ben Griswold, Jeff Treuting</Authors >
6+ <Description >SharpRepository is a generic repository</Description >
7+ <Summary >Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary >
8+ <PackageId >SharpRepository.AzureTableRepository</PackageId >
9+ <PackageVersion >2.0.0-alpha2</PackageVersion >
10+ <PackageReleaseNotes >2.0.0-alpha2: merge all code</PackageReleaseNotes >
11+ <PackageTags >SharpRepository Repository Azure Blob</PackageTags >
12+ <PackageIconUrl >https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl >
13+ <PackageProjectUrl >https://github.com/SharpRepository/SharpRepository</PackageProjectUrl >
14+ <PackageLicenseUrl >https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl >
15+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
16+ <RepositoryUrl >https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl >
17+ <RepositoryType >git</RepositoryType >
18+ <Version >2.0.0-alpha2</Version >
19+ <FileVersion >2.0.0.0</FileVersion >
20+
1521 </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- <Prefer32Bit >false</Prefer32Bit >
25- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <DebugType >pdbonly</DebugType >
28- <Optimize >true</Optimize >
29- <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
31- <ErrorReport >prompt</ErrorReport >
32- <WarningLevel >4</WarningLevel >
33- <Prefer32Bit >false</Prefer32Bit >
34- </PropertyGroup >
35- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
36- <DebugSymbols >true</DebugSymbols >
37- <OutputPath >bin\x64\Debug\</OutputPath >
38- <DefineConstants >DEBUG;TRACE</DefineConstants >
39- <DebugType >full</DebugType >
40- <PlatformTarget >x64</PlatformTarget >
41- <ErrorReport >prompt</ErrorReport >
42- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
43- </PropertyGroup >
44- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
45- <OutputPath >bin\x64\Release\</OutputPath >
46- <DefineConstants >TRACE</DefineConstants >
47- <Optimize >true</Optimize >
48- <DebugType >pdbonly</DebugType >
49- <PlatformTarget >x64</PlatformTarget >
50- <ErrorReport >prompt</ErrorReport >
51- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
52- </PropertyGroup >
53- <ItemGroup >
54- <Reference Include =" System" />
55- <Reference Include =" System.Core" />
56- <Reference Include =" System.Data.Services.Client" />
57- <Reference Include =" System.Xml.Linq" />
58- <Reference Include =" System.Data.DataSetExtensions" />
59- <Reference Include =" Microsoft.CSharp" />
60- <Reference Include =" System.Data" />
61- <Reference Include =" System.Xml" />
62- </ItemGroup >
6322 <ItemGroup >
64- <Compile Include =" AzureBlobRepository.cs" />
65- <Compile Include =" AzureBlobRepositoryBase.cs" />
66- <Compile Include =" AzureBlobConfigRepositoryFactory.cs" />
67- <Compile Include =" AzureBlobRepositoryConfiguration.cs" />
68- <Compile Include =" Properties\AssemblyInfo.cs" />
23+ <ProjectReference Include =" ..\SharpRepository.Repository\SharpRepository.Repository.csproj" />
6924 </ItemGroup >
7025 <ItemGroup >
71- <ProjectReference Include =" ..\SharpRepository.Repository\SharpRepository.Repository.csproj" >
72- <Project >{710dee79-25ce-4f68-b8b1-d08a135ad154}</Project >
73- <Name >SharpRepository.Repository</Name >
74- </ProjectReference >
26+ <Folder Include =" Properties\" />
27+ <Folder Include =" Properties\" />
28+ <Folder Include =" Properties\" />
7529 </ItemGroup >
7630 <ItemGroup >
77- <None Include =" app.config" />
78- <None Include =" project.json" />
79- <None Include =" SharpRepository.AzureBlobRepository.nuspec" />
31+ <PackageReference Include =" WindowsAzure.Storage" Version =" 8.2.1" />
8032 </ItemGroup >
81- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83- Other similar extension points exist, see Microsoft.Common.targets.
84- <Target Name="BeforeBuild">
85- </Target>
86- <Target Name="AfterBuild">
87- </Target>
88- -->
8933</Project >
0 commit comments