21 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 |
|
<ErrorReport>prompt</ErrorReport> |
23 |
|
<WarningLevel>4</WarningLevel> |
24 |
+ |
<NoWarn>1607</NoWarn> |
25 |
|
</PropertyGroup> |
26 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 |
|
<DebugType>pdbonly</DebugType> |
44 |
|
<Compile Include="SettingsSubscriberBase.cs" /> |
45 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
46 |
|
</ItemGroup> |
47 |
+ |
<ItemGroup> |
48 |
+ |
<ProjectReference Include="..\RomCheater.VersionSupport\RomCheater.VersionSupport.csproj"> |
49 |
+ |
<Project>{8EE9208B-A6F5-4EC7-AB81-F4422CEE80A0}</Project> |
50 |
+ |
<Name>RomCheater.VersionSupport</Name> |
51 |
+ |
</ProjectReference> |
52 |
+ |
</ItemGroup> |
53 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
54 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
55 |
|
Other similar extension points exist, see Microsoft.Common.targets. |