--- 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" /> |