prevent xml savers from triggering xml providers

This commit is contained in:
Luke Pulverenti
2013-12-06 10:59:40 -05:00
parent 5f0d8000a5
commit 9f4f2281cd
30 changed files with 55 additions and 100 deletions

View File

@@ -32,6 +32,11 @@
<PlatformTarget>x86</PlatformTarget>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="ServiceStack.Common">