Changeset 16143 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.SimSharp
- Timestamp:
- 09/14/18 17:07:25 (6 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.11
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.11/HeuristicLab.SimSharp-3.0.11/HeuristicLab.SimSharp-3.0.11.csproj
r15972 r16143 10 10 <RootNamespace>HeuristicLab.SimSharp</RootNamespace> 11 11 <AssemblyName>HeuristicLab.SimSharp-3.0.11</AssemblyName> 12 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <SignAssembly>true</SignAssembly> -
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.11/SimSharp-3.0.11/SimSharp-3.0.11.csproj
r15972 r16143 10 10 <RootNamespace>SimSharp</RootNamespace> 11 11 <AssemblyName>SimSharp-3.0.11</AssemblyName> 12 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <TargetFrameworkProfile /> … … 34 34 <ErrorReport>prompt</ErrorReport> 35 35 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 36 <DocumentationFile> 37 </DocumentationFile> 36 <DocumentationFile></DocumentationFile> 38 37 </PropertyGroup> 39 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 49 48 <OutputPath>..\..\..\..\bin\</OutputPath> 50 49 <DefineConstants>TRACE</DefineConstants> 51 <DocumentationFile> 52 </DocumentationFile> 50 <DocumentationFile></DocumentationFile> 53 51 <Optimize>true</Optimize> 54 52 <DebugType>pdbonly</DebugType> … … 69 67 <OutputPath>..\..\..\..\bin\</OutputPath> 70 68 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile> 72 </DocumentationFile> 69 <DocumentationFile></DocumentationFile> 73 70 <Optimize>true</Optimize> 74 71 <DebugType>pdbonly</DebugType>
Note: See TracChangeset
for help on using the changeset viewer.