Skip to content

Commit 6601449

Browse files
committed
added another project for full dotnet framework. .net standard < 2 doesn't seem to have everything I need, and I'm not sure how to multi target core and full frameworks. One day I'll figure it out.
1 parent 6dd62ce commit 6601449

File tree

5 files changed

+149
-2
lines changed

5 files changed

+149
-2
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("TableStorage.Abstractions.TableEntityConverters.DotNet")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("TableStorage.Abstractions.TableEntityConverters.DotNet")]
13+
[assembly: AssemblyCopyright("Copyright © 2017")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("ace063ff-0c99-41f7-92ca-745731571bb9")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Build and Revision Numbers
33+
// by using the '*' as shown below:
34+
// [assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{ACE063FF-0C99-41F7-92CA-745731571BB9}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>TableStorage.Abstractions.TableEntityConverters.DotNet</RootNamespace>
11+
<AssemblyName>TableStorage.Abstractions.TableEntityConverters.DotNet</AssemblyName>
12+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<DebugSymbols>true</DebugSymbols>
17+
<DebugType>full</DebugType>
18+
<Optimize>false</Optimize>
19+
<OutputPath>bin\Debug\</OutputPath>
20+
<DefineConstants>DEBUG;TRACE</DefineConstants>
21+
<ErrorReport>prompt</ErrorReport>
22+
<WarningLevel>4</WarningLevel>
23+
</PropertyGroup>
24+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25+
<DebugType>pdbonly</DebugType>
26+
<Optimize>true</Optimize>
27+
<OutputPath>bin\Release\</OutputPath>
28+
<DefineConstants>TRACE</DefineConstants>
29+
<ErrorReport>prompt</ErrorReport>
30+
<WarningLevel>4</WarningLevel>
31+
</PropertyGroup>
32+
<ItemGroup>
33+
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
34+
<HintPath>..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
35+
</Reference>
36+
<Reference Include="Microsoft.Data.Edm, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Microsoft.Data.Edm.5.8.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
38+
</Reference>
39+
<Reference Include="Microsoft.Data.OData, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Microsoft.Data.OData.5.8.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
41+
</Reference>
42+
<Reference Include="Microsoft.Data.Services.Client, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
43+
<HintPath>..\packages\Microsoft.Data.Services.Client.5.8.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
44+
</Reference>
45+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46+
<HintPath>..\packages\WindowsAzure.Storage.8.3.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
47+
</Reference>
48+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
50+
<Private>True</Private>
51+
</Reference>
52+
<Reference Include="System" />
53+
<Reference Include="System.Core" />
54+
<Reference Include="System.Spatial, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<HintPath>..\packages\System.Spatial.5.8.2\lib\net40\System.Spatial.dll</HintPath>
56+
</Reference>
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.Net.Http" />
62+
<Reference Include="System.Xml" />
63+
</ItemGroup>
64+
<ItemGroup>
65+
<Compile Include="..\TableStorage.Abstractions.TableEntityConverters\EntityConvert.cs">
66+
<Link>EntityConvert.cs</Link>
67+
</Compile>
68+
<Compile Include="Properties\AssemblyInfo.cs" />
69+
</ItemGroup>
70+
<ItemGroup>
71+
<None Include="packages.config" />
72+
</ItemGroup>
73+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74+
</Project>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>TableStorage.Abstractions.TableEntityConverters.DotNet</title>
7+
<authors>Giovanni Galbo</authors>
8+
<owners>Giovanni Galbo</owners>
9+
<licenseUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa. This version is for the full .net framework.</description>
13+
<releaseNotes>Initial release</releaseNotes>
14+
<copyright>Copyright 2017</copyright>
15+
<tags>azure-table-storage table-storage tablestorage poco table-entities</tags>
16+
</metadata>
17+
</package>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net452" />
4+
<package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net452" />
5+
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net452" />
6+
<package id="Microsoft.Data.Services.Client" version="5.8.2" targetFramework="net452" />
7+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
8+
<package id="System.ComponentModel.EventBasedAsync" version="4.0.11" targetFramework="net452" />
9+
<package id="System.Dynamic.Runtime" version="4.0.0" targetFramework="net452" />
10+
<package id="System.Linq.Queryable" version="4.0.0" targetFramework="net452" />
11+
<package id="System.Net.Requests" version="4.0.11" targetFramework="net452" />
12+
<package id="System.Spatial" version="5.8.2" targetFramework="net452" />
13+
<package id="WindowsAzure.Storage" version="8.3.0" targetFramework="net452" />
14+
</packages>

src/TableStorage.Abstractions.TableEntityConverters.sln

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26430.16
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TableStorage.Abstractions.TableEntityConverters", "TableStorage.Abstractions.TableEntityConverters\TableStorage.Abstractions.TableEntityConverters.csproj", "{891284B6-1A51-4824-BDB3-8A83C18235A8}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TableStorage.Abstractions.TableEntityConverters", "TableStorage.Abstractions.TableEntityConverters\TableStorage.Abstractions.TableEntityConverters.csproj", "{891284B6-1A51-4824-BDB3-8A83C18235A8}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TableStorage.Abstractions.UnitTests", "TableStorage.Abstractions.UnitTests\TableStorage.Abstractions.UnitTests.csproj", "{FB854D17-D359-4444-AE9F-E0A042420208}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TableStorage.Abstractions.UnitTests", "TableStorage.Abstractions.UnitTests\TableStorage.Abstractions.UnitTests.csproj", "{FB854D17-D359-4444-AE9F-E0A042420208}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TableStorage.Abstractions.TableEntityConverters.DotNet", "TableStorage.Abstractions.TableEntityConverters.DotNet\TableStorage.Abstractions.TableEntityConverters.DotNet.csproj", "{ACE063FF-0C99-41F7-92CA-745731571BB9}"
911
EndProject
1012
Global
1113
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -21,6 +23,10 @@ Global
2123
{FB854D17-D359-4444-AE9F-E0A042420208}.Debug|Any CPU.Build.0 = Debug|Any CPU
2224
{FB854D17-D359-4444-AE9F-E0A042420208}.Release|Any CPU.ActiveCfg = Release|Any CPU
2325
{FB854D17-D359-4444-AE9F-E0A042420208}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{ACE063FF-0C99-41F7-92CA-745731571BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{ACE063FF-0C99-41F7-92CA-745731571BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{ACE063FF-0C99-41F7-92CA-745731571BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{ACE063FF-0C99-41F7-92CA-745731571BB9}.Release|Any CPU.Build.0 = Release|Any CPU
2430
EndGlobalSection
2531
GlobalSection(SolutionProperties) = preSolution
2632
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)