개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
Markus.Fonts/Markus.Fonts.csproj | ||
---|---|---|
51 | 51 |
<ErrorReport>prompt</ErrorReport> |
52 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 | 53 |
</PropertyGroup> |
54 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|AnyCPU'"> |
|
55 |
<OutputPath>bin\ReleaseAll\</OutputPath> |
|
56 |
<DefineConstants>TRACE</DefineConstants> |
|
57 |
<Optimize>true</Optimize> |
|
58 |
<DebugType>pdbonly</DebugType> |
|
59 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
60 |
<LangVersion>7.3</LangVersion> |
|
61 |
<ErrorReport>prompt</ErrorReport> |
|
62 |
</PropertyGroup> |
|
63 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ProcessDebug|AnyCPU'"> |
|
64 |
<DebugSymbols>true</DebugSymbols> |
|
65 |
<OutputPath>bin\ProcessDebug\</OutputPath> |
|
66 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
67 |
<DebugType>full</DebugType> |
|
68 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
69 |
<LangVersion>7.3</LangVersion> |
|
70 |
<ErrorReport>prompt</ErrorReport> |
|
71 |
</PropertyGroup> |
|
54 | 72 |
<ItemGroup> |
55 | 73 |
<Reference Include="PresentationCore" /> |
56 | 74 |
<Reference Include="PresentationFramework" /> |
내보내기 Unified diff