--- trunk/RomCheater.Logging/RomCheater.Logging.csproj 2012/05/09 11:29:33 34 +++ trunk/RomCheater.Logging/RomCheater.Logging.csproj 2012/05/09 11:39:59 35 @@ -37,6 +37,7 @@ <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> + <NoWarn>1607</NoWarn> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> <OutputPath>bin\x86\Release\</OutputPath> @@ -93,6 +94,10 @@ <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project> <Name>RomCheater.UserSettingsSupport</Name> </ProjectReference> + <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. |