Skip to content

Commit 9af674b

Browse files
committed
change configuration of SQlite projects to build in x86 (32bit) configuration
1 parent 9d6db01 commit 9af674b

9 files changed

Lines changed: 5 additions & 0 deletions

File tree

lib/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/ServiceStack.OrmLite.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Text.dll

512 Bytes
Binary file not shown.

lib/ServiceStack.dll

0 Bytes
Binary file not shown.

src/ServiceStack.Examples/ServiceStack.Examples.Host.Web/ServiceStack.Examples.Host.Web.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
39+
<PlatformTarget>x86</PlatformTarget>
3940
</PropertyGroup>
4041
<ItemGroup>
4142
<Reference Include="Mono.Data.Sqlite">

src/ServiceStack.MovieRest/ServiceStack.MovieRest.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
2828
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
29+
<PlatformTarget>x86</PlatformTarget>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<DebugType>pdbonly</DebugType>
@@ -35,6 +36,7 @@
3536
<ErrorReport>prompt</ErrorReport>
3637
<WarningLevel>4</WarningLevel>
3738
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
39+
<PlatformTarget>x86</PlatformTarget>
3840
</PropertyGroup>
3941
<ItemGroup>
4042
<Reference Include="Mono.Data.Sqlite">

src/ServiceStack.Northwind/ServiceStack.Northwind/ServiceStack.Northwind.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
2828
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
29+
<PlatformTarget>x86</PlatformTarget>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<DebugType>pdbonly</DebugType>
@@ -35,6 +36,7 @@
3536
<ErrorReport>prompt</ErrorReport>
3637
<WarningLevel>4</WarningLevel>
3738
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
39+
<PlatformTarget>x86</PlatformTarget>
3840
</PropertyGroup>
3941
<ItemGroup>
4042
<Reference Include="ServiceStack">

0 commit comments

Comments
 (0)