Changeset 7240 for branches/HeuristicLab.DataImporter
- Timestamp:
- 12/27/11 19:46:23 (13 years ago)
- Location:
- branches/HeuristicLab.DataImporter
- Files:
-
- 1 deleted
- 8 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.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.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|x64' "> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x64\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|x64' "> 67 <OutputPath> bin\x64\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|x86' "> 76 76 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x86\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|x86' "> 85 <OutputPath> bin\x86\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" /> … … 143 143 <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project> 144 144 <Name>HeuristicLab.DataImporter.DataProcessor</Name> 145 <Private>False</Private> 145 146 </ProjectReference> 146 147 <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj"> 147 148 <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project> 148 149 <Name>HeuristicLab.DataImporter.Data</Name> 150 <Private>False</Private> 149 151 </ProjectReference> 150 152 </ItemGroup> -
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.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|x64' "> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x64\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|x64' "> 67 <OutputPath> bin\x64\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|x86' "> 76 76 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x86\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|x86' "> 85 <OutputPath> bin\x86\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" /> … … 139 139 <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project> 140 140 <Name>HeuristicLab.DataImporter.DataProcessor</Name> 141 <Private>False</Private> 141 142 </ProjectReference> 142 143 <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj"> 143 144 <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project> 144 145 <Name>HeuristicLab.DataImporter.Data</Name> 146 <Private>False</Private> 145 147 </ProjectReference> 146 148 </ItemGroup> -
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj
r6708 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|x64' "> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x64\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|x64' "> 67 <OutputPath> bin\x64\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|x86' "> 76 76 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x86\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|x86' "> 85 <OutputPath> bin\x86\Release\</OutputPath>85 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 86 86 <DefineConstants>TRACE</DefineConstants> 87 87 <Optimize>true</Optimize> … … 93 93 <ItemGroup> 94 94 <Reference Include="ALGLIB-3.1.0"> 95 <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath> 96 </Reference> 97 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 98 <SpecificVersion>False</SpecificVersion> 99 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 100 </Reference> 101 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86"> 102 <SpecificVersion>False</SpecificVersion> 103 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 95 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.1.0.dll</HintPath> 96 <Private>False</Private> 97 </Reference> 98 <Reference Include="HeuristicLab.Persistence-3.3"> 99 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 100 <Private>False</Private> 101 </Reference> 102 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 103 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 104 <Private>False</Private> 104 105 </Reference> 105 106 <Reference Include="System" /> … … 264 265 <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project> 265 266 <Name>HeuristicLab.DataImporter.Data</Name> 267 <Private>False</Private> 266 268 </ProjectReference> 267 269 </ItemGroup> -
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/HeuristicLab.DataImporter.Data.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>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>94 <Reference Include="HeuristicLab.Persistence-3.3"> 95 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 96 <Private>False</Private> 97 </Reference> 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" /> -
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> -
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> -
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj
r6134 r7240 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath> bin\Debug\</OutputPath>40 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath> bin\Release\</OutputPath>49 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 55 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 56 56 <DebugSymbols>true</DebugSymbols> 57 <OutputPath> bin\x64\Debug\</OutputPath>57 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 58 58 <DefineConstants>DEBUG;TRACE</DefineConstants> 59 59 <DebugType>full</DebugType> … … 63 63 </PropertyGroup> 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 65 <OutputPath> bin\x64\Release\</OutputPath>65 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 66 66 <DefineConstants>TRACE</DefineConstants> 67 67 <Optimize>true</Optimize> … … 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 74 74 <DebugSymbols>true</DebugSymbols> 75 <OutputPath> bin\x86\Debug\</OutputPath>75 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 76 76 <DefineConstants>DEBUG;TRACE</DefineConstants> 77 77 <DebugType>full</DebugType> … … 81 81 </PropertyGroup> 82 82 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 83 <OutputPath> bin\x86\Release\</OutputPath>83 <OutputPath>..\..\..\trunk\sources\bin</OutputPath> 84 84 <DefineConstants>TRACE</DefineConstants> 85 85 <Optimize>true</Optimize> … … 90 90 </PropertyGroup> 91 91 <ItemGroup> 92 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 , Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">93 < SpecificVersion>False</SpecificVersion>94 < HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>92 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 93 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 94 <Private>False</Private> 95 95 </Reference> 96 96 <Reference Include="System" /> … … 112 112 <ItemGroup> 113 113 <None Include="Properties\AssemblyInfo.frame" /> 114 <None Include="UpdateLocalInstallation.cmd" />115 114 </ItemGroup> 116 115 <ItemGroup> … … 118 117 <Project>{F83B3E02-FCAA-46CA-8712-C41B960D19C3}</Project> 119 118 <Name>HeuristicLab.DataImporter.Backend.Csv</Name> 119 <Private>False</Private> 120 120 </ProjectReference> 121 121 <ProjectReference Include="..\HeuristicLab.DataImporter.Backend.Hl2ImporterFormat\HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.csproj"> 122 122 <Project>{67E69744-D0D3-48C3-8F9D-51EE1A64E3F6}</Project> 123 123 <Name>HeuristicLab.DataImporter.Backend.Hl2ImporterFormat</Name> 124 <Private>False</Private> 124 125 </ProjectReference> 125 126 <ProjectReference Include="..\HeuristicLab.DataImporter.Command\HeuristicLab.DataImporter.Command.csproj"> 126 127 <Project>{62625144-AC9E-4970-A79C-882B72A1601C}</Project> 127 128 <Name>HeuristicLab.DataImporter.Command</Name> 129 <Private>False</Private> 128 130 </ProjectReference> 129 131 <ProjectReference Include="..\HeuristicLab.DataImporter.DataProcessor\HeuristicLab.DataImporter.DataProcessor.csproj"> 130 132 <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project> 131 133 <Name>HeuristicLab.DataImporter.DataProcessor</Name> 134 <Private>False</Private> 132 135 </ProjectReference> 133 136 <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj"> 134 137 <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project> 135 138 <Name>HeuristicLab.DataImporter.Data</Name> 139 <Private>False</Private> 136 140 </ProjectReference> 137 141 </ItemGroup> … … 167 171 set Outdir=$(Outdir) 168 172 set Platform=$(PlatformName) 169 170 call UpdateLocalInstallation.cmd</PostBuildEvent> 173 </PostBuildEvent> 171 174 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 172 175 set ProjectDir=$(ProjectDir)
Note: See TracChangeset
for help on using the changeset viewer.