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