개정판 429bc8fa
issue #000000 MarkusImageCreate 수정
Change-Id: I917f0660998d86bb633f33dd333a299d7ae7ffbb
ID2.Manager/MarkusImageCreate/MarkusImageCreate.csproj | ||
---|---|---|
14 | 14 |
<Deterministic>true</Deterministic> |
15 | 15 |
<TargetFrameworkProfile /> |
16 | 16 |
</PropertyGroup> |
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
18 |
<PlatformTarget>x64</PlatformTarget> |
|
19 |
<DebugSymbols>true</DebugSymbols> |
|
20 |
<DebugType>full</DebugType> |
|
21 |
<Optimize>false</Optimize> |
|
22 |
<OutputPath>bin\Debug\</OutputPath> |
|
23 |
<DefineConstants>TRACE;DEBUG;MARKUS_IMAGE_CREATE</DefineConstants> |
|
24 |
<ErrorReport>prompt</ErrorReport> |
|
25 |
<WarningLevel>4</WarningLevel> |
|
26 |
</PropertyGroup> |
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
28 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
29 |
<DebugType>pdbonly</DebugType> |
|
30 |
<Optimize>true</Optimize> |
|
31 |
<OutputPath>bin\Release\</OutputPath> |
|
32 |
<DefineConstants>TRACE</DefineConstants> |
|
33 |
<ErrorReport>prompt</ErrorReport> |
|
34 |
<WarningLevel>4</WarningLevel> |
|
35 |
</PropertyGroup> |
|
36 | 17 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
37 | 18 |
<DebugSymbols>true</DebugSymbols> |
38 | 19 |
<OutputPath>bin\x64\Debug\</OutputPath> |
39 | 20 |
<DefineConstants>TRACE;DEBUG;MARKUS_IMAGE_CREATE</DefineConstants> |
40 | 21 |
<DebugType>full</DebugType> |
41 |
<PlatformTarget>x86</PlatformTarget>
|
|
22 |
<PlatformTarget>x64</PlatformTarget>
|
|
42 | 23 |
<LangVersion>7.3</LangVersion> |
43 | 24 |
<ErrorReport>prompt</ErrorReport> |
44 | 25 |
<Prefer32Bit>true</Prefer32Bit> |
내보내기 Unified diff