- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-0.9.1.csproj
r6833 r6842 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 68 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 86 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 105 105 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 106 106 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 107 <Private>False</Private>108 107 </ProjectReference> 109 108 <ProjectReference Include="..\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers.csproj"> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/AddressBook/AddressBook.csproj
r6832 r6842 39 39 <DebugType>full</DebugType> 40 40 <Optimize>false</Optimize> 41 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>41 <OutputPath>$(SolutionDir)\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <ErrorReport>prompt</ErrorReport> … … 48 48 <DebugType>pdbonly</DebugType> 49 49 <Optimize>true</Optimize> 50 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 51 <DefineConstants>TRACE</DefineConstants> 52 52 <ErrorReport>prompt</ErrorReport> … … 65 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 66 66 <DebugSymbols>true</DebugSymbols> 67 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>67 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 68 <DefineConstants>DEBUG;TRACE</DefineConstants> 69 69 <DebugType>full</DebugType> … … 73 73 </PropertyGroup> 74 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 75 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>75 <OutputPath>$(SolutionDir)\bin\</OutputPath> 76 76 <DefineConstants>TRACE</DefineConstants> 77 77 <Optimize>true</Optimize> … … 92 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 93 93 <DebugSymbols>true</DebugSymbols> 94 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>94 <OutputPath>$(SolutionDir)\bin\</OutputPath> 95 95 <DefineConstants>DEBUG;TRACE</DefineConstants> 96 96 <DebugType>full</DebugType> … … 100 100 </PropertyGroup> 101 101 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 102 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>102 <OutputPath>$(SolutionDir)\bin\</OutputPath> 103 103 <DefineConstants>TRACE</DefineConstants> 104 104 <Optimize>true</Optimize> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.csproj
r6832 r6842 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 67 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 68 68 <DebugType>full</DebugType> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>74 <OutputPath>$(SolutionDir)\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <Optimize>true</Optimize> … … 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 92 92 <DebugSymbols>true</DebugSymbols> 93 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 94 94 <DefineConstants>DEBUG;TRACE</DefineConstants> 95 95 <DebugType>full</DebugType> … … 99 99 </PropertyGroup> 100 100 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 101 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>101 <OutputPath>$(SolutionDir)\bin\</OutputPath> 102 102 <DefineConstants>TRACE</DefineConstants> 103 103 <Optimize>true</Optimize> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoDump/ProtoDump.csproj
r6832 r6842 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 67 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 68 68 <DebugType>full</DebugType> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>74 <OutputPath>$(SolutionDir)\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <Optimize>true</Optimize> … … 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 92 92 <DebugSymbols>true</DebugSymbols> 93 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 94 94 <DefineConstants>DEBUG;TRACE</DefineConstants> 95 95 <DebugType>full</DebugType> … … 99 99 </PropertyGroup> 100 100 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 101 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>101 <OutputPath>$(SolutionDir)\bin\</OutputPath> 102 102 <DefineConstants>TRACE</DefineConstants> 103 103 <Optimize>true</Optimize> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen.Test/ProtoGen.Test.csproj
r6832 r6842 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 67 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 68 68 <DebugSymbols>true</DebugSymbols> 69 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 70 <DefineConstants>DEBUG;TRACE</DefineConstants> 71 71 <DebugType>full</DebugType> … … 80 80 </PropertyGroup> 81 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 82 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 83 83 <DefineConstants>TRACE</DefineConstants> 84 84 <Optimize>true</Optimize> … … 109 109 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 110 110 <DebugSymbols>true</DebugSymbols> 111 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>111 <OutputPath>$(SolutionDir)\bin\</OutputPath> 112 112 <DefineConstants>DEBUG;TRACE</DefineConstants> 113 113 <DebugType>full</DebugType> … … 122 122 </PropertyGroup> 123 123 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 124 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>124 <OutputPath>$(SolutionDir)\bin\</OutputPath> 125 125 <DefineConstants>TRACE</DefineConstants> 126 126 <Optimize>true</Optimize> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj
r6832 r6842 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\ x86\Debug\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\ x86\Release\</OutputPath>84 <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\ x64\Debug\</OutputPath>117 <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\ x64\Release\</OutputPath>132 <OutputPath>$(SolutionDir)\bin\</OutputPath> 133 133 <DefineConstants>TRACE</DefineConstants> 134 134 <Optimize>true</Optimize> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoMunge/ProtoMunge.csproj
r6832 r6842 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 67 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 68 68 <DebugType>full</DebugType> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>74 <OutputPath>$(SolutionDir)\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <Optimize>true</Optimize> … … 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 92 92 <DebugSymbols>true</DebugSymbols> 93 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 94 94 <DefineConstants>DEBUG;TRACE</DefineConstants> 95 95 <DebugType>full</DebugType> … … 99 99 </PropertyGroup> 100 100 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 101 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>101 <OutputPath>$(SolutionDir)\bin\</OutputPath> 102 102 <DefineConstants>TRACE</DefineConstants> 103 103 <Optimize>true</Optimize> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
r6832 r6842 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\ x86\Debug\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\ x86\Release\</OutputPath>84 <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\ x64\Debug\</OutputPath>117 <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\ x64\Release\</OutputPath>132 <OutputPath>$(SolutionDir)\bin\</OutputPath> 133 133 <DefineConstants>TRACE</DefineConstants> 134 134 <Optimize>true</Optimize> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj
r6829 r6842 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>53 <OutputPath>$(SolutionDir)\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 69 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 70 70 <DebugSymbols>true</DebugSymbols> 71 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>71 <OutputPath>$(SolutionDir)\bin\</OutputPath> 72 72 <DefineConstants>DEBUG;TRACE</DefineConstants> 73 73 <NoStdLib>true</NoStdLib> … … 83 83 </PropertyGroup> 84 84 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 85 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 86 <DefineConstants>TRACE</DefineConstants> 87 87 <Optimize>true</Optimize> … … 103 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 104 104 <DebugSymbols>true</DebugSymbols> 105 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>105 <OutputPath>$(SolutionDir)\bin\</OutputPath> 106 106 <DefineConstants>DEBUG;TRACE</DefineConstants> 107 107 <NoStdLib>true</NoStdLib> … … 119 119 </PropertyGroup> 120 120 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 121 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>121 <OutputPath>$(SolutionDir)\bin\</OutputPath> 122 122 <DefineConstants>TRACE</DefineConstants> 123 123 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.