개정판 38b8d8c4
UploadFinal.csproj 빌드 오류 수정
Change-Id: I1054b7fdb43c15645b29ed1f40ef9e5757b987cd
FinalService/KCOM_FinalService/UploadFinal/UploadFinal.csproj | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
2 |
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3 | 3 |
<PropertyGroup> |
4 | 4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
... | ... | |
10 | 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 |
<RootNamespace>UploadFinal</RootNamespace> |
12 | 12 |
<AssemblyName>UploadFinal</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
13 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
14 | 14 |
<FileAlignment>512</FileAlignment> |
15 | 15 |
<TargetFrameworkProfile> |
16 | 16 |
</TargetFrameworkProfile> |
... | ... | |
23 | 23 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 24 |
<ErrorReport>prompt</ErrorReport> |
25 | 25 |
<WarningLevel>4</WarningLevel> |
26 |
<Prefer32Bit>false</Prefer32Bit> |
|
26 | 27 |
</PropertyGroup> |
27 | 28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | 29 |
<DebugType>pdbonly</DebugType> |
... | ... | |
31 | 32 |
<DefineConstants>TRACE</DefineConstants> |
32 | 33 |
<ErrorReport>prompt</ErrorReport> |
33 | 34 |
<WarningLevel>4</WarningLevel> |
35 |
<Prefer32Bit>false</Prefer32Bit> |
|
36 |
</PropertyGroup> |
|
37 |
<PropertyGroup> |
|
38 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
34 | 39 |
</PropertyGroup> |
35 | 40 |
<ItemGroup> |
36 | 41 |
<Reference Include="System" /> |
FinalService/KCOM_FinalService/UploadFinal/app.config | ||
---|---|---|
1 | 1 |
<?xml version="1.0"?> |
2 | 2 |
<configuration> |
3 | 3 |
<system.serviceModel> |
4 |
<bindings />
|
|
5 |
<client />
|
|
4 |
<bindings/> |
|
5 |
<client/> |
|
6 | 6 |
</system.serviceModel> |
7 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> |
|
7 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration> |
내보내기 Unified diff