Changeset 6434
- Timestamp:
- 06/16/11 15:24:42 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r6432 r6434 406 406 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Operators.Views.GraphVisualization.Views-3.3", "HeuristicLab.Operators.Views.GraphVisualization.Views\3.3\HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj", "{0C39A349-1979-419A-89BD-E4E2F26BD287}" 407 407 EndProject 408 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PluginInfrastructure-3.3.Test ", "HeuristicLab.PluginInfrastructure\3.3\Tests\HeuristicLab.PluginInfrastructure-3.3.Test.csproj", "{04840E7E-F7DB-4CE4-B308-EE805DD94E73}"408 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PluginInfrastructure-3.3.Tests", "HeuristicLab.PluginInfrastructure\3.3\Tests\HeuristicLab.PluginInfrastructure-3.3.Tests.csproj", "{04840E7E-F7DB-4CE4-B308-EE805DD94E73}" 409 409 EndProject 410 410 Global -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/AssemblyInfo.frame
r6427 r6434 38 38 [assembly: AssemblyCulture("")] 39 39 [assembly: CLSCompliant(true)] 40 [assembly: InternalsVisibleTo("HeuristicLab.PluginInfrastructure-3.3.Test , PublicKey=0024000004800000940000000602000000240000525341310004000001000100e3d38bc66a0dd8dd36f57285e34632ec04b3049866ab1e64cf230e95ffcbfbb90c437b4d11dfe74ba981f746274290bb03f3e636e139e685b501031dc6e0bc8409153f0c842721eb9e8e2a703c9e4d102283f3ddbdfab4078c08de51869715992a694d2f608d0fa865c9d17c06b8d6a9135004e982fd862cdb2277e4ad15a4a6")]40 [assembly: InternalsVisibleTo("HeuristicLab.PluginInfrastructure-3.3.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100e3d38bc66a0dd8dd36f57285e34632ec04b3049866ab1e64cf230e95ffcbfbb90c437b4d11dfe74ba981f746274290bb03f3e636e139e685b501031dc6e0bc8409153f0c842721eb9e8e2a703c9e4d102283f3ddbdfab4078c08de51869715992a694d2f608d0fa865c9d17c06b8d6a9135004e982fd862cdb2277e4ad15a4a6")] 41 41 42 42 // Setting ComVisible to false makes the types in this assembly not visible -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Tests/Properties/AssemblyInfo.cs
r6429 r6434 27 27 // set of attributes. Change these attribute values to modify the information 28 28 // associated with an assembly. 29 [assembly: AssemblyTitle("HeuristicLab.PluginInfrastructure-3.3.Test ")]29 [assembly: AssemblyTitle("HeuristicLab.PluginInfrastructure-3.3.Tests")] 30 30 [assembly: AssemblyDescription("Unit test classes for the HeuristicLab plugin infrastructure")] 31 31 [assembly: AssemblyConfiguration("")]
Note: See TracChangeset
for help on using the changeset viewer.