Changeset 10391 for trunk/sources/HeuristicLab.HLScript/3.3
- Timestamp:
- 01/24/14 12:43:35 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.HLScript/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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.