diff --git a/nuget/Dapper.FluentMap.1.3.2.nupkg b/nuget/Dapper.FluentMap.1.3.2.nupkg new file mode 100644 index 0000000..0d4450d Binary files /dev/null and b/nuget/Dapper.FluentMap.1.3.2.nupkg differ diff --git a/src/Dapper.FluentMap-net35/Dapper.FluentMap-net35.csproj b/src/Dapper.FluentMap-net35/Dapper.FluentMap-net35.csproj new file mode 100644 index 0000000..0aa49a1 --- /dev/null +++ b/src/Dapper.FluentMap-net35/Dapper.FluentMap-net35.csproj @@ -0,0 +1,97 @@ + + + + + Debug + AnyCPU + {E3672FC6-FC8E-453F-A007-E144AE983997} + Library + Properties + Dapper.FluentMap + Dapper.FluentMap + v3.5 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE;NET35 + prompt + 4 + bin\Release\Dapper.FluentMap.XML + + + + ..\packages\Dapper.1.27\lib\net35\Dapper.dll + + + + + + + + + + + Configuration\FluentConventionConfiguration.cs + + + Configuration\FluentMapConfiguration.cs + + + Conventions\Convention.cs + + + Conventions\ConventionPropertyConfiguration.cs + + + Conventions\PropertyConventionConfiguration.cs + + + FluentMapper.cs + + + Mapping\EntityMap.cs + + + Mapping\PropertyMap.cs + + + Properties\AssemblyInfo.cs + + + TypeMaps\FluentConventionTypeMap.cs + + + TypeMaps\FluentTypeMap.cs + + + TypeMaps\MultiTypeMap.cs + + + Utils\DictionaryExtensions.cs + + + Utils\ReflectionHelper.cs + + + + + \ No newline at end of file diff --git a/src/Dapper.FluentMap-net35/packages.config b/src/Dapper.FluentMap-net35/packages.config new file mode 100644 index 0000000..7db317a --- /dev/null +++ b/src/Dapper.FluentMap-net35/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/Dapper.FluentMap.Dommel/Dapper.FluentMap.Dommel.csproj b/src/Dapper.FluentMap.Dommel/Dapper.FluentMap.Dommel.csproj index d9bd9e4..9a1e884 100644 --- a/src/Dapper.FluentMap.Dommel/Dapper.FluentMap.Dommel.csproj +++ b/src/Dapper.FluentMap.Dommel/Dapper.FluentMap.Dommel.csproj @@ -34,9 +34,9 @@ bin\Release\Dapper.FluentMap.Dommel.XML - + False - ..\packages\Dapper.1.26\lib\net40\Dapper.dll + ..\packages\Dapper.1.27\lib\net40\Dapper.dll False diff --git a/src/Dapper.FluentMap.Dommel/packages.config b/src/Dapper.FluentMap.Dommel/packages.config index cf92260..50e6fc8 100644 --- a/src/Dapper.FluentMap.Dommel/packages.config +++ b/src/Dapper.FluentMap.Dommel/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/Dapper.FluentMap.Tests/Dapper.FluentMap.Tests.csproj b/src/Dapper.FluentMap.Tests/Dapper.FluentMap.Tests.csproj index cadbdde..aff1220 100644 --- a/src/Dapper.FluentMap.Tests/Dapper.FluentMap.Tests.csproj +++ b/src/Dapper.FluentMap.Tests/Dapper.FluentMap.Tests.csproj @@ -35,9 +35,9 @@ 4 - + False - ..\packages\Dapper.1.26\lib\net45\Dapper.dll + ..\packages\Dapper.1.27\lib\net45\Dapper.dll diff --git a/src/Dapper.FluentMap.Tests/packages.config b/src/Dapper.FluentMap.Tests/packages.config index 6df60dd..f88ae8d 100644 --- a/src/Dapper.FluentMap.Tests/packages.config +++ b/src/Dapper.FluentMap.Tests/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/Dapper.FluentMap.sln b/src/Dapper.FluentMap.sln index d867129..13cd9ef 100644 --- a/src/Dapper.FluentMap.sln +++ b/src/Dapper.FluentMap.sln @@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.FluentMap.Dommel", " EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.FluentMap.Tests", "Dapper.FluentMap.Tests\Dapper.FluentMap.Tests.csproj", "{CE214E29-ADBE-43D3-846E-97AED03132CC}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.FluentMap-net35", "Dapper.FluentMap-net35\Dapper.FluentMap-net35.csproj", "{E3672FC6-FC8E-453F-A007-E144AE983997}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -27,6 +29,10 @@ Global {CE214E29-ADBE-43D3-846E-97AED03132CC}.Debug|Any CPU.Build.0 = Debug|Any CPU {CE214E29-ADBE-43D3-846E-97AED03132CC}.Release|Any CPU.ActiveCfg = Release|Any CPU {CE214E29-ADBE-43D3-846E-97AED03132CC}.Release|Any CPU.Build.0 = Release|Any CPU + {E3672FC6-FC8E-453F-A007-E144AE983997}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E3672FC6-FC8E-453F-A007-E144AE983997}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3672FC6-FC8E-453F-A007-E144AE983997}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E3672FC6-FC8E-453F-A007-E144AE983997}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/Dapper.FluentMap/Dapper.FluentMap.csproj b/src/Dapper.FluentMap/Dapper.FluentMap.csproj index 30e5927..244711d 100644 --- a/src/Dapper.FluentMap/Dapper.FluentMap.csproj +++ b/src/Dapper.FluentMap/Dapper.FluentMap.csproj @@ -32,17 +32,14 @@ bin\Release\Dapper.FluentMap.XML - + False - ..\packages\Dapper.1.26\lib\net40\Dapper.dll + ..\packages\Dapper.1.27\lib\net40\Dapper.dll - - - @@ -61,7 +58,9 @@ - + + Designer +