Skip to content

Commit 993694a

Browse files
committed
Intermediate Errything
1 parent 77b514c commit 993694a

16 files changed

+24
-178
lines changed

Akavache.Mobile/Akavache.Mac.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<DebugType>pdbonly</DebugType>
2222
<Optimize>false</Optimize>
2323
<OutputPath>bin\Debug\Mono\</OutputPath>
24+
<IntermediateOutputPath>obj\Debug\Mono\</IntermediateOutputPath>
2425
<DefineConstants>DEBUG;TRACE; MONO; APPKIT</DefineConstants>
2526
<ErrorReport>prompt</ErrorReport>
2627
<WarningLevel>4</WarningLevel>
@@ -35,6 +36,7 @@
3536
<DebugType>pdbonly</DebugType>
3637
<Optimize>true</Optimize>
3738
<OutputPath>bin\Release\Mono\</OutputPath>
39+
<IntermediateOutputPath>obj\Release\Mono\</IntermediateOutputPath>
3840
<DefineConstants>TRACE; MONO; APPKIT</DefineConstants>
3941
<ErrorReport>prompt</ErrorReport>
4042
<WarningLevel>4</WarningLevel>

Akavache.Mobile/Akavache.Mobile_Monodroid.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<DebugType>full</DebugType>
2929
<Optimize>False</Optimize>
3030
<OutputPath>bin\Debug\Monoandroid</OutputPath>
31+
<IntermediateOutputPath>obj\Debug\Monoandroid</IntermediateOutputPath>
3132
<DefineConstants>DEBUG;MONO; XAMARIN_MOBILE; ANDROID</DefineConstants>
3233
<ErrorReport>prompt</ErrorReport>
3334
<WarningLevel>4</WarningLevel>
@@ -70,6 +71,7 @@
7071
<DebugType>pdbonly</DebugType>
7172
<Optimize>True</Optimize>
7273
<OutputPath>bin\Release\Monoandroid</OutputPath>
74+
<IntermediateOutputPath>obj\Release\Monoandroid</IntermediateOutputPath>
7375
<DefineConstants>MONO; XAMARIN_MOBILE;ANDROID</DefineConstants>
7476
<ErrorReport>prompt</ErrorReport>
7577
<WarningLevel>4</WarningLevel>

Akavache.Mobile/Akavache.Mobile_Monotouch.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<DebugType>full</DebugType>
2020
<Optimize>False</Optimize>
2121
<OutputPath>bin\Debug\Monotouch</OutputPath>
22+
<IntermediateOutputPath>obj\Debug\Monotouch</IntermediateOutputPath>
2223
<DefineConstants>DEBUG; MONO; UIKIT</DefineConstants>
2324
<ErrorReport>prompt</ErrorReport>
2425
<WarningLevel>4</WarningLevel>
@@ -29,6 +30,7 @@
2930
<DebugType>pdbonly</DebugType>
3031
<Optimize>True</Optimize>
3132
<OutputPath>bin\Release\Monotouch</OutputPath>
33+
<IntermediateOutputPath>obj\Release\Monotouch</IntermediateOutputPath>
3234
<ErrorReport>prompt</ErrorReport>
3335
<WarningLevel>4</WarningLevel>
3436
<ConsolePause>False</ConsolePause>

Akavache.Mobile/Akavache.Mobile_WP8.csproj

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<DebugType>full</DebugType>
2727
<Optimize>false</Optimize>
2828
<OutputPath>Bin\Debug\WP8\</OutputPath>
29+
<IntermediateOutputPath>obj\Debug\WP8\</IntermediateOutputPath>
2930
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
3031
<NoStdLib>true</NoStdLib>
3132
<NoConfig>true</NoConfig>
@@ -39,55 +40,14 @@
3940
<DebugType>pdbonly</DebugType>
4041
<Optimize>true</Optimize>
4142
<OutputPath>Bin\Release\WP8\</OutputPath>
43+
<IntermediateOutputPath>obj\Release\WP8\</IntermediateOutputPath>
4244
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
4345
<NoStdLib>true</NoStdLib>
4446
<NoConfig>true</NoConfig>
4547
<ErrorReport>prompt</ErrorReport>
4648
<WarningLevel>4</WarningLevel>
4749
<DocumentationFile>Bin\Release\WP8\Akavache.Mobile.XML</DocumentationFile>
4850
</PropertyGroup>
49-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
50-
<DebugSymbols>true</DebugSymbols>
51-
<DebugType>full</DebugType>
52-
<Optimize>false</Optimize>
53-
<OutputPath>Bin\x86\Debug</OutputPath>
54-
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
55-
<NoStdLib>true</NoStdLib>
56-
<NoConfig>true</NoConfig>
57-
<ErrorReport>prompt</ErrorReport>
58-
<WarningLevel>4</WarningLevel>
59-
</PropertyGroup>
60-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
61-
<DebugType>pdbonly</DebugType>
62-
<Optimize>true</Optimize>
63-
<OutputPath>Bin\x86\Release</OutputPath>
64-
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
65-
<NoStdLib>true</NoStdLib>
66-
<NoConfig>true</NoConfig>
67-
<ErrorReport>prompt</ErrorReport>
68-
<WarningLevel>4</WarningLevel>
69-
</PropertyGroup>
70-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
71-
<DebugSymbols>true</DebugSymbols>
72-
<DebugType>full</DebugType>
73-
<Optimize>false</Optimize>
74-
<OutputPath>Bin\ARM\Debug</OutputPath>
75-
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
76-
<NoStdLib>true</NoStdLib>
77-
<NoConfig>true</NoConfig>
78-
<ErrorReport>prompt</ErrorReport>
79-
<WarningLevel>4</WarningLevel>
80-
</PropertyGroup>
81-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
82-
<DebugType>pdbonly</DebugType>
83-
<Optimize>true</Optimize>
84-
<OutputPath>Bin\ARM\Release</OutputPath>
85-
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
86-
<NoStdLib>true</NoStdLib>
87-
<NoConfig>true</NoConfig>
88-
<ErrorReport>prompt</ErrorReport>
89-
<WarningLevel>4</WarningLevel>
90-
</PropertyGroup>
9151
<ItemGroup>
9252
<Compile Include="AkavacheDriver.cs" />
9353
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -158,4 +118,4 @@
158118
<Target Name="AfterBuild">
159119
</Target>
160120
-->
161-
</Project>
121+
</Project>

Akavache.Mobile/Akavache.Mobile_WinRT.csproj

Lines changed: 3 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<DebugType>full</DebugType>
2323
<Optimize>false</Optimize>
2424
<OutputPath>bin\Debug\WinRT45\</OutputPath>
25+
<IntermediateOutputPath>obj\Debug\WinRT45\</IntermediateOutputPath>
2526
<DefineConstants>TRACE;DEBUG;NETFX_CORE; WINRT</DefineConstants>
2627
<ErrorReport>prompt</ErrorReport>
2728
<WarningLevel>4</WarningLevel>
@@ -33,77 +34,12 @@
3334
<DebugType>pdbonly</DebugType>
3435
<Optimize>true</Optimize>
3536
<OutputPath>bin\Release\WinRT45\</OutputPath>
37+
<IntermediateOutputPath>obj\Release\WinRT45\</IntermediateOutputPath>
3638
<DefineConstants>TRACE;NETFX_CORE; WINRT</DefineConstants>
3739
<ErrorReport>prompt</ErrorReport>
3840
<WarningLevel>4</WarningLevel>
3941
<DocumentationFile>bin\Release\WinRT45\Akavache.Mobile.XML</DocumentationFile>
4042
</PropertyGroup>
41-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
42-
<DebugSymbols>true</DebugSymbols>
43-
<OutputPath>bin\ARM\Debug\</OutputPath>
44-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
45-
<NoWarn>;2008</NoWarn>
46-
<DebugType>full</DebugType>
47-
<PlatformTarget>ARM</PlatformTarget>
48-
<UseVSHostingProcess>false</UseVSHostingProcess>
49-
<ErrorReport>prompt</ErrorReport>
50-
<Prefer32Bit>true</Prefer32Bit>
51-
</PropertyGroup>
52-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
53-
<OutputPath>bin\ARM\Release\</OutputPath>
54-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
55-
<Optimize>true</Optimize>
56-
<NoWarn>;2008</NoWarn>
57-
<DebugType>pdbonly</DebugType>
58-
<PlatformTarget>ARM</PlatformTarget>
59-
<UseVSHostingProcess>false</UseVSHostingProcess>
60-
<ErrorReport>prompt</ErrorReport>
61-
<Prefer32Bit>true</Prefer32Bit>
62-
</PropertyGroup>
63-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
64-
<DebugSymbols>true</DebugSymbols>
65-
<OutputPath>bin\x64\Debug\</OutputPath>
66-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
67-
<NoWarn>;2008</NoWarn>
68-
<DebugType>full</DebugType>
69-
<PlatformTarget>x64</PlatformTarget>
70-
<UseVSHostingProcess>false</UseVSHostingProcess>
71-
<ErrorReport>prompt</ErrorReport>
72-
<Prefer32Bit>true</Prefer32Bit>
73-
</PropertyGroup>
74-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
75-
<OutputPath>bin\x64\Release\</OutputPath>
76-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
77-
<Optimize>true</Optimize>
78-
<NoWarn>;2008</NoWarn>
79-
<DebugType>pdbonly</DebugType>
80-
<PlatformTarget>x64</PlatformTarget>
81-
<UseVSHostingProcess>false</UseVSHostingProcess>
82-
<ErrorReport>prompt</ErrorReport>
83-
<Prefer32Bit>true</Prefer32Bit>
84-
</PropertyGroup>
85-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
86-
<DebugSymbols>true</DebugSymbols>
87-
<OutputPath>bin\x86\Debug\</OutputPath>
88-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
89-
<NoWarn>;2008</NoWarn>
90-
<DebugType>full</DebugType>
91-
<PlatformTarget>x86</PlatformTarget>
92-
<UseVSHostingProcess>false</UseVSHostingProcess>
93-
<ErrorReport>prompt</ErrorReport>
94-
<Prefer32Bit>true</Prefer32Bit>
95-
</PropertyGroup>
96-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
97-
<OutputPath>bin\x86\Release\</OutputPath>
98-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
99-
<Optimize>true</Optimize>
100-
<NoWarn>;2008</NoWarn>
101-
<DebugType>pdbonly</DebugType>
102-
<PlatformTarget>x86</PlatformTarget>
103-
<UseVSHostingProcess>false</UseVSHostingProcess>
104-
<ErrorReport>prompt</ErrorReport>
105-
<Prefer32Bit>true</Prefer32Bit>
106-
</PropertyGroup>
10743
<ItemGroup>
10844
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
10945
<ProjectReference Include="..\Akavache\Akavache_WinRT.csproj">
@@ -174,4 +110,4 @@
174110
<Target Name="AfterBuild">
175111
</Target>
176112
-->
177-
</Project>
113+
</Project>

Akavache.Sqlite3/Akavache.Sqlite3_MonoMac.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<DebugType>full</DebugType>
2121
<Optimize>false</Optimize>
2222
<OutputPath>bin\Debug\Mono\</OutputPath>
23+
<IntermediateOutputPath>obj\Debug\Mono\</IntermediateOutputPath>
2324
<DefineConstants>DEBUG;TRACE; MONO</DefineConstants>
2425
<ErrorReport>prompt</ErrorReport>
2526
<WarningLevel>4</WarningLevel>
@@ -29,6 +30,7 @@
2930
<DebugType>pdbonly</DebugType>
3031
<Optimize>true</Optimize>
3132
<OutputPath>bin\Release\Mono\</OutputPath>
33+
<IntermediateOutputPath>obj\Release\Mono\</IntermediateOutputPath>
3234
<DefineConstants>TRACE; MONO</DefineConstants>
3335
<ErrorReport>prompt</ErrorReport>
3436
<WarningLevel>4</WarningLevel>

Akavache.Sqlite3/Akavache.Sqlite3_Monodroid.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<DebugType>full</DebugType>
3131
<Optimize>False</Optimize>
3232
<OutputPath>bin\Debug\Monoandroid</OutputPath>
33+
<IntermediateOutputPath>obj\Debug\Monoandroid</IntermediateOutputPath>
3334
<DefineConstants>DEBUG;MONO; XAMARIN_MOBILE; ANDROID</DefineConstants>
3435
<ErrorReport>prompt</ErrorReport>
3536
<WarningLevel>4</WarningLevel>
@@ -72,6 +73,7 @@
7273
<DebugType>pdbonly</DebugType>
7374
<Optimize>True</Optimize>
7475
<OutputPath>bin\Release\Monoandroid</OutputPath>
76+
<IntermediateOutputPath>obj\Release\Monoandroid</IntermediateOutputPath>
7577
<DefineConstants>MONO; XAMARIN_MOBILE; ANDROID</DefineConstants>
7678
<ErrorReport>prompt</ErrorReport>
7779
<WarningLevel>4</WarningLevel>

Akavache.Sqlite3/Akavache.Sqlite3_Monotouch.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<DebugType>full</DebugType>
2020
<Optimize>False</Optimize>
2121
<OutputPath>bin\Debug\Monotouch</OutputPath>
22+
<IntermediateOutputPath>obj\Debug\Monotouch</IntermediateOutputPath>
2223
<DefineConstants>DEBUG; MONO; IOS</DefineConstants>
2324
<ErrorReport>prompt</ErrorReport>
2425
<WarningLevel>4</WarningLevel>
@@ -29,6 +30,7 @@
2930
<DebugType>pdbonly</DebugType>
3031
<Optimize>True</Optimize>
3132
<OutputPath>bin\Release\Monotouch</OutputPath>
33+
<IntermediateOutputPath>obj\Release\Monotouch</IntermediateOutputPath>
3234
<ErrorReport>prompt</ErrorReport>
3335
<WarningLevel>4</WarningLevel>
3436
<ConsolePause>False</ConsolePause>

Akavache.Sqlite3/Akavache.Sqlite3_Net45.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<DebugType>full</DebugType>
2222
<Optimize>false</Optimize>
2323
<OutputPath>bin\Debug\Net45\</OutputPath>
24+
<IntermediateOutputPath>obj\Debug\Net45\</IntermediateOutputPath>
2425
<DefineConstants>DEBUG;TRACE</DefineConstants>
2526
<ErrorReport>prompt</ErrorReport>
2627
<WarningLevel>4</WarningLevel>
@@ -31,6 +32,7 @@
3132
<DebugType>pdbonly</DebugType>
3233
<Optimize>true</Optimize>
3334
<OutputPath>bin\Release\Net45\</OutputPath>
35+
<IntermediateOutputPath>obj\Release\Net45\</IntermediateOutputPath>
3436
<DefineConstants>TRACE</DefineConstants>
3537
<ErrorReport>prompt</ErrorReport>
3638
<WarningLevel>4</WarningLevel>
@@ -94,4 +96,4 @@
9496
<Target Name="AfterBuild">
9597
</Target>
9698
-->
97-
</Project>
99+
</Project>

Akavache.Sqlite3/Akavache.Sqlite3_WinRT.csproj

Lines changed: 3 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<DebugType>full</DebugType>
2323
<Optimize>false</Optimize>
2424
<OutputPath>bin\Debug\WinRT45\</OutputPath>
25+
<IntermediateOutputPath>obj\Debug\WinRT45\</IntermediateOutputPath>
2526
<DefineConstants>TRACE;DEBUG;NETFX_CORE; WINRT</DefineConstants>
2627
<ErrorReport>prompt</ErrorReport>
2728
<WarningLevel>4</WarningLevel>
@@ -33,77 +34,12 @@
3334
<DebugType>pdbonly</DebugType>
3435
<Optimize>true</Optimize>
3536
<OutputPath>bin\Release\WinRT45\</OutputPath>
37+
<IntermediateOutputPath>obj\Release\WinRT45\</IntermediateOutputPath>
3638
<DefineConstants>TRACE;NETFX_CORE; WINRT</DefineConstants>
3739
<ErrorReport>prompt</ErrorReport>
3840
<WarningLevel>4</WarningLevel>
3941
<DocumentationFile>bin\Release\WinRT45\Akavache.Sqlite3.xml</DocumentationFile>
4042
</PropertyGroup>
41-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
42-
<DebugSymbols>true</DebugSymbols>
43-
<OutputPath>bin\ARM\Debug\</OutputPath>
44-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
45-
<NoWarn>;2008</NoWarn>
46-
<DebugType>full</DebugType>
47-
<PlatformTarget>ARM</PlatformTarget>
48-
<UseVSHostingProcess>false</UseVSHostingProcess>
49-
<ErrorReport>prompt</ErrorReport>
50-
<Prefer32Bit>true</Prefer32Bit>
51-
</PropertyGroup>
52-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
53-
<OutputPath>bin\ARM\Release\</OutputPath>
54-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
55-
<Optimize>true</Optimize>
56-
<NoWarn>;2008</NoWarn>
57-
<DebugType>pdbonly</DebugType>
58-
<PlatformTarget>ARM</PlatformTarget>
59-
<UseVSHostingProcess>false</UseVSHostingProcess>
60-
<ErrorReport>prompt</ErrorReport>
61-
<Prefer32Bit>true</Prefer32Bit>
62-
</PropertyGroup>
63-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
64-
<DebugSymbols>true</DebugSymbols>
65-
<OutputPath>bin\x64\Debug\</OutputPath>
66-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
67-
<NoWarn>;2008</NoWarn>
68-
<DebugType>full</DebugType>
69-
<PlatformTarget>x64</PlatformTarget>
70-
<UseVSHostingProcess>false</UseVSHostingProcess>
71-
<ErrorReport>prompt</ErrorReport>
72-
<Prefer32Bit>true</Prefer32Bit>
73-
</PropertyGroup>
74-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
75-
<OutputPath>bin\x64\Release\</OutputPath>
76-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
77-
<Optimize>true</Optimize>
78-
<NoWarn>;2008</NoWarn>
79-
<DebugType>pdbonly</DebugType>
80-
<PlatformTarget>x64</PlatformTarget>
81-
<UseVSHostingProcess>false</UseVSHostingProcess>
82-
<ErrorReport>prompt</ErrorReport>
83-
<Prefer32Bit>true</Prefer32Bit>
84-
</PropertyGroup>
85-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
86-
<DebugSymbols>true</DebugSymbols>
87-
<OutputPath>bin\x86\Debug\</OutputPath>
88-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
89-
<NoWarn>;2008</NoWarn>
90-
<DebugType>full</DebugType>
91-
<PlatformTarget>x86</PlatformTarget>
92-
<UseVSHostingProcess>false</UseVSHostingProcess>
93-
<ErrorReport>prompt</ErrorReport>
94-
<Prefer32Bit>true</Prefer32Bit>
95-
</PropertyGroup>
96-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
97-
<OutputPath>bin\x86\Release\</OutputPath>
98-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
99-
<Optimize>true</Optimize>
100-
<NoWarn>;2008</NoWarn>
101-
<DebugType>pdbonly</DebugType>
102-
<PlatformTarget>x86</PlatformTarget>
103-
<UseVSHostingProcess>false</UseVSHostingProcess>
104-
<ErrorReport>prompt</ErrorReport>
105-
<Prefer32Bit>true</Prefer32Bit>
106-
</PropertyGroup>
10743
<ItemGroup>
10844
<Compile Include="Properties\AssemblyInfo.cs" />
10945
<Compile Include="Registrations.cs" />
@@ -167,4 +103,4 @@
167103
<Target Name="AfterBuild">
168104
</Target>
169105
-->
170-
</Project>
106+
</Project>

0 commit comments

Comments
 (0)