개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
IKCOM/IKCOM.csproj | ||
---|---|---|
158 | 158 |
<ErrorReport>prompt</ErrorReport> |
159 | 159 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
160 | 160 |
</PropertyGroup> |
161 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
|
162 |
<DebugSymbols>true</DebugSymbols> |
|
163 |
<OutputPath>bin\Release_Default\</OutputPath> |
|
164 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
165 |
<DebugType>full</DebugType> |
|
166 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
167 |
<ErrorReport>prompt</ErrorReport> |
|
168 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
169 |
</PropertyGroup> |
|
170 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
|
171 |
<DebugSymbols>true</DebugSymbols> |
|
172 |
<OutputPath>bin\x86\Release_Default\</OutputPath> |
|
173 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
174 |
<DebugType>full</DebugType> |
|
175 |
<PlatformTarget>x86</PlatformTarget> |
|
176 |
<ErrorReport>prompt</ErrorReport> |
|
177 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
178 |
</PropertyGroup> |
|
161 | 179 |
<ItemGroup> |
162 | 180 |
<Reference Include="PresentationCore" /> |
163 | 181 |
<Reference Include="PresentationFramework" /> |
내보내기 Unified diff