|
@@ -26,6 +26,7 @@
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - DB|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - DB|AnyCPU'">
|
|
<NoWarn />
|
|
<NoWarn />
|
|
|
|
+ <DefineConstants>$(DefineConstants);RPC</DefineConstants>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
@@ -777,7 +778,6 @@
|
|
<ProjectReference Include="..\..\InABox\InABox.Client.Local\InABox.Client.Local.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.Client.Local\InABox.Client.Local.csproj" />
|
|
<ProjectReference Include="..\..\inabox\inabox.client.rest\InABox.Client.Rest\InABox.Client.Rest.csproj" />
|
|
<ProjectReference Include="..\..\inabox\inabox.client.rest\InABox.Client.Rest\InABox.Client.Rest.csproj" />
|
|
<ProjectReference Include="..\..\inabox\InABox.Client.RPC\InABox.Client.RPC.csproj" />
|
|
<ProjectReference Include="..\..\inabox\InABox.Client.RPC\InABox.Client.RPC.csproj" />
|
|
- <ProjectReference Include="..\..\InABox\InABox.Configuration\InABox.Configuration.csproj" />
|
|
|
|
<ProjectReference Include="..\..\InABox\InABox.Core\InABox.Core.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.Core\InABox.Core.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.Database.SQLite\InABox.Database.SQLite.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.Database.SQLite\InABox.Database.SQLite.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.DatabaseProxy\InABox.DatabaseProxy.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.DatabaseProxy\InABox.DatabaseProxy.csproj" />
|
|
@@ -786,6 +786,7 @@
|
|
<ProjectReference Include="..\..\InABox\InABox.Logging\InABox.Logging.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.Logging\InABox.Logging.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.Mailer.Exchange\InABox.Mailer.Exchange.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.Mailer.Exchange\InABox.Mailer.Exchange.csproj" />
|
|
<ProjectReference Include="..\..\InABox\inabox.mailer.imap\InABox.Mailer.IMAP.csproj" />
|
|
<ProjectReference Include="..\..\InABox\inabox.mailer.imap\InABox.Mailer.IMAP.csproj" />
|
|
|
|
+ <ProjectReference Include="..\..\inabox\InABox.Poster.CSV\InABox.Poster.CSV.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.Scripting\InABox.Scripting.csproj" />
|
|
<ProjectReference Include="..\..\InABox\InABox.Scripting\InABox.Scripting.csproj" />
|
|
<ProjectReference Include="..\..\InABox\inabox.wpf\InABox.Wpf.csproj" />
|
|
<ProjectReference Include="..\..\InABox\inabox.wpf\InABox.Wpf.csproj" />
|
|
<ProjectReference Include="..\PRS.Classes\PRSClasses.csproj" />
|
|
<ProjectReference Include="..\PRS.Classes\PRSClasses.csproj" />
|