Changeset 10396 for branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
- Timestamp:
- 01/26/14 01:42:09 (11 years ago)
- Location:
- branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj
r10364 r10396 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="ALGLIB-3.7.0 , Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">96 <HintPath>..\..\ bin\ALGLIB-3.7.0.dll</HintPath>95 <Reference Include="ALGLIB-3.7.0"> 96 <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath> 97 97 <Private>False</Private> 98 98 </Reference> … … 100 100 <SpecificVersion>False</SpecificVersion> 101 101 <HintPath>..\..\..\..\trunk\sources\bin\EPPlus-3.1.3.dll</HintPath> 102 <Private>False</Private> 103 </Reference> 104 <Reference Include="HeuristicLab.Analysis-3.3"> 105 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 106 </Reference> 107 <Reference Include="HeuristicLab.Analysis.Views-3.3"> 108 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath> 102 109 <Private>False</Private> 103 110 </Reference> … … 192 199 </ItemGroup> 193 200 <ItemGroup> 194 <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" />195 201 <Compile Include="InteractiveSymbolicExpressionTreeChart.cs"> 196 202 <SubType>UserControl</SubType> … … 206 212 </Compile> 207 213 <Compile Include="Plugin.cs" /> 214 <Compile Include="SlidingWindowBestSolutionsCollectionView.cs"> 215 <SubType>UserControl</SubType> 216 </Compile> 217 <Compile Include="SlidingWindowBestSolutionsCollectionView.Designer.cs"> 218 <DependentUpon>SlidingWindowBestSolutionsCollectionView.cs</DependentUpon> 219 </Compile> 208 220 <Compile Include="SlidingWindowDataView.cs"> 209 221 <SubType>UserControl</SubType> … … 319 331 </ItemGroup> 320 332 <ItemGroup> 321 <EmbeddedResource Include="SlidingWindowDataView.resx"> 322 <DependentUpon>SlidingWindowDataView.cs</DependentUpon> 333 <Folder Include="Exporters\" /> 334 </ItemGroup> 335 <ItemGroup> 336 <EmbeddedResource Include="SlidingWindowBestSolutionsCollectionView.resx"> 337 <DependentUpon>SlidingWindowBestSolutionsCollectionView.cs</DependentUpon> 323 338 </EmbeddedResource> 324 339 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.