|
15 | 15 | <NuGetPackageImportStamp> |
16 | 16 | </NuGetPackageImportStamp> |
17 | 17 | </PropertyGroup> |
18 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 18 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
19 | 19 | <DebugSymbols>true</DebugSymbols> |
20 | | - <DebugType>full</DebugType> |
21 | | - <Optimize>false</Optimize> |
22 | | - <OutputPath>bin\Debug\</OutputPath> |
| 20 | + <OutputPath>bin\x86\Debug\</OutputPath> |
23 | 21 | <DefineConstants>TRACE;DEBUG</DefineConstants> |
| 22 | + <DebugType>full</DebugType> |
| 23 | + <PlatformTarget>x86</PlatformTarget> |
24 | 24 | <ErrorReport>prompt</ErrorReport> |
25 | | - <WarningLevel>4</WarningLevel> |
| 25 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
26 | 26 | </PropertyGroup> |
27 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | | - <DebugType>pdbonly</DebugType> |
| 27 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 28 | + <OutputPath>bin\x86\Release\</OutputPath> |
| 29 | + <DefineConstants>TRACE</DefineConstants> |
29 | 30 | <Optimize>true</Optimize> |
30 | | - <OutputPath>bin\Release\</OutputPath> |
| 31 | + <DebugType>pdbonly</DebugType> |
| 32 | + <PlatformTarget>x86</PlatformTarget> |
| 33 | + <ErrorReport>prompt</ErrorReport> |
| 34 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 35 | + </PropertyGroup> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 37 | + <DebugSymbols>true</DebugSymbols> |
| 38 | + <OutputPath>bin\x64\Debug\</OutputPath> |
| 39 | + <DefineConstants>TRACE;DEBUG</DefineConstants> |
| 40 | + <DebugType>full</DebugType> |
| 41 | + <PlatformTarget>x64</PlatformTarget> |
| 42 | + <ErrorReport>prompt</ErrorReport> |
| 43 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 44 | + </PropertyGroup> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 46 | + <OutputPath>bin\x64\Release\</OutputPath> |
31 | 47 | <DefineConstants>TRACE</DefineConstants> |
| 48 | + <Optimize>true</Optimize> |
| 49 | + <DebugType>pdbonly</DebugType> |
| 50 | + <PlatformTarget>x64</PlatformTarget> |
32 | 51 | <ErrorReport>prompt</ErrorReport> |
33 | | - <WarningLevel>4</WarningLevel> |
| 52 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
34 | 53 | </PropertyGroup> |
35 | 54 | <ItemGroup> |
36 | 55 | <Reference Include="Microsoft.Data.Sqlite, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
|
0 commit comments