--- trunk/RomCheater.Logging/RomCheater.Logging.csproj 2012/05/09 10:08:42 32 +++ trunk/RomCheater.Logging/RomCheater.Logging.csproj 2012/05/09 11:29:33 34 @@ -70,12 +70,30 @@ <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> + </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. |