2222 <DefineConstants >DEBUG;TRACE</DefineConstants >
2323 <ErrorReport >prompt</ErrorReport >
2424 <WarningLevel >4</WarningLevel >
25- <PlatformTarget >x86 </PlatformTarget >
25+ <PlatformTarget >AnyCPU </PlatformTarget >
2626 <Prefer32Bit >false</Prefer32Bit >
2727 </PropertyGroup >
2828 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
3333 <ErrorReport >prompt</ErrorReport >
3434 <WarningLevel >4</WarningLevel >
3535 <Prefer32Bit >false</Prefer32Bit >
36- <PlatformTarget >x86</PlatformTarget >
3736 </PropertyGroup >
3837 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Signed|AnyCPU'" >
3938 <OutputPath >bin\Signed\</OutputPath >
4039 <DefineConstants >TRACE</DefineConstants >
4140 <Optimize >true</Optimize >
4241 <DebugType >pdbonly</DebugType >
43- <PlatformTarget >x86 </PlatformTarget >
42+ <PlatformTarget >AnyCPU </PlatformTarget >
4443 <ErrorReport >prompt</ErrorReport >
4544 <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
4645 <Prefer32Bit >false</Prefer32Bit >
5958 <Reference Include =" ServiceStack" >
6059 <HintPath >..\..\lib\ServiceStack.dll</HintPath >
6160 </Reference >
62- <Reference Include =" ServiceStack.Client" >
63- <HintPath >..\..\lib\ServiceStack.Client.dll</HintPath >
64- </Reference >
6561 <Reference Include =" ServiceStack.Common" >
6662 <HintPath >..\..\lib\ServiceStack.Common.dll</HintPath >
6763 </Reference >
8278 <Reference Include =" System.Xml" />
8379 </ItemGroup >
8480 <ItemGroup >
85- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\CaptureSqlFilterTests.cs" >
86- <Link >CaptureSqlFilterTests.cs</Link >
87- </Compile >
8881 <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\CompositeKeyTests.cs" >
8982 <Link >CompositeKeyTests.cs</Link >
9083 </Compile >
10396 <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Expression\AdditiveExpressionsTest.cs" >
10497 <Link >Expression\AdditiveExpressionsTest.cs</Link >
10598 </Compile >
106- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Expression\ComplexJoinTests.cs" >
107- <Link >Expression\ComplexJoinTests.cs</Link >
108- </Compile >
10999 <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Expression\ConditionalExpressionTest.cs" >
110100 <Link >Expression\ConditionalExpressionTest.cs</Link >
111101 </Compile >
121111 <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Expression\ExpressionUsingCustomSerializedEnumTests.cs" >
122112 <Link >Expression\ExpressionUsingCustomSerializedEnumTests.cs</Link >
123113 </Compile >
124- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Expression\FromExpressionTests.cs" >
125- <Link >Expression\FromExpressionTests.cs</Link >
126- </Compile >
127- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Expression\GenericTableExpressions.cs" >
128- <Link >Expression\GenericTableExpressions.cs</Link >
129- </Compile >
130114 <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Expression\LogicalExpressionsTest.cs" >
131115 <Link >Expression\LogicalExpressionsTest.cs</Link >
132116 </Compile >
160144 <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Expression\UnaryExpressionsTest.cs" >
161145 <Link >Expression\UnaryExpressionsTest.cs</Link >
162146 </Compile >
163- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Issues\ComplexJoinWithAlias.cs" >
164- <Link >Issues\ComplexJoinWithAlias.cs</Link >
165- </Compile >
166- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Issues\MismatchSchemaTests.cs" >
167- <Link >Issues\MismatchSchemaTests.cs</Link >
168- </Compile >
169- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Issues\MultithreadingIssueTests.cs" >
170- <Link >Issues\MultithreadingIssueTests.cs</Link >
171- </Compile >
172- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Issues\SchemaTests.cs" >
173- <Link >Issues\SchemaTests.cs</Link >
174- </Compile >
175- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\Issues\SelectIntoTests.cs" >
176- <Link >Issues\SelectIntoTests.cs</Link >
177- </Compile >
178147 <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\JoinSqlBuilderTests.cs" >
179148 <Link >JoinSqlBuilderTests.cs</Link >
180149 </Compile >
343312 <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\SqlFormatTests.cs" >
344313 <Link >SqlFormatTests.cs</Link >
345314 </Compile >
346- <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\StringSerializerTests.cs" >
347- <Link >StringSerializerTests.cs</Link >
348- </Compile >
349315 <Compile Include =" ..\..\tests\ServiceStack.OrmLite.Tests\TestHelpers.cs" >
350316 <Link >TestHelpers.cs</Link >
351317 </Compile >
423389 <Target Name="AfterBuild">
424390 </Target>
425391 -->
426- </Project >
392+ </Project >
0 commit comments