Changeset 16143 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS
- Timestamp:
- 09/14/18 17:07:25 (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
r11623 r16143 11 11 <RootNamespace>HeuristicLab.ProtobufCS</RootNamespace> 12 12 <AssemblyName>HeuristicLab.ProtobufCS-2.4.1.473</AssemblyName> 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 13 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 16 15 <FileAlignment>512</FileAlignment> 17 16 <SignAssembly>true</SignAssembly> 18 17 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 19 <FileUpgradeFlags> 20 </FileUpgradeFlags> 18 <FileUpgradeFlags></FileUpgradeFlags> 21 19 <OldToolsVersion>3.5</OldToolsVersion> 22 20 <UpgradeBackupLocation /> -
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtoGen/ProtoGen-2.4.1.473.csproj
r13008 r16143 11 11 <RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace> 12 12 <AssemblyName>ProtoGen</AssemblyName> 13 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile> 17 <FileUpgradeFlags> 18 </FileUpgradeFlags> 19 <UpgradeBackupLocation> 20 </UpgradeBackupLocation> 17 <FileUpgradeFlags></FileUpgradeFlags> 18 <UpgradeBackupLocation></UpgradeBackupLocation> 21 19 <OldToolsVersion>3.5</OldToolsVersion> 22 20 <PublishUrl>publish\</PublishUrl> -
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers-2.4.1.473.csproj
r11623 r16143 11 11 <RootNamespace>Google.ProtocolBuffers</RootNamespace> 12 12 <AssemblyName>Google.ProtocolBuffers-2.4.1.473</AssemblyName> 13 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 23 23 <Optimize>false</Optimize> 24 24 <OutputPath>..\..\..\..\..\..\bin\</OutputPath> 25 <DocumentationFile> 26 </DocumentationFile> 25 <DocumentationFile></DocumentationFile> 27 26 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> 28 27 <DefineConstants>DEBUG;TRACE</DefineConstants> … … 36 35 <Optimize>true</Optimize> 37 36 <OutputPath>..\..\..\..\..\..\bin\</OutputPath> 38 <DocumentationFile> 39 </DocumentationFile> 37 <DocumentationFile></DocumentationFile> 40 38 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> 41 39 <DefineConstants>TRACE</DefineConstants> … … 222 220 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 223 221 <PropertyGroup> 224 <PostBuildEvent> 225 </PostBuildEvent> 222 <PostBuildEvent></PostBuildEvent> 226 223 </PropertyGroup> 227 224 <!-- 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
r8295 r16143 11 11 <RootNamespace>Google.ProtocolBuffers</RootNamespace> 12 12 <AssemblyName>Google.ProtocolBuffersLite</AssemblyName> 13 <TargetFrameworkVersion>v 2.0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly>
Note: See TracChangeset
for help on using the changeset viewer.