Changeset 7240 for branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces
- 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.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj
r6134 r7240 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>42 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 49 49 <DebugType>pdbonly</DebugType> 50 50 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>51 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 52 52 <DefineConstants>TRACE</DefineConstants> 53 53 <ErrorReport>prompt</ErrorReport> … … 57 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x86\Debug\</OutputPath>59 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 67 <OutputPath> bin\x86\Release\</OutputPath>67 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 75 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 76 76 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x64\Debug\</OutputPath>77 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 78 78 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 79 <DebugType>full</DebugType> … … 83 83 </PropertyGroup> 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 85 <OutputPath> bin\x64\Release\</OutputPath>85 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 86 86 <DefineConstants>TRACE</DefineConstants> 87 87 <Optimize>true</Optimize> … … 92 92 </PropertyGroup> 93 93 <ItemGroup> 94 <Reference Include="HeuristicLab.Persistence-3.3 , Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">95 < SpecificVersion>False</SpecificVersion>96 < HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>94 <Reference Include="HeuristicLab.Persistence-3.3"> 95 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 96 <Private>False</Private> 97 97 </Reference> 98 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 , Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">99 < SpecificVersion>False</SpecificVersion>100 < HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>98 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 99 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 100 <Private>False</Private> 101 101 </Reference> 102 102 <Reference Include="System" /> … … 132 132 <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project> 133 133 <Name>HeuristicLab.DataImporter.Data</Name> 134 <Private>False</Private> 134 135 </ProjectReference> 135 136 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.