--- trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj 2012/05/09 11:29:33 34 +++ trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj 2012/05/09 11:39:59 35 @@ -21,6 +21,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <NoWarn>1607</NoWarn> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> @@ -43,6 +44,12 @@ <Compile Include="SettingsSubscriberBase.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\RomCheater.VersionSupport\RomCheater.VersionSupport.csproj"> + <Project>{8EE9208B-A6F5-4EC7-AB81-F4422CEE80A0}</Project> + <Name>RomCheater.VersionSupport</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |