Changeset 16144 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS
- Timestamp:
- 09/14/18 18:05:09 (6 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-2.4.1.473.csproj
r16143 r16144 11 11 <RootNamespace>HeuristicLab.ProtobufCS</RootNamespace> 12 12 <AssemblyName>HeuristicLab.ProtobufCS-2.4.1.473</AssemblyName> 13 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> 17 18 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 18 <FileUpgradeFlags></FileUpgradeFlags> 19 <FileUpgradeFlags> 20 </FileUpgradeFlags> 19 21 <OldToolsVersion>3.5</OldToolsVersion> 20 22 <UpgradeBackupLocation /> -
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtoGen/ProtoGen-2.4.1.473.csproj
r16143 r16144 11 11 <RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace> 12 12 <AssemblyName>ProtoGen</AssemblyName> 13 <TargetFrameworkVersion>v4. 7</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile> 17 <FileUpgradeFlags></FileUpgradeFlags> 18 <UpgradeBackupLocation></UpgradeBackupLocation> 17 <FileUpgradeFlags> 18 </FileUpgradeFlags> 19 <UpgradeBackupLocation> 20 </UpgradeBackupLocation> 19 21 <OldToolsVersion>3.5</OldToolsVersion> 20 22 <PublishUrl>publish\</PublishUrl> -
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers-2.4.1.473.csproj
r16143 r16144 11 11 <RootNamespace>Google.ProtocolBuffers</RootNamespace> 12 12 <AssemblyName>Google.ProtocolBuffers-2.4.1.473</AssemblyName> 13 <TargetFrameworkVersion>v4. 7</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 23 23 <Optimize>false</Optimize> 24 24 <OutputPath>..\..\..\..\..\..\bin\</OutputPath> 25 <DocumentationFile></DocumentationFile> 25 <DocumentationFile> 26 </DocumentationFile> 26 27 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> 27 28 <DefineConstants>DEBUG;TRACE</DefineConstants> … … 35 36 <Optimize>true</Optimize> 36 37 <OutputPath>..\..\..\..\..\..\bin\</OutputPath> 37 <DocumentationFile></DocumentationFile> 38 <DocumentationFile> 39 </DocumentationFile> 38 40 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> 39 41 <DefineConstants>TRACE</DefineConstants> … … 220 222 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 221 223 <PropertyGroup> 222 <PostBuildEvent></PostBuildEvent> 224 <PostBuildEvent> 225 </PostBuildEvent> 223 226 </PropertyGroup> 224 227 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffersLite.csproj
r16143 r16144 11 11 <RootNamespace>Google.ProtocolBuffers</RootNamespace> 12 12 <AssemblyName>Google.ProtocolBuffersLite</AssemblyName> 13 <TargetFrameworkVersion>v 4.7</TargetFrameworkVersion>13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly>
Note: See TracChangeset
for help on using the changeset viewer.