--- trunk/RomCheater.Logging/RomCheater.Logging.csproj 2012/05/09 10:08:42 32 +++ 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> @@ -70,12 +71,34 @@ <DependentUpon>LogWriter.cs</DependentUpon> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Properties\Settings.Designer.cs"> + <AutoGen>True</AutoGen> + <DesignTimeSharedInput>True</DesignTimeSharedInput> + <DependentUpon>Settings.settings</DependentUpon> + </Compile> </ItemGroup> <ItemGroup> <EmbeddedResource Include="LogWriter.resx"> <DependentUpon>LogWriter.cs</DependentUpon> </EmbeddedResource> </ItemGroup> + <ItemGroup> + <None Include="app.config" /> + <None Include="Properties\Settings.settings"> + <Generator>SettingsSingleFileGenerator</Generator> + <LastGenOutput>Settings.Designer.cs</LastGenOutput> + </None> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj"> + <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. Other similar extension points exist, see Microsoft.Common.targets. |