Changeset 3216
- Timestamp:
- 03/25/10 17:10:04 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r3196 r3216 221 221 EndProject 222 222 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.GeneticAlgorithm.Views-3.3", "HeuristicLab.Algorithms.GeneticAlgorithm.Views\3.3\HeuristicLab.Algorithms.GeneticAlgorithm.Views-3.3.csproj", "{3F090389-DC7C-4F22-8B11-1977C8032D94}" 223 EndProject 224 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Deployment-3.3.Tests", "HeuristicLab.Services.Deployment\3.3\Tests\HeuristicLab.Services.Deployment-3.3.Tests.csproj", "{421D9CCA-5A48-4813-AB9C-ED7025F9CC35}" 223 225 EndProject 224 226 Global … … 1231 1233 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Services|x64.ActiveCfg = Release|x64 1232 1234 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Services|x86.ActiveCfg = Release|x86 1235 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1236 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Debug|x64.ActiveCfg = Debug|x64 1237 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Debug|x86.ActiveCfg = Debug|x86 1238 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Release|Any CPU.ActiveCfg = Release|Any CPU 1239 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Release|x64.ActiveCfg = Release|x64 1240 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Release|x86.ActiveCfg = Release|x86 1241 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Services|Any CPU.ActiveCfg = Release|Any CPU 1242 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Services|Any CPU.Build.0 = Release|Any CPU 1243 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Services|x64.ActiveCfg = Release|x64 1244 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Services|x64.Build.0 = Release|x64 1245 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Services|x86.ActiveCfg = Release|x86 1246 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Services|x86.Build.0 = Release|x86 1233 1247 EndGlobalSection 1234 1248 GlobalSection(SolutionProperties) = preSolution -
trunk/sources/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj
r3088 r3216 66 66 </PropertyGroup> 67 67 <ItemGroup> 68 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />69 68 <Reference Include="System" /> 70 69 <Reference Include="System.Core"> … … 100 99 <DependentUpon>Settings.settings</DependentUpon> 101 100 </Compile> 102 <Compile Include="Tests\PluginStoreTest.cs" />103 101 <Compile Include="Update.cs" /> 104 102 </ItemGroup> -
trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests
-
Property
svn:ignore
set to
obj
bin
*.user
-
Property
svn:ignore
set to
Note: See TracChangeset
for help on using the changeset viewer.