- Timestamp:
- 12/27/11 19:46:23 (13 years ago)
- Location:
- branches/HeuristicLab.DataImporter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DataImporter
- Property svn:ignore
-
old new 1 1 *.suo 2 2 _ReSharper.HeuristicLab.DataImporter 3 *.user
-
- Property svn:ignore
-
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj
r6134 r7240 42 42 <DebugType>full</DebugType> 43 43 <Optimize>false</Optimize> 44 <OutputPath> bin\Debug\</OutputPath>44 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> bin\Release\</OutputPath>53 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x86\Debug\</OutputPath>61 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 67 67 </PropertyGroup> 68 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 69 <OutputPath> bin\x86\Release\</OutputPath>69 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 70 70 <DefineConstants>TRACE</DefineConstants> 71 71 <Optimize>true</Optimize> … … 77 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 78 78 <DebugSymbols>true</DebugSymbols> 79 <OutputPath> bin\x64\Debug\</OutputPath>79 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 80 80 <DefineConstants>DEBUG;TRACE</DefineConstants> 81 81 <DebugType>full</DebugType> … … 85 85 </PropertyGroup> 86 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 87 <OutputPath> bin\x64\Release\</OutputPath>87 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 88 88 <DefineConstants>TRACE</DefineConstants> 89 89 <Optimize>true</Optimize> … … 94 94 </PropertyGroup> 95 95 <ItemGroup> 96 <Reference Include="HeuristicLab.Common.Resources-3.3 , Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">97 < SpecificVersion>False</SpecificVersion>98 < HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>99 </Reference> 100 <Reference Include="HeuristicLab.Persistence-3.3 , Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">101 < SpecificVersion>False</SpecificVersion>102 < HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>103 </Reference> 104 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 , Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">105 < SpecificVersion>False</SpecificVersion>106 < HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>96 <Reference Include="HeuristicLab.Common.Resources-3.3"> 97 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 98 <Private>False</Private> 99 </Reference> 100 <Reference Include="HeuristicLab.Persistence-3.3"> 101 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 102 <Private>False</Private> 103 </Reference> 104 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 105 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 106 <Private>False</Private> 107 107 </Reference> 108 108 <Reference Include="System" /> … … 182 182 <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project> 183 183 <Name>HeuristicLab.DataImporter.Data</Name> 184 <Private>False</Private> 184 185 </ProjectReference> 185 186 <ProjectReference Include="..\HeuristicLab.DataImporter.DbExplorer.Interfaces\HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj"> 186 187 <Project>{815384EE-2B32-4C25-AE06-4FC7F417FE28}</Project> 187 188 <Name>HeuristicLab.DataImporter.DbExplorer.Interfaces</Name> 189 <Private>False</Private> 188 190 </ProjectReference> 189 191 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.