Changeset 16147 for branches/2924_DotNetCoreMigration/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj
- Timestamp:
- 09/14/18 18:46:16 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj
r16144 r16147 13 13 <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 14 14 <StartArguments>/client:"WcfTestClient.exe"</StartArguments> 15 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 16 <TargetFrameworkProfile> 17 </TargetFrameworkProfile> 15 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 16 <TargetFrameworkProfile></TargetFrameworkProfile> 18 17 </PropertyGroup> 19 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 35 34 <ErrorReport>prompt</ErrorReport> 36 35 <WarningLevel>4</WarningLevel> 37 <DocumentationFile> 38 </DocumentationFile> 36 <DocumentationFile></DocumentationFile> 39 37 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 40 38 <Prefer32Bit>false</Prefer32Bit> … … 52 50 <OutputPath>bin\Release\</OutputPath> 53 51 <DefineConstants>TRACE</DefineConstants> 54 <DocumentationFile> 55 </DocumentationFile> 52 <DocumentationFile></DocumentationFile> 56 53 <Optimize>true</Optimize> 57 54 <DebugType>pdbonly</DebugType> … … 72 69 <OutputPath>bin\Release\</OutputPath> 73 70 <DefineConstants>TRACE</DefineConstants> 74 <DocumentationFile> 75 </DocumentationFile> 71 <DocumentationFile></DocumentationFile> 76 72 <Optimize>true</Optimize> 77 73 <DebugType>pdbonly</DebugType>
Note: See TracChangeset
for help on using the changeset viewer.