개정판 8cec2027
Fix: Binding 관련 코드 수정
Change-Id: I26a9ab0f5bdd4322c0c0e79f21e822f9a6be094d
KCOM/KCOM.csproj | ||
---|---|---|
75 | 75 |
<ErrorReport>prompt</ErrorReport> |
76 | 76 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
77 | 77 |
<Prefer32Bit>false</Prefer32Bit> |
78 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
78 |
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
79 | 79 |
</PropertyGroup> |
80 | 80 |
<PropertyGroup> |
81 | 81 |
<ApplicationIcon>markup.ico</ApplicationIcon> |
... | ... | |
361 | 361 |
</PropertyGroup> |
362 | 362 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
363 | 363 |
<DebugSymbols>true</DebugSymbols> |
364 |
<OutputPath>bin\x64\Release_Default\</OutputPath>
|
|
364 |
<OutputPath>..\Setup\</OutputPath>
|
|
365 | 365 |
<DefineConstants>TRACE;DEBUG;CUSTOM_BINDING;_BASIC_BINDING</DefineConstants> |
366 | 366 |
<WarningLevel>3</WarningLevel> |
367 | 367 |
<DebugType>full</DebugType> |
내보내기 Unified diff