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 721 by william, Mon Jun 17 12:03:50 2013 UTC vs.
Revision 722 by william, Tue Jun 18 19:18:05 2013 UTC

--- trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj	2013/06/18 11:40:50	721
+++ trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj	2013/06/18 19:18:05	722
@@ -37,6 +37,7 @@
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
+    <Reference Include="System.configuration" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />
     <Reference Include="System.Data.DataSetExtensions" />
@@ -48,8 +49,15 @@
     <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
       <Link>Properties\SharedAssemblyInfo.cs</Link>
     </Compile>
+    <Compile Include="ExceptionUtil.cs" />
+    <Compile Include="FileUtil.cs" />
+    <Compile Include="Interlocked.cs" />
+    <Compile Include="IsolatedStoragePath.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="SettingSubscriber.cs" />
+    <Compile Include="SR.cs" />
+    <Compile Include="StringUtil.cs" />
+    <Compile Include="UnsafeNativeMethods.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="Properties\AssemblyInfo.cs.tmpl" />