|
@@ -20,7 +20,7 @@
|
|
<DebugType>full</DebugType>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
- <DefineConstants>TRACE;DEBUG;PETAJSON_NO_EMIT</DefineConstants>
|
|
|
|
|
|
+ <DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
@@ -52,6 +52,7 @@
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="TestAbstractTypes.cs" />
|
|
<Compile Include="TestAbstractTypes.cs" />
|
|
<Compile Include="TestCustomFormat.cs" />
|
|
<Compile Include="TestCustomFormat.cs" />
|
|
|
|
+ <Compile Include="TestNullableTypes.cs" />
|
|
<Compile Include="TestOptions.cs" />
|
|
<Compile Include="TestOptions.cs" />
|
|
<Compile Include="TestPrimitiveTypes.cs" />
|
|
<Compile Include="TestPrimitiveTypes.cs" />
|
|
<Compile Include="TestsEvents.cs" />
|
|
<Compile Include="TestsEvents.cs" />
|