Changeset 16692 for branches/2521_ProblemRefactoring/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj
- Timestamp:
- 03/18/19 17:24:30 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/2521_ProblemRefactoring/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj
r11623 r16692 114 114 <Compile Include="Administration\ServiceClient\ProblemClass.cs" /> 115 115 <Compile Include="OKBRoles.cs" /> 116 <Compile Include="Properties\Settings.Designer.cs"> 117 <AutoGen>True</AutoGen> 118 <DesignTimeSharedInput>True</DesignTimeSharedInput> 119 <DependentUpon>Settings.settings</DependentUpon> 120 </Compile> 121 <Compile Include="RunCreation\OKBSolution.cs" /> 116 122 <Compile Include="Plugin.cs" /> 117 123 <Compile Include="Query\QueryClient.cs" /> … … 156 162 <Compile Include="RunCreation\OKBProblem.cs" /> 157 163 <Compile Include="RunCreation\OKBRun.cs" /> 164 <Compile Include="RunCreation\SingleObjectiveOKBSolution.cs" /> 158 165 <Compile Include="RunCreation\RunCreationClient.cs" /> 159 166 <Compile Include="RunCreation\ServiceClient\Algorithm.cs" /> 167 <Compile Include="RunCreation\ServiceClient\BoolValue.cs" /> 168 <Compile Include="RunCreation\ServiceClient\TimeSpanValue.cs" /> 169 <Compile Include="RunCreation\ServiceClient\StringValue.cs" /> 170 <Compile Include="RunCreation\ServiceClient\PercentValue.cs" /> 171 <Compile Include="RunCreation\ServiceClient\DoubleValue.cs" /> 172 <Compile Include="RunCreation\ServiceClient\FloatValue.cs" /> 173 <Compile Include="RunCreation\ServiceClient\LongValue.cs" /> 174 <Compile Include="RunCreation\ServiceClient\IntValue.cs" /> 160 175 <Compile Include="RunCreation\ServiceClient\Problem.cs" /> 161 176 <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" /> 162 177 <Compile Include="Properties\AssemblyInfo.cs" /> 178 <Compile Include="RunCreation\ServiceClient\Value.cs" /> 163 179 <Compile Include="RunCreation\SingleObjectiveOKBProblem.cs" /> 164 180 <None Include="app.config" /> … … 166 182 <None Include="Properties\AssemblyInfo.cs.frame" /> 167 183 <None Include="Administration\ServiceClient\GenerateServiceClient.cmd" /> 184 <None Include="Properties\Settings.settings"> 185 <Generator>SettingsSingleFileGenerator</Generator> 186 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 187 </None> 168 188 <None Include="Query\ServiceClient\GenerateServiceClient.cmd" /> 169 189 <None Include="RunCreation\ServiceClient\GenerateServiceClient.cmd" />
Note: See TracChangeset
for help on using the changeset viewer.