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