개정판 84605c0c
호셩 컴파일 옴션 추가
-btnConsolidateFinalPDF.Visibility = System.Windows.Visibility.Collapsed
Change-Id: I13e6a9ab634f41f3e3f6cfb38ae356a57a6fe3d1
KCOM/KCOM.csproj | ||
---|---|---|
110 | 110 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
111 | 111 |
<DebugSymbols>true</DebugSymbols> |
112 | 112 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
113 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
113 |
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
|
|
114 | 114 |
<DebugType>full</DebugType> |
115 | 115 |
<PlatformTarget>AnyCPU</PlatformTarget> |
116 | 116 |
<ErrorReport>prompt</ErrorReport> |
... | ... | |
130 | 130 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
131 | 131 |
<DebugSymbols>true</DebugSymbols> |
132 | 132 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
133 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
133 |
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
|
|
134 | 134 |
<DebugType>full</DebugType> |
135 | 135 |
<PlatformTarget>x86</PlatformTarget> |
136 | 136 |
<ErrorReport>prompt</ErrorReport> |
... | ... | |
227 | 227 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
228 | 228 |
<DebugSymbols>true</DebugSymbols> |
229 | 229 |
<OutputPath>..\Release\HyoSung\AnyCPU\</OutputPath> |
230 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
230 |
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
|
|
231 | 231 |
<DebugType>full</DebugType> |
232 | 232 |
<PlatformTarget>AnyCPU</PlatformTarget> |
233 | 233 |
<ErrorReport>prompt</ErrorReport> |
... | ... | |
249 | 249 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
250 | 250 |
<DebugSymbols>true</DebugSymbols> |
251 | 251 |
<OutputPath>..\Release\HyoSung\x86\</OutputPath> |
252 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
252 |
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
|
|
253 | 253 |
<DebugType>full</DebugType> |
254 | 254 |
<PlatformTarget>x86</PlatformTarget> |
255 | 255 |
<ErrorReport>prompt</ErrorReport> |
내보내기 Unified diff