ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj
(Generate patch)

Comparing trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj (file contents):
Revision 34 by william, Wed May 9 11:29:33 2012 UTC vs.
Revision 35 by william, Wed May 9 11:39:59 2012 UTC

--- 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.