Changeset 6829 for branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj
- 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.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj
r6559 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>$(SolutionDir)\bin\Release\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 67 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 68 68 <DebugSymbols>true</DebugSymbols> 69 <OutputPath> bin\x86\Debug\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 70 70 <DefineConstants>DEBUG;TRACE</DefineConstants> 71 71 <DebugType>full</DebugType> … … 82 82 </PropertyGroup> 83 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 84 <OutputPath> bin\x86\Release\</OutputPath>84 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 85 85 <DefineConstants>TRACE</DefineConstants> 86 86 <Optimize>true</Optimize> … … 115 115 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 116 116 <DebugSymbols>true</DebugSymbols> 117 <OutputPath> bin\x64\Debug\</OutputPath>117 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 118 118 <DefineConstants>DEBUG;TRACE</DefineConstants> 119 119 <DebugType>full</DebugType> … … 130 130 </PropertyGroup> 131 131 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 132 <OutputPath> bin\x64\Release\</OutputPath>132 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 133 133 <DefineConstants>TRACE</DefineConstants> 134 134 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.