Changeset 9738 for branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests/HeuristicLab.Tests.csproj
- Timestamp:
- 07/23/13 15:59:23 (11 years ago)
- Location:
- branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter
-
Property
svn:ignore
set to
TestResults
-
Property
svn:ignore
set to
-
branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests
-
Property
svn:ignore
set to
bin
obj
-
Property
svn:ignore
set to
-
branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r9735 r9738 22 22 <DebugType>full</DebugType> 23 23 <Optimize>false</Optimize> 24 <OutputPath> bin\Debug\</OutputPath>24 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 25 25 <DefineConstants>DEBUG;TRACE</DefineConstants> 26 26 <ErrorReport>prompt</ErrorReport> 27 27 <WarningLevel>4</WarningLevel> 28 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 28 29 </PropertyGroup> 29 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 30 31 <DebugType>pdbonly</DebugType> 31 32 <Optimize>true</Optimize> 32 <OutputPath> bin\Release\</OutputPath>33 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 33 34 <DefineConstants>TRACE</DefineConstants> 34 35 <ErrorReport>prompt</ErrorReport> 35 36 <WarningLevel>4</WarningLevel> 37 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 38 </PropertyGroup> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x64</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 47 </PropertyGroup> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 49 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 50 <DefineConstants>TRACE</DefineConstants> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x64</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 </PropertyGroup> 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 <DebugType>full</DebugType> 62 <PlatformTarget>x86</PlatformTarget> 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 65 </PropertyGroup> 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 67 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 68 <DefineConstants>TRACE</DefineConstants> 69 <Optimize>true</Optimize> 70 <DebugType>pdbonly</DebugType> 71 <PlatformTarget>x86</PlatformTarget> 72 <ErrorReport>prompt</ErrorReport> 73 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 74 </PropertyGroup> 75 <PropertyGroup> 76 <SignAssembly>true</SignAssembly> 77 </PropertyGroup> 78 <PropertyGroup> 79 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 36 80 </PropertyGroup> 37 81 <ItemGroup> 38 82 <Reference Include="ALGLIB-3.7.0"> 39 83 <HintPath>..\..\..\Trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath> 84 <Private>False</Private> 40 85 </Reference> 41 86 <Reference Include="HeuristicLab.Common-3.3"> 42 87 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 88 <Private>False</Private> 43 89 </Reference> 44 90 <Reference Include="HeuristicLab.Core-3.3"> 45 91 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 92 <Private>False</Private> 46 93 </Reference> 47 94 <Reference Include="HeuristicLab.Data-3.3"> 48 95 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 96 <Private>False</Private> 49 97 </Reference> 50 98 <Reference Include="HeuristicLab.Operators-3.3"> 51 99 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 100 <Private>False</Private> 52 101 </Reference> 53 102 <Reference Include="HeuristicLab.Optimization-3.3"> 54 103 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 104 <Private>False</Private> 55 105 </Reference> 56 106 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 57 107 <HintPath>..\..\..\Trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 108 <Private>False</Private> 58 109 </Reference> 59 110 <Reference Include="HeuristicLab.Random-3.3"> 60 111 <HintPath>..\..\..\Trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 112 <Private>False</Private> 61 113 </Reference> 62 114 <Reference Include="System" /> … … 85 137 <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project> 86 138 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 139 <Private>False</Private> 87 140 </ProjectReference> 88 141 <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 89 142 <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project> 90 143 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 144 <Private>False</Private> 91 145 </ProjectReference> 146 </ItemGroup> 147 <ItemGroup> 148 <None Include="HeuristicLab.snk" /> 92 149 </ItemGroup> 93 150 <Choose>
Note: See TracChangeset
for help on using the changeset viewer.