Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 028d37c

Browse files
committed
Update Signed projs
1 parent c3fcc36 commit 028d37c

File tree

8 files changed

+46
-28
lines changed

8 files changed

+46
-28
lines changed

src/ServiceStack.OrmLite.MySql/ServiceStack.OrmLite.MySql.Signed.csproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RootNamespace>ServiceStack.OrmLite.MySql</RootNamespace>
1212
<AssemblyName>ServiceStack.OrmLite.MySql</AssemblyName>
1313
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1515
<TargetFrameworkProfile />
1616
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1717
<RestorePackages>true</RestorePackages>
@@ -21,30 +21,33 @@
2121
<DebugType>full</DebugType>
2222
<Optimize>false</Optimize>
2323
<OutputPath>bin\Debug\</OutputPath>
24-
<DefineConstants>DEBUG;TRACE</DefineConstants>
24+
<DefineConstants>TRACE;DEBUG;ASYNC</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
27+
<Prefer32Bit>false</Prefer32Bit>
2728
</PropertyGroup>
2829
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2930
<DebugType>pdbonly</DebugType>
3031
<Optimize>true</Optimize>
3132
<OutputPath>bin\Release\</OutputPath>
32-
<DefineConstants>TRACE</DefineConstants>
33+
<DefineConstants>TRACE;ASYNC</DefineConstants>
3334
<ErrorReport>prompt</ErrorReport>
3435
<WarningLevel>4</WarningLevel>
36+
<Prefer32Bit>false</Prefer32Bit>
3537
</PropertyGroup>
3638
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
3739
<OutputPath>bin\Signed\</OutputPath>
38-
<DefineConstants>TRACE</DefineConstants>
40+
<DefineConstants>TRACE;ASYNC</DefineConstants>
3941
<Optimize>true</Optimize>
4042
<DebugType>pdbonly</DebugType>
4143
<PlatformTarget>AnyCPU</PlatformTarget>
4244
<ErrorReport>prompt</ErrorReport>
4345
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46+
<Prefer32Bit>false</Prefer32Bit>
4447
</PropertyGroup>
4548
<ItemGroup>
4649
<Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
47-
<HintPath>..\packages\MySql.Data.6.9.9\lib\net40\MySql.Data.dll</HintPath>
50+
<HintPath>..\packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath>
4851
<Private>True</Private>
4952
</Reference>
5053
<Reference Include="ServiceStack.Common, Version=3.5.5.7454, Culture=neutral, processorArchitecture=MSIL">

src/ServiceStack.OrmLite.MySqlV45/ServiceStack.OrmLite.MySqlV45.Signed.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@
108108
<None Include="packages.config" />
109109
</ItemGroup>
110110
<ItemGroup>
111-
<ProjectReference Include="..\ServiceStack.OrmLiteV45\ServiceStack.OrmLiteV45.csproj">
112-
<Project>{fdc37335-9ecc-413b-bec5-16b466b0e689}</Project>
113-
<Name>ServiceStack.OrmLiteV45</Name>
111+
<ProjectReference Include="..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj">
112+
<Project>{96179ac6-f6f1-40c3-9fdd-4f6582f54c5c}</Project>
113+
<Name>ServiceStack.OrmLite</Name>
114114
</ProjectReference>
115115
</ItemGroup>
116116
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/ServiceStack.OrmLite.Oracle/ServiceStack.OrmLite.Oracle.Signed.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>Library</OutputType>
1010
<RootNamespace>ServiceStack.OrmLite.Oracle</RootNamespace>
1111
<AssemblyName>ServiceStack.OrmLite.Oracle</AssemblyName>
12-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<TargetFrameworkProfile />
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>
@@ -23,6 +23,7 @@
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
<ConsolePause>false</ConsolePause>
26+
<Prefer32Bit>false</Prefer32Bit>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<DebugType>pdbonly</DebugType>
@@ -33,12 +34,14 @@
3334
<ConsolePause>false</ConsolePause>
3435
<UseVSHostingProcess>false</UseVSHostingProcess>
3536
<DebugSymbols>true</DebugSymbols>
37+
<Prefer32Bit>false</Prefer32Bit>
3638
</PropertyGroup>
3739
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
3840
<OutputPath>bin\Signed\</OutputPath>
3941
<PlatformTarget>AnyCPU</PlatformTarget>
4042
<ErrorReport>prompt</ErrorReport>
4143
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44+
<Prefer32Bit>false</Prefer32Bit>
4245
</PropertyGroup>
4346
<PropertyGroup>
4447
<SignAssembly>true</SignAssembly>

src/ServiceStack.OrmLite.SqlServer.Converters/ServiceStack.OrmLite.SqlServer.Converters.Signed.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>ServiceStack.OrmLite.SqlServer.Converters</RootNamespace>
1111
<AssemblyName>ServiceStack.OrmLite.SqlServer.Converters</AssemblyName>
12-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
@@ -23,6 +23,7 @@
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
26+
<Prefer32Bit>false</Prefer32Bit>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<DebugType>pdbonly</DebugType>
@@ -31,6 +32,7 @@
3132
<DefineConstants>TRACE</DefineConstants>
3233
<ErrorReport>prompt</ErrorReport>
3334
<WarningLevel>4</WarningLevel>
35+
<Prefer32Bit>false</Prefer32Bit>
3436
</PropertyGroup>
3537
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
3638
<OutputPath>bin\Signed\</OutputPath>
@@ -40,6 +42,7 @@
4042
<PlatformTarget>AnyCPU</PlatformTarget>
4143
<ErrorReport>prompt</ErrorReport>
4244
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45+
<Prefer32Bit>false</Prefer32Bit>
4346
</PropertyGroup>
4447
<ItemGroup>
4548
<Reference Include="Microsoft.SqlServer.Types, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">

src/ServiceStack.OrmLite.SqlServer/ServiceStack.OrmLite.SqlServer.Signed.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>ServiceStack.OrmLite.SqlServer</RootNamespace>
1212
<AssemblyName>ServiceStack.OrmLite.SqlServer</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>
@@ -43,15 +43,17 @@
4343
<ErrorReport>prompt</ErrorReport>
4444
<WarningLevel>4</WarningLevel>
4545
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46+
<Prefer32Bit>false</Prefer32Bit>
4647
</PropertyGroup>
4748
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4849
<DebugType>pdbonly</DebugType>
4950
<Optimize>true</Optimize>
5051
<OutputPath>bin\Release\</OutputPath>
51-
<DefineConstants>TRACE</DefineConstants>
52+
<DefineConstants>TRACE;ASYNC</DefineConstants>
5253
<ErrorReport>prompt</ErrorReport>
5354
<WarningLevel>4</WarningLevel>
5455
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56+
<Prefer32Bit>false</Prefer32Bit>
5557
</PropertyGroup>
5658
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
5759
<OutputPath>bin\Signed\</OutputPath>
@@ -61,6 +63,7 @@
6163
<PlatformTarget>AnyCPU</PlatformTarget>
6264
<ErrorReport>prompt</ErrorReport>
6365
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66+
<Prefer32Bit>false</Prefer32Bit>
6467
</PropertyGroup>
6568
<PropertyGroup>
6669
<SignAssembly>true</SignAssembly>

src/ServiceStack.OrmLite.SqlServerV45/ServiceStack.OrmLite.SqlServerV45.Signed.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@
113113
<Folder Include="Properties\" />
114114
</ItemGroup>
115115
<ItemGroup>
116-
<ProjectReference Include="..\ServiceStack.OrmLiteV45\ServiceStack.OrmLiteV45.csproj">
117-
<Project>{fdc37335-9ecc-413b-bec5-16b466b0e689}</Project>
118-
<Name>ServiceStack.OrmLiteV45</Name>
116+
<ProjectReference Include="..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj">
117+
<Project>{96179ac6-f6f1-40c3-9fdd-4f6582f54c5c}</Project>
118+
<Name>ServiceStack.OrmLite</Name>
119119
</ProjectReference>
120120
</ItemGroup>
121121
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/ServiceStack.OrmLite.Sqlite.Windows/ServiceStack.OrmLite.Sqlite.Windows.Signed.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>ServiceStack.OrmLite.Sqlite.Windows</RootNamespace>
1111
<AssemblyName>ServiceStack.OrmLite.Sqlite.Windows</AssemblyName>
12-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>
@@ -22,7 +22,7 @@
2222
<DebugType>full</DebugType>
2323
<Optimize>false</Optimize>
2424
<OutputPath>bin\Debug\</OutputPath>
25-
<DefineConstants>DEBUG;TRACE</DefineConstants>
25+
<DefineConstants>TRACE;DEBUG;ASYNC</DefineConstants>
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
2828
<Prefer32Bit>false</Prefer32Bit>
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;ASYNC</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
<Prefer32Bit>false</Prefer32Bit>
@@ -42,6 +42,7 @@
4242
<ErrorReport>prompt</ErrorReport>
4343
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4444
<Prefer32Bit>false</Prefer32Bit>
45+
<DefineConstants>ASYNC</DefineConstants>
4546
</PropertyGroup>
4647
<ItemGroup>
4748
<Reference Include="ServiceStack.Interfaces">
@@ -53,7 +54,7 @@
5354
<Reference Include="System" />
5455
<Reference Include="System.Core" />
5556
<Reference Include="System.Data.SQLite, Version=1.0.102.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
56-
<HintPath>..\packages\System.Data.SQLite.Core.1.0.102.0\lib\net40\System.Data.SQLite.dll</HintPath>
57+
<HintPath>..\packages\System.Data.SQLite.Core.1.0.102.0\lib\net45\System.Data.SQLite.dll</HintPath>
5758
<Private>True</Private>
5859
</Reference>
5960
<Reference Include="System.Xml.Linq" />
@@ -113,9 +114,9 @@
113114
<AssemblyOriginatorKeyFile>servicestack-sn.pfx</AssemblyOriginatorKeyFile>
114115
</PropertyGroup>
115116
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
116-
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.102.0\build\net40\System.Data.SQLite.Core.targets'))" />
117+
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\System.Data.SQLite.Core.targets'))" />
117118
</Target>
118-
<Import Project="..\packages\System.Data.SQLite.Core.1.0.102.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net40\System.Data.SQLite.Core.targets')" />
119+
<Import Project="..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\System.Data.SQLite.Core.targets')" />
119120
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120121
Other similar extension points exist, see Microsoft.Common.targets.
121122
<Target Name="BeforeBuild">

src/ServiceStack.OrmLite/ServiceStack.OrmLite.Signed.csproj

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>ServiceStack.OrmLite</RootNamespace>
1212
<AssemblyName>ServiceStack.OrmLite</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>
@@ -38,51 +38,56 @@
3838
<DebugType>full</DebugType>
3939
<Optimize>False</Optimize>
4040
<OutputPath>bin\Debug\</OutputPath>
41-
<DefineConstants>DEBUG;TRACE</DefineConstants>
41+
<DefineConstants>TRACE;DEBUG;ASYNC</DefineConstants>
4242
<ErrorReport>prompt</ErrorReport>
4343
<WarningLevel>4</WarningLevel>
4444
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45+
<Prefer32Bit>false</Prefer32Bit>
4546
</PropertyGroup>
4647
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4748
<DebugType>pdbonly</DebugType>
4849
<Optimize>True</Optimize>
4950
<OutputPath>bin\Release\</OutputPath>
50-
<DefineConstants>TRACE</DefineConstants>
51+
<DefineConstants>TRACE;ASYNC</DefineConstants>
5152
<ErrorReport>prompt</ErrorReport>
5253
<WarningLevel>4</WarningLevel>
5354
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5455
<DocumentationFile>bin\Release\ServiceStack.OrmLite.xml</DocumentationFile>
56+
<Prefer32Bit>false</Prefer32Bit>
5557
</PropertyGroup>
5658
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'STATIC_ONLY NO_EXPRESSIONS|AnyCPU' ">
5759
<DebugSymbols>True</DebugSymbols>
5860
<OutputPath>bin\STATIC_ONLY NO_EXPRESSIONS\</OutputPath>
59-
<DefineConstants>DEBUG;TRACE</DefineConstants>
61+
<DefineConstants>TRACE;DEBUG;ASYNC</DefineConstants>
6062
<DebugType>full</DebugType>
6163
<PlatformTarget>AnyCPU</PlatformTarget>
6264
<ErrorReport>prompt</ErrorReport>
6365
<WarningLevel>4</WarningLevel>
6466
<Optimize>False</Optimize>
6567
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68+
<Prefer32Bit>false</Prefer32Bit>
6669
</PropertyGroup>
6770
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoTouch|AnyCPU' ">
6871
<DebugSymbols>True</DebugSymbols>
6972
<OutputPath>bin\MonoTouch\</OutputPath>
70-
<DefineConstants>TRACE;DEBUG;STATIC_ONLY NO_EXPRESSIONS</DefineConstants>
73+
<DefineConstants>TRACE;DEBUG;ASYNC</DefineConstants>
7174
<DebugType>full</DebugType>
7275
<PlatformTarget>AnyCPU</PlatformTarget>
7376
<ErrorReport>prompt</ErrorReport>
7477
<WarningLevel>4</WarningLevel>
7578
<Optimize>False</Optimize>
7679
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
80+
<Prefer32Bit>false</Prefer32Bit>
7781
</PropertyGroup>
7882
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
7983
<OutputPath>bin\Signed\</OutputPath>
80-
<DefineConstants>TRACE</DefineConstants>
84+
<DefineConstants>TRACE;ASYNC</DefineConstants>
8185
<Optimize>true</Optimize>
8286
<DebugType>pdbonly</DebugType>
8387
<PlatformTarget>AnyCPU</PlatformTarget>
8488
<ErrorReport>prompt</ErrorReport>
8589
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90+
<Prefer32Bit>false</Prefer32Bit>
8691
</PropertyGroup>
8792
<PropertyGroup>
8893
<SignAssembly>true</SignAssembly>
@@ -139,7 +144,7 @@
139144
<Compile Include="Dapper\SqlMapper.cs" />
140145
<Compile Include="Dapper\SqlMapper.DapperRow.cs" />
141146
<Compile Include="Dapper\SqlMapper.DapperRowMetaObject.cs" />
142-
<Compile Include="Dapper\SqlMapper.DataTable.cs" />
147+
<Compile Include="Dapper\SqlMapper.DapperTable.cs" />
143148
<Compile Include="Dapper\SqlMapper.DeserializerState.cs" />
144149
<Compile Include="Dapper\SqlMapper.DontMap.cs" />
145150
<Compile Include="Dapper\SqlMapper.GridReader.Async.cs" />

0 commit comments

Comments
 (0)