- Timestamp:
- 06/25/13 17:27:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/EPPlus-3.1.3/EPPlus-3.1.3.csproj
r9587 r9658 48 48 <DebugType>full</DebugType> 49 49 <Optimize>false</Optimize> 50 <OutputPath> ..\..\..\..\..\..\trunk\sources\bin\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 51 <DefineConstants>DEBUG;TRACE</DefineConstants> 52 52 <ErrorReport>prompt</ErrorReport> … … 59 59 <DebugType>pdbonly</DebugType> 60 60 <Optimize>true</Optimize> 61 <OutputPath> ..\..\..\..\..\..\trunk\sources\bin\</OutputPath>61 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 62 <DefineConstants>TRACE</DefineConstants> 63 63 <ErrorReport>prompt</ErrorReport> … … 70 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 71 71 <DebugSymbols>true</DebugSymbols> 72 <OutputPath> ..\..\..\..\bin\</OutputPath>72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 73 73 <DefineConstants>DEBUG;TRACE</DefineConstants> 74 74 <DocumentationFile> … … 80 80 </PropertyGroup> 81 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 82 <OutputPath> ..\..\..\..\bin\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 83 83 <DefineConstants>TRACE</DefineConstants> 84 84 <DocumentationFile> … … 92 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 93 93 <DebugSymbols>true</DebugSymbols> 94 <OutputPath> ..\..\..\..\bin\</OutputPath>94 <OutputPath>$(SolutionDir)\bin\</OutputPath> 95 95 <DefineConstants>DEBUG;TRACE</DefineConstants> 96 96 <DocumentationFile> … … 102 102 </PropertyGroup> 103 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 104 <OutputPath> ..\..\..\..\bin\</OutputPath>104 <OutputPath>$(SolutionDir)\bin\</OutputPath> 105 105 <DefineConstants>TRACE</DefineConstants> 106 106 <DocumentationFile> … … 167 167 <Compile Include="ConditionalFormatting\Contracts\IExcelConditionalFormattingWithStdDev.cs" /> 168 168 <Compile Include="ConditionalFormatting\Contracts\IExcelConditionalFormattingWithText.cs" /> 169 <Compile Include="ConditionalFormatting\ExcelConditionalFormattingIconData BarValue.cs" />169 <Compile Include="ConditionalFormatting\ExcelConditionalFormattingIconDatabarValue.cs" /> 170 170 <Compile Include="ConditionalFormatting\Rules\ExcelConditionalFormattingDataBar.cs" /> 171 171 <Compile Include="ConditionalFormatting\Rules\ExcelConditionalFormattingFiveIconSet.cs" /> … … 321 321 <Compile Include="VBA\ExcelVbaModule.cs" /> 322 322 <Compile Include="VBA\ExcelVbaModuleAttribute.cs" /> 323 <Compile Include="VBA\ExcelV baModuleCollection.cs" />324 <Compile Include="VBA\ExcelV baProject.cs" />323 <Compile Include="VBA\ExcelVBAModuleCollection.cs" /> 324 <Compile Include="VBA\ExcelVBAProject.cs" /> 325 325 <Compile Include="ExcelWorkbookView.cs" /> 326 326 <Compile Include="ExcelWorksheetView.cs" /> … … 372 372 <Compile Include="Utils\SqRefUtility.cs" /> 373 373 <Compile Include="VBA\ExcelVbaProtection.cs" /> 374 <Compile Include="VBA\ExcelV baReference.cs" />375 <Compile Include="VBA\ExcelV baSignature.cs" />374 <Compile Include="VBA\ExcelVBAReference.cs" /> 375 <Compile Include="VBA\ExcelVBASignature.cs" /> 376 376 <Compile Include="XmlHelper.cs" /> 377 377 <Compile Include="XmlHelperFactory.cs" />
Note: See TracChangeset
for help on using the changeset viewer.