|
@@ -10,12 +10,12 @@
|
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
- <DefineConstants>TRACE2_0;NOT_UNITY;SERVER;</DefineConstants>
|
|
|
|
|
|
|
+ <DefineConstants>TRACE2_0;NOT_UNITY;APPS;</DefineConstants>
|
|
|
<OutputPath>..\..\Bin\</OutputPath>
|
|
<OutputPath>..\..\Bin\</OutputPath>
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
- <DefineConstants>TRACE2_0;SERVER;NOT_UNITY</DefineConstants>
|
|
|
|
|
|
|
+ <DefineConstants>TRACE2_0;SERVER;NOT_UNITY;APPS</DefineConstants>
|
|
|
<OutputPath>..\..\Bin\</OutputPath>
|
|
<OutputPath>..\..\Bin\</OutputPath>
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
@@ -49,7 +49,7 @@
|
|
|
</Compile>
|
|
</Compile>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
- <ProjectReference Include="..\Model\Apps.Model.csproj"/>
|
|
|
|
|
- <ProjectReference Include="..\..\Share\Analyzer\Share.Analyzer.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
|
|
|
|
|
|
|
+ <ProjectReference Include="..\Model\Apps.Model.csproj" />
|
|
|
|
|
+ <ProjectReference Include="..\..\Share\Analyzer\Share.Analyzer.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
</Project>
|
|
</Project>
|