개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
ZoomAndPan/ZoomAndPan.csproj | ||
---|---|---|
158 | 158 |
<ErrorReport>prompt</ErrorReport> |
159 | 159 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
160 | 160 |
</PropertyGroup> |
161 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'"> |
|
162 |
<DebugSymbols>true</DebugSymbols> |
|
163 |
<OutputPath>bin\Daelim_RemoteTest\</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)' == 'Daelim_RemoteTest|x86'"> |
|
171 |
<DebugSymbols>true</DebugSymbols> |
|
172 |
<OutputPath>bin\x86\Daelim_RemoteTest\</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> |
|
179 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
|
180 |
<DebugSymbols>true</DebugSymbols> |
|
181 |
<OutputPath>bin\Release_Default\</OutputPath> |
|
182 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
183 |
<DebugType>full</DebugType> |
|
184 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
185 |
<ErrorReport>prompt</ErrorReport> |
|
186 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
187 |
</PropertyGroup> |
|
188 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
|
189 |
<DebugSymbols>true</DebugSymbols> |
|
190 |
<OutputPath>bin\x86\Release_Default\</OutputPath> |
|
191 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
192 |
<DebugType>full</DebugType> |
|
193 |
<PlatformTarget>x86</PlatformTarget> |
|
194 |
<ErrorReport>prompt</ErrorReport> |
|
195 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
196 |
</PropertyGroup> |
|
161 | 197 |
<ItemGroup> |
162 | 198 |
<Reference Include="PresentationCore" /> |
163 | 199 |
<Reference Include="PresentationFramework" /> |
내보내기 Unified diff