Changeset 2191 for branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database
- Timestamp:
- 07/28/09 14:31:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database/3.2/HeuristicLab.Modeling.Database-3.2.csproj
r2188 r2191 33 33 <WarningLevel>4</WarningLevel> 34 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\x64\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x64</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 44 <OutputPath>bin\x64\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x64</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 50 </PropertyGroup> 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 52 <DebugSymbols>true</DebugSymbols> 53 <OutputPath>bin\x86\Debug\</OutputPath> 54 <DefineConstants>DEBUG;TRACE</DefineConstants> 55 <DebugType>full</DebugType> 56 <PlatformTarget>x86</PlatformTarget> 57 <ErrorReport>prompt</ErrorReport> 58 </PropertyGroup> 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 60 <OutputPath>bin\x86\Release\</OutputPath> 61 <DefineConstants>TRACE</DefineConstants> 62 <Optimize>true</Optimize> 63 <DebugType>pdbonly</DebugType> 64 <PlatformTarget>x86</PlatformTarget> 65 <ErrorReport>prompt</ErrorReport> 66 </PropertyGroup> 35 67 <ItemGroup> 36 68 <Reference Include="System" /> … … 48 80 </ItemGroup> 49 81 <ItemGroup> 82 <Compile Include="IInputVariableResult.cs" /> 83 <Compile Include="IAlgorithm.cs" /> 84 <Compile Include="IProblem.cs" /> 85 <Compile Include="IVariable.cs" /> 86 <Compile Include="IInputVariable.cs" /> 50 87 <Compile Include="HeuristicLabModelingDatabasePlugin.cs" /> 88 <Compile Include="IModel.cs" /> 89 <Compile Include="IModelingDatabase.cs" /> 90 <Compile Include="IModelResult.cs" /> 91 <Compile Include="IResult.cs" /> 51 92 <Compile Include="Properties\AssemblyInfo.cs" /> 52 93 </ItemGroup> … … 56 97 </ItemGroup> 57 98 <ItemGroup> 58 <ProjectReference Include="..\ HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">99 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 59 100 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 60 101 <Name>HeuristicLab.PluginInfrastructure</Name>
Note: See TracChangeset
for help on using the changeset viewer.