- Timestamp:
- 02/28/13 09:09:39 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab 3.3 Services.sln
r9166 r9253 191 191 {F685556B-F6EB-4143-8E7E-662D00FDD299}.Release|x86.Build.0 = Release|x86 192 192 {034C2EE4-E303-4E45-98AB-F0074EC83B81}.Debug|Any CPU.ActiveCfg = Debug 193 {034C2EE4-E303-4E45-98AB-F0074EC83B81}.Debug|Any CPU.Build.0 = Debug 193 194 {034C2EE4-E303-4E45-98AB-F0074EC83B81}.Debug|Mixed Platforms.ActiveCfg = Debug 194 195 {034C2EE4-E303-4E45-98AB-F0074EC83B81}.Debug|Mixed Platforms.Build.0 = Debug … … 334 335 {E0095F29-604B-4EE8-9EE8-8187DA3B24F1}.Release|x86.ActiveCfg = Release|Any CPU 335 336 {D6DD768C-707C-415A-B9F8-C1F7668F8560}.Debug|Any CPU.ActiveCfg = Debug|x86 336 {D6DD768C-707C-415A-B9F8-C1F7668F8560}.Debug|Any CPU.Build.0 = Debug|x86337 337 {D6DD768C-707C-415A-B9F8-C1F7668F8560}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 338 338 {D6DD768C-707C-415A-B9F8-C1F7668F8560}.Debug|Mixed Platforms.Build.0 = Debug|x86 -
branches/OaaS/HeuristicLab.Clients.Hive.JobManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj
r8958 r9253 231 231 </ProjectReference> 232 232 </ItemGroup> 233 <ItemGroup>234 <EmbeddedResource Include="Views\RefreshableHiveJobView.resx">235 <DependentUpon>RefreshableHiveJobView.cs</DependentUpon>236 </EmbeddedResource>237 </ItemGroup>238 233 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 239 234 <PropertyGroup> -
branches/OaaS/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj
r8187 r9253 141 141 <None Include="Plugin.cs.frame" /> 142 142 <Compile Include="Controls\ControlExtensions.cs" /> 143 <Compile Include="MainForms\DockForm.cs"> 144 <SubType>Form</SubType> 145 </Compile> 143 <Compile Include="MainForms\DockForm.cs" /> 146 144 <Compile Include="MainForms\DockForm.Designer.cs"> 147 145 <DependentUpon>DockForm.cs</DependentUpon>
Note: See TracChangeset
for help on using the changeset viewer.