- Timestamp:
- 05/30/17 17:46:41 (7 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj
r14995 r15003 336 336 </Compile> 337 337 <None Include="Properties\Settings.settings"> 338 <Generator> SettingsSingleFileGenerator</Generator>338 <Generator>PublicSettingsSingleFileGenerator</Generator> 339 339 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 340 340 </None> -
trunk/sources/HeuristicLab.Core.Views/3.3/Properties/Settings.Designer.cs
r14995 r15003 1 //------------------------------------------------------------------------------1 //------------------------------------------------------------------------------ 2 2 // <auto-generated> 3 3 // This code was generated by a tool. … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 5.1.0.0")]16 internalsealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 18 18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); -
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r14204 r15003 153 153 <EmbeddedResource Include="Documents\SGP_Robocode.hl" /> 154 154 <None Include="Plugin.cs.frame" /> 155 <Compile Include="ChangeNestingLevelDialog.cs"> 156 <SubType>Form</SubType> 157 </Compile> 158 <Compile Include="ChangeNestingLevelDialog.Designer.cs"> 159 <DependentUpon>ChangeNestingLevelDialog.cs</DependentUpon> 160 </Compile> 161 <Compile Include="MenuItems\ChangeNestingLevelMenuItem.cs" /> 155 162 <Compile Include="OptimizerSingleDocumentMainForm.cs"> 156 163 <SubType>Form</SubType>
Note: See TracChangeset
for help on using the changeset viewer.