Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/11 12:45:26 (13 years ago)
Author:
mkommend
Message:

#1653: Merged new HL solution into the trunk.

Location:
trunk/sources
Files:
2 deleted
11 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources

    • Property svn:ignore
      •  

        old new  
         1*.docstates
         2*.psess
        13*.resharper
        24*.suo
         5*.vsp
        36Google.ProtocolBuffers-0.9.1.dll
         7HeuristicLab 3.3.5.1.ReSharper.user
         8HeuristicLab 3.3.6.0.ReSharper.user
        49HeuristicLab.4.5.resharper.user
        510HeuristicLab.resharper.user
         
        813_ReSharper.HeuristicLab
        914_ReSharper.HeuristicLab 3.3
         15_ReSharper.HeuristicLab.ExtLibs
         16bin
        1017protoc.exe
        11 HeuristicLab 3.3.5.1.ReSharper.user
        12 *.psess
        13 *.vsp
        14 *.docstates
        15 bin
        16 HeuristicLab 3.3.6.0.ReSharper.user
         18HeuristicLab.ExtLibs.6.0.ReSharper.user
    • Property svn:mergeinfo changed
      /branches/Restructure trunk solution (added)merged: 6828
      /branches/Trunk (added)merged: 6829,​6831-6833,​6842-6848,​6850,​6865
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabProtobufCSPlugin.cs
        55*.vs10x
         6Plugin.cs
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-0.9.1.csproj

    r5163 r6866  
    1212    <AssemblyName>HeuristicLab.ProtobufCS-0.9.1</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    4041    <DebugType>full</DebugType>
    4142    <Optimize>false</Optimize>
    42     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4344    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4445    <ErrorReport>prompt</ErrorReport>
     
    4950    <DebugType>pdbonly</DebugType>
    5051    <Optimize>true</Optimize>
    51     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5253    <DefineConstants>TRACE</DefineConstants>
    5354    <ErrorReport>prompt</ErrorReport>
     
    5758  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    5859    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>bin\x86\Debug\</OutputPath>
     60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6061    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6162    <DebugType>full</DebugType>
     
    6566  </PropertyGroup>
    6667  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    67     <OutputPath>bin\x86\Release\</OutputPath>
     68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6869    <DefineConstants>TRACE</DefineConstants>
    6970    <Optimize>true</Optimize>
     
    7576  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7677    <DebugSymbols>true</DebugSymbols>
    77     <OutputPath>bin\x64\Debug\</OutputPath>
     78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7879    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7980    <DebugType>full</DebugType>
     
    8384  </PropertyGroup>
    8485  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    85     <OutputPath>bin\x64\Release\</OutputPath>
     86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8687    <DefineConstants>TRACE</DefineConstants>
    8788    <Optimize>true</Optimize>
     
    9596  </ItemGroup>
    9697  <ItemGroup>
    97     <None Include="HeuristicLabProtobufCSPlugin.cs.frame" />
    98     <Compile Include="HeuristicLabProtobufCSPlugin.cs" />
     98    <None Include="Plugin.cs.frame" />
     99    <Compile Include="Plugin.cs" />
    99100    <Compile Include="Properties\AssemblyInfo.cs" />
    100     <None Include="Properties\AssemblyInfo.frame" />
     101    <None Include="Properties\AssemblyInfo.cs.frame" />
    101102  </ItemGroup>
    102103  <ItemGroup>
     
    108109      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    109110      <Name>ProtocolBuffers</Name>
     111      <Private>False</Private>
    110112    </ProjectReference>
    111113  </ItemGroup>
     
    150152
    151153call PreBuildEvent.cmd
    152 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProtobufCSPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProtobufCSPlugin.cs"</PreBuildEvent>
     154</PreBuildEvent>
    153155  </PropertyGroup>
    154156</Project>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/AddressBook/AddressBook.csproj

    r5163 r6866  
    3939    <DebugType>full</DebugType>
    4040    <Optimize>false</Optimize>
    41     <OutputPath>bin\Debug\</OutputPath>
     41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4242    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4343    <ErrorReport>prompt</ErrorReport>
     
    4848    <DebugType>pdbonly</DebugType>
    4949    <Optimize>true</Optimize>
    50     <OutputPath>bin\Release\</OutputPath>
     50    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5151    <DefineConstants>TRACE</DefineConstants>
    5252    <ErrorReport>prompt</ErrorReport>
     
    6565  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6666    <DebugSymbols>true</DebugSymbols>
    67     <OutputPath>bin\x86\Debug\</OutputPath>
     67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6868    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6969    <DebugType>full</DebugType>
     
    7373  </PropertyGroup>
    7474  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    75     <OutputPath>bin\x86\Release\</OutputPath>
     75    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7676    <DefineConstants>TRACE</DefineConstants>
    7777    <Optimize>true</Optimize>
     
    9292  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    9393    <DebugSymbols>true</DebugSymbols>
    94     <OutputPath>bin\x64\Debug\</OutputPath>
     94    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    9595    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9696    <DebugType>full</DebugType>
     
    100100  </PropertyGroup>
    101101  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    102     <OutputPath>bin\x64\Release\</OutputPath>
     102    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    103103    <DefineConstants>TRACE</DefineConstants>
    104104    <Optimize>true</Optimize>
     
    134134      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    135135      <Name>ProtocolBuffers</Name>
    136     </ProjectReference>
     136  <Private>False</Private></ProjectReference>
    137137  </ItemGroup>
    138138  <ItemGroup>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.csproj

    r5163 r6866  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6565    <DebugSymbols>true</DebugSymbols>
    66     <OutputPath>bin\x86\Debug\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6767    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6868    <DebugType>full</DebugType>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <Optimize>true</Optimize>
     
    9191  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    9292    <DebugSymbols>true</DebugSymbols>
    93     <OutputPath>bin\x64\Debug\</OutputPath>
     93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    9494    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9595    <DebugType>full</DebugType>
     
    9999  </PropertyGroup>
    100100  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    101     <OutputPath>bin\x64\Release\</OutputPath>
     101    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    102102    <DefineConstants>TRACE</DefineConstants>
    103103    <Optimize>true</Optimize>
     
    129129      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    130130      <Name>ProtocolBuffers</Name>
    131     </ProjectReference>
     131  <Private>False</Private></ProjectReference>
    132132  </ItemGroup>
    133133  <ItemGroup>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoDump/ProtoDump.csproj

    r5163 r6866  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6565    <DebugSymbols>true</DebugSymbols>
    66     <OutputPath>bin\x86\Debug\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6767    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6868    <DebugType>full</DebugType>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <Optimize>true</Optimize>
     
    9191  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    9292    <DebugSymbols>true</DebugSymbols>
    93     <OutputPath>bin\x64\Debug\</OutputPath>
     93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    9494    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9595    <DebugType>full</DebugType>
     
    9999  </PropertyGroup>
    100100  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    101     <OutputPath>bin\x64\Release\</OutputPath>
     101    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    102102    <DefineConstants>TRACE</DefineConstants>
    103103    <Optimize>true</Optimize>
     
    127127      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    128128      <Name>ProtocolBuffers</Name>
    129     </ProjectReference>
     129  <Private>False</Private></ProjectReference>
    130130  </ItemGroup>
    131131  <ItemGroup>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen.Test/ProtoGen.Test.csproj

    r6559 r6866  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    6767  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    6868    <DebugSymbols>true</DebugSymbols>
    69     <OutputPath>bin\x64\Debug\</OutputPath>
     69    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7070    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7171    <DebugType>full</DebugType>
     
    8080  </PropertyGroup>
    8181  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    82     <OutputPath>bin\x64\Release\</OutputPath>
     82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8383    <DefineConstants>TRACE</DefineConstants>
    8484    <Optimize>true</Optimize>
    8585    <DebugType>pdbonly</DebugType>
    8686    <PlatformTarget>x64</PlatformTarget>
    87     <CodeAnalysisLogFile>bin\Release\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     87    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    8888    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    8989    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     
    109109  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    110110    <DebugSymbols>true</DebugSymbols>
    111     <OutputPath>bin\x86\Debug\</OutputPath>
     111    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    112112    <DefineConstants>DEBUG;TRACE</DefineConstants>
    113113    <DebugType>full</DebugType>
     
    122122  </PropertyGroup>
    123123  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    124     <OutputPath>bin\x86\Release\</OutputPath>
     124    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    125125    <DefineConstants>TRACE</DefineConstants>
    126126    <Optimize>true</Optimize>
    127127    <DebugType>pdbonly</DebugType>
    128128    <PlatformTarget>x86</PlatformTarget>
    129     <CodeAnalysisLogFile>bin\Release\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     129    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    130130    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    131131    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     
    168168      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    169169      <Name>ProtocolBuffers</Name>
    170     </ProjectReference>
     170  <Private>False</Private></ProjectReference>
    171171    <ProjectReference Include="..\ProtoGen\ProtoGen.csproj">
    172172      <Project>{250ADE34-82FD-4BAE-86D5-985FBE589C4A}</Project>
    173173      <Name>ProtoGen</Name>
    174     </ProjectReference>
     174  <Private>False</Private></ProjectReference>
    175175  </ItemGroup>
    176176  <ItemGroup>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj

    r6559 r6866  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    6767  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    6868    <DebugSymbols>true</DebugSymbols>
    69     <OutputPath>bin\x86\Debug\</OutputPath>
     69    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7070    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7171    <DebugType>full</DebugType>
     
    8282  </PropertyGroup>
    8383  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    84     <OutputPath>bin\x86\Release\</OutputPath>
     84    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8585    <DefineConstants>TRACE</DefineConstants>
    8686    <Optimize>true</Optimize>
    8787    <DebugType>pdbonly</DebugType>
    8888    <PlatformTarget>x86</PlatformTarget>
    89     <CodeAnalysisLogFile>bin\Release\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     89    <CodeAnalysisLogFile>$(SolutionDir)\bin\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    9090    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    9191    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     
    115115  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    116116    <DebugSymbols>true</DebugSymbols>
    117     <OutputPath>bin\x64\Debug\</OutputPath>
     117    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    118118    <DefineConstants>DEBUG;TRACE</DefineConstants>
    119119    <DebugType>full</DebugType>
     
    130130  </PropertyGroup>
    131131  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    132     <OutputPath>bin\x64\Release\</OutputPath>
     132    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    133133    <DefineConstants>TRACE</DefineConstants>
    134134    <Optimize>true</Optimize>
    135135    <DebugType>pdbonly</DebugType>
    136136    <PlatformTarget>x64</PlatformTarget>
    137     <CodeAnalysisLogFile>bin\Release\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     137    <CodeAnalysisLogFile>$(SolutionDir)\bin\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    138138    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    139139    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     
    196196      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    197197      <Name>ProtocolBuffers</Name>
    198     </ProjectReference>
     198  <Private>False</Private></ProjectReference>
    199199  </ItemGroup>
    200200  <ItemGroup>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoMunge/ProtoMunge.csproj

    r5163 r6866  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6565    <DebugSymbols>true</DebugSymbols>
    66     <OutputPath>bin\x86\Debug\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6767    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6868    <DebugType>full</DebugType>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <Optimize>true</Optimize>
     
    9191  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    9292    <DebugSymbols>true</DebugSymbols>
    93     <OutputPath>bin\x64\Debug\</OutputPath>
     93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    9494    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9595    <DebugType>full</DebugType>
     
    9999  </PropertyGroup>
    100100  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    101     <OutputPath>bin\x64\Release\</OutputPath>
     101    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    102102    <DefineConstants>TRACE</DefineConstants>
    103103    <Optimize>true</Optimize>
     
    127127      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    128128      <Name>ProtocolBuffers</Name>
    129     </ProjectReference>
     129  <Private>False</Private></ProjectReference>
    130130  </ItemGroup>
    131131  <ItemGroup>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj

    r6559 r6866  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    6767  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    6868    <DebugSymbols>true</DebugSymbols>
    69     <OutputPath>bin\x86\Debug\</OutputPath>
     69    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7070    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7171    <DebugType>full</DebugType>
     
    8282  </PropertyGroup>
    8383  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    84     <OutputPath>bin\x86\Release\</OutputPath>
     84    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8585    <DefineConstants>TRACE</DefineConstants>
    8686    <Optimize>true</Optimize>
    8787    <DebugType>pdbonly</DebugType>
    8888    <PlatformTarget>x86</PlatformTarget>
    89     <CodeAnalysisLogFile>bin\Release\Google.ProtocolBuffers.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     89    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    9090    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    9191    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     
    115115  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    116116    <DebugSymbols>true</DebugSymbols>
    117     <OutputPath>bin\x64\Debug\</OutputPath>
     117    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    118118    <DefineConstants>DEBUG;TRACE</DefineConstants>
    119119    <DebugType>full</DebugType>
     
    130130  </PropertyGroup>
    131131  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    132     <OutputPath>bin\x64\Release\</OutputPath>
     132    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    133133    <DefineConstants>TRACE</DefineConstants>
    134134    <Optimize>true</Optimize>
    135135    <DebugType>pdbonly</DebugType>
    136136    <PlatformTarget>x64</PlatformTarget>
    137     <CodeAnalysisLogFile>bin\Release\Google.ProtocolBuffers.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     137    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    138138    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    139139    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     
    209209      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    210210      <Name>ProtocolBuffers</Name>
    211     </ProjectReference>
     211  <Private>False</Private></ProjectReference>
    212212  </ItemGroup>
    213213  <ItemGroup>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj

    r6559 r6866  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>bin\Release\</OutputPath>
     53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    6969  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    7070    <DebugSymbols>true</DebugSymbols>
    71     <OutputPath>bin\x64\Debug\</OutputPath>
     71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7272    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7373    <NoStdLib>true</NoStdLib>
     
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    85     <OutputPath>bin\x64\Release\</OutputPath>
     85    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8686    <DefineConstants>TRACE</DefineConstants>
    8787    <Optimize>true</Optimize>
     
    8989    <DebugType>pdbonly</DebugType>
    9090    <PlatformTarget>x64</PlatformTarget>
    91     <CodeAnalysisLogFile>bin\Release\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     91    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    9292    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    9393    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     
    103103  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    104104    <DebugSymbols>true</DebugSymbols>
    105     <OutputPath>bin\x86\Debug\</OutputPath>
     105    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    106106    <DefineConstants>DEBUG;TRACE</DefineConstants>
    107107    <NoStdLib>true</NoStdLib>
     
    119119  </PropertyGroup>
    120120  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    121     <OutputPath>bin\x86\Release\</OutputPath>
     121    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    122122    <DefineConstants>TRACE</DefineConstants>
    123123    <Optimize>true</Optimize>
     
    125125    <DebugType>pdbonly</DebugType>
    126126    <PlatformTarget>x86</PlatformTarget>
    127     <CodeAnalysisLogFile>bin\Release\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     127    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    128128    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    129129    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
Note: See TracChangeset for help on using the changeset viewer.