Skip to content

Commit 0afbc4c

Browse files
author
mikhaild908@gmail.com
committed
rollback
1 parent 93dabef commit 0afbc4c

File tree

7 files changed

+23
-13
lines changed

7 files changed

+23
-13
lines changed

src/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.Net45.2012.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<TargetFrameworkProfile />
4848
</PropertyGroup>
4949
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50-
<OutputPath>bin\Debug\$(TargetFrameworkVersion)\</OutputPath>
50+
<OutputPath>bin\Debug\</OutputPath>
5151
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
5252
<BaseAddress>285212672</BaseAddress>
5353
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -71,7 +71,7 @@
7171
<Prefer32Bit>false</Prefer32Bit>
7272
</PropertyGroup>
7373
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
74-
<OutputPath>bin\Release\$(TargetFrameworkVersion)\</OutputPath>
74+
<OutputPath>bin\Release\</OutputPath>
7575
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
7676
<BaseAddress>285212672</BaseAddress>
7777
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>

src/IBatisNet.Common.Test/IBatisNet.Common.Test.Net45.2012.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<TargetFrameworkProfile />
4848
</PropertyGroup>
4949
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50-
<OutputPath>bin\Debug\$(TargetFrameworkVersion)\</OutputPath>
50+
<OutputPath>bin\Debug\</OutputPath>
5151
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
5252
<BaseAddress>285212672</BaseAddress>
5353
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -72,7 +72,7 @@
7272
<Prefer32Bit>false</Prefer32Bit>
7373
</PropertyGroup>
7474
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
75-
<OutputPath>bin\Release\$(TargetFrameworkVersion)\</OutputPath>
75+
<OutputPath>bin\Release\</OutputPath>
7676
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
7777
<BaseAddress>285212672</BaseAddress>
7878
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>

src/IBatisNet.Common/IBatisNet.Common.Net45.2012.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<TargetFrameworkProfile />
4747
</PropertyGroup>
4848
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
49-
<OutputPath>bin\Debug\$(TargetFrameworkVersion)\</OutputPath>
49+
<OutputPath>bin\Debug\</OutputPath>
5050
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
5151
<BaseAddress>285212672</BaseAddress>
5252
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -70,7 +70,7 @@
7070
<Prefer32Bit>false</Prefer32Bit>
7171
</PropertyGroup>
7272
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
73-
<OutputPath>bin\Release\$(TargetFrameworkVersion)\</OutputPath>
73+
<OutputPath>bin\Release\</OutputPath>
7474
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
7575
<BaseAddress>285212672</BaseAddress>
7676
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>

src/IBatisNet.DataAccess/IBatisNet.DataAccess.Net45.2012.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<BootstrapperEnabled>true</BootstrapperEnabled>
4848
</PropertyGroup>
4949
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50-
<OutputPath>bin\Debug\$(TargetFrameworkVersion)\</OutputPath>
50+
<OutputPath>bin\Debug\</OutputPath>
5151
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
5252
<BaseAddress>285212672</BaseAddress>
5353
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -71,7 +71,7 @@
7171
<Prefer32Bit>false</Prefer32Bit>
7272
</PropertyGroup>
7373
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
74-
<OutputPath>bin\Release\$(TargetFrameworkVersion)\</OutputPath>
74+
<OutputPath>bin\Release\</OutputPath>
7575
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
7676
<BaseAddress>285212672</BaseAddress>
7777
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>

src/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.Net45.2012.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<AssemblyKeyContainerName>
1313
</AssemblyKeyContainerName>
1414
<AssemblyName>IBatisNet.DataMapper.Test</AssemblyName>
15-
<AssemblyOriginatorKeyFile>AssemblyKey.snk</AssemblyOriginatorKeyFile>
15+
<AssemblyOriginatorKeyFile>
16+
</AssemblyOriginatorKeyFile>
1617
<DefaultClientScript>JScript</DefaultClientScript>
1718
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
1819
<DefaultTargetSchema>IE50</DefaultTargetSchema>
@@ -607,7 +608,6 @@
607608
<EmbeddedResource Include="bin\Debug\SqlMap_SQLite3_SQLite3.config">
608609
<SubType>Designer</SubType>
609610
</EmbeddedResource>
610-
<None Include="AssemblyKey.snk" />
611611
<None Include="Scripts\SQLite3\ps_SelectByIdList.sql" />
612612
<None Include="bin\Debug\IBatisNet.DataMapper.Test.dll.config">
613613
<SubType>Designer</SubType>

src/IBatisNet.DataMapper/IBatisNet.DataMapper.Net45.2012.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ProjectGuid>{F3E45F39-3224-4EAD-B138-EB5CC0E32824}</ProjectGuid>
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10-
<!--<TargetFrameworkVersion Condition="'$(TargetFrameworkVersion)' == ''">v4.5</TargetFrameworkVersion>-->
1110
<ApplicationIcon>
1211
</ApplicationIcon>
1312
<AssemblyKeyContainerName>
@@ -47,7 +46,7 @@
4746
<TargetFrameworkProfile />
4847
</PropertyGroup>
4948
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50-
<OutputPath>bin\Debug\$(TargetFrameworkVersion)\</OutputPath>
49+
<OutputPath>bin\Debug\</OutputPath>
5150
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
5251
<BaseAddress>285212672</BaseAddress>
5352
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -71,7 +70,7 @@
7170
<Prefer32Bit>false</Prefer32Bit>
7271
</PropertyGroup>
7372
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
74-
<OutputPath>bin\Release\$(TargetFrameworkVersion)\</OutputPath>
73+
<OutputPath>bin\Release\</OutputPath>
7574
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
7675
<BaseAddress>285212672</BaseAddress>
7776
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>

src/IBatisNet.DataMapper/IBatisNet.DataMapper.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6891,6 +6891,17 @@
68916891
<param name="resultObject">The result object.</param>
68926892
<returns>The object</returns>
68936893
</member>
6894+
<member name="M:IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForDynamicObject(IBatisNet.DataMapper.Scope.RequestScope,IBatisNet.DataMapper.ISqlMapSession,System.Object)">
6895+
<summary>
6896+
Executes an SQL statement that returns a single row as an Object of the type of
6897+
the resultObject passed in as a parameter.
6898+
</summary>
6899+
<param name="request">The request scope.</param>
6900+
<param name="session">The session used to execute the statement.</param>
6901+
<param name="parameterObject">The object used to set the parameters in the SQL.</param>
6902+
<param name="resultObject">The result object.</param>
6903+
<returns>The object</returns>
6904+
</member>
68946905
<member name="M:IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject(IBatisNet.DataMapper.Scope.RequestScope,IBatisNet.DataMapper.ISqlMapSession,System.Object,System.Object)">
68956906
<summary>
68966907
Executes an SQL statement that returns a single row as an Object of the type of

0 commit comments

Comments
 (0)