Changeset 6829 for branches/Trunk/HeuristicLab.Tracing
- Timestamp:
- 09/26/11 00:18:01 (13 years ago)
- Location:
- branches/Trunk
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj
r6179 r6829 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>..\..\bin\Release\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> 55 55 <WarningLevel>4</WarningLevel> 56 <DocumentationFile>bin\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 59 </PropertyGroup> 59 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 60 61 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x64\Debug\</OutputPath>62 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 62 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 64 <DebugType>full</DebugType> … … 67 68 </PropertyGroup> 68 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 69 <OutputPath> bin\x64\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 70 71 <DefineConstants>TRACE</DefineConstants> 71 72 <Optimize>true</Optimize> … … 78 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 79 80 <DebugSymbols>true</DebugSymbols> 80 <OutputPath> bin\x86\Debug\</OutputPath>81 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 81 82 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 83 <DebugType>full</DebugType> … … 86 87 </PropertyGroup> 87 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 88 <OutputPath> bin\x86\Release\</OutputPath>89 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 89 90 <DefineConstants>TRACE</DefineConstants> 90 91 <Optimize>true</Optimize> … … 122 123 </ItemGroup> 123 124 <ItemGroup> 124 <None Include="app.config" /> 125 <None Include="app.config"> 126 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 127 </None> 125 128 <None Include="HeuristicLab.snk" /> 126 129 <None Include="Properties\AssemblyInfo.frame" />
Note: See TracChangeset
for help on using the changeset viewer.