Changeset 10391
- Timestamp:
- 01/24/14 12:43:35 (11 years ago)
- Location:
- trunk/sources
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r10359 r10391 1864 1864 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1865 1865 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|Any CPU.Build.0 = Debug|Any CPU 1866 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x64.ActiveCfg = Debug|Any CPU 1867 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x86.ActiveCfg = Debug|Any CPU 1866 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x64.ActiveCfg = Debug|x64 1867 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x64.Build.0 = Debug|x64 1868 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x86.ActiveCfg = Debug|x86 1869 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x86.Build.0 = Debug|x86 1868 1870 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|Any CPU.ActiveCfg = Release|Any CPU 1869 1871 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|Any CPU.Build.0 = Release|Any CPU 1870 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x64.ActiveCfg = Release|Any CPU 1871 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x86.ActiveCfg = Release|Any CPU 1872 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x64.ActiveCfg = Release|x64 1873 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x64.Build.0 = Release|x64 1874 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x86.ActiveCfg = Release|x86 1875 {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x86.Build.0 = Release|x86 1872 1876 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1873 1877 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|Any CPU.Build.0 = Debug|Any CPU 1874 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x64.ActiveCfg = Debug|Any CPU 1875 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x86.ActiveCfg = Debug|Any CPU 1878 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x64.ActiveCfg = Debug|x64 1879 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x64.Build.0 = Debug|x64 1880 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x86.ActiveCfg = Debug|x86 1881 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x86.Build.0 = Debug|x86 1876 1882 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|Any CPU.ActiveCfg = Release|Any CPU 1877 1883 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|Any CPU.Build.0 = Release|Any CPU 1878 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x64.ActiveCfg = Release|Any CPU 1879 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x86.ActiveCfg = Release|Any CPU 1884 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x64.ActiveCfg = Release|x64 1885 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x64.Build.0 = Release|x64 1886 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x86.ActiveCfg = Release|x86 1887 {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x86.Build.0 = Release|x86 1880 1888 EndGlobalSection 1881 1889 GlobalSection(SolutionProperties) = preSolution -
trunk/sources/HeuristicLab.HLScript.Views/3.3
-
Property
svn:global-ignores
set to
bin
obj
Plugin.cs
-
Property
svn:global-ignores
set to
-
trunk/sources/HeuristicLab.HLScript.Views/3.3/HeuristicLab.HLScript.Views-3.3.csproj
r10358 r10391 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath> bin\Release\</OutputPath>29 <OutputPath>..\..\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 37 37 <PropertyGroup> 38 38 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 41 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>..\..\bin\</OutputPath> 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 <DebugType>full</DebugType> 45 <PlatformTarget>x64</PlatformTarget> 46 <ErrorReport>prompt</ErrorReport> 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 50 <OutputPath>..\..\bin\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <Optimize>true</Optimize> 53 <DebugType>pdbonly</DebugType> 54 <PlatformTarget>x64</PlatformTarget> 55 <ErrorReport>prompt</ErrorReport> 56 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 57 </PropertyGroup> 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath>..\..\bin\</OutputPath> 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 <DebugType>full</DebugType> 63 <PlatformTarget>x86</PlatformTarget> 64 <ErrorReport>prompt</ErrorReport> 65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 </PropertyGroup> 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 68 <OutputPath>..\..\bin\</OutputPath> 69 <DefineConstants>TRACE</DefineConstants> 70 <Optimize>true</Optimize> 71 <DebugType>pdbonly</DebugType> 72 <PlatformTarget>x86</PlatformTarget> 73 <ErrorReport>prompt</ErrorReport> 74 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 39 75 </PropertyGroup> 40 76 <ItemGroup> -
trunk/sources/HeuristicLab.HLScript.Views/3.3/Properties
-
Property
svn:global-ignores
set to
AssemblyInfo.cs
-
Property
svn:global-ignores
set to
-
trunk/sources/HeuristicLab.HLScript/3.3
-
Property
svn:global-ignores
set to
bin
obj
Plugin.cs
-
Property
svn:global-ignores
set to
-
trunk/sources/HeuristicLab.HLScript/3.3/HeuristicLab.HLScript-3.3.csproj
r10332 r10391 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath> bin\Release\</OutputPath>29 <OutputPath>..\..\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 37 37 <PropertyGroup> 38 38 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 41 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>..\..\bin\</OutputPath> 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 <DebugType>full</DebugType> 45 <PlatformTarget>x64</PlatformTarget> 46 <ErrorReport>prompt</ErrorReport> 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 50 <OutputPath>..\..\bin\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <Optimize>true</Optimize> 53 <DebugType>pdbonly</DebugType> 54 <PlatformTarget>x64</PlatformTarget> 55 <ErrorReport>prompt</ErrorReport> 56 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 57 </PropertyGroup> 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath>..\..\bin\</OutputPath> 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 <DebugType>full</DebugType> 63 <PlatformTarget>x86</PlatformTarget> 64 <ErrorReport>prompt</ErrorReport> 65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 </PropertyGroup> 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 68 <OutputPath>..\..\bin\</OutputPath> 69 <DefineConstants>TRACE</DefineConstants> 70 <Optimize>true</Optimize> 71 <DebugType>pdbonly</DebugType> 72 <PlatformTarget>x86</PlatformTarget> 73 <ErrorReport>prompt</ErrorReport> 74 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 39 75 </PropertyGroup> 40 76 <ItemGroup> -
trunk/sources/HeuristicLab.HLScript/3.3/Properties
-
Property
svn:global-ignores
set to
AssemblyInfo.cs
-
Property
svn:global-ignores
set to
Note: See TracChangeset
for help on using the changeset viewer.