개정판 9f55b953
프로젝트별 Config 적용
- Configuration Transform을 이용한 Config Link
Change-Id: I465d0a9927a81de3e56fb08c09431746a74f2f98
CompareLib/CompareLib.csproj | ||
---|---|---|
51 | 51 |
<ErrorReport>prompt</ErrorReport> |
52 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 | 53 |
</PropertyGroup> |
54 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
55 |
<DebugSymbols>true</DebugSymbols> |
|
56 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
57 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
58 |
<DebugType>full</DebugType> |
|
59 |
<PlatformTarget>x64</PlatformTarget> |
|
60 |
<ErrorReport>prompt</ErrorReport> |
|
61 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
62 |
</PropertyGroup> |
|
63 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
64 |
<DebugSymbols>true</DebugSymbols> |
|
65 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
66 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
67 |
<DebugType>full</DebugType> |
|
68 |
<PlatformTarget>x86</PlatformTarget> |
|
69 |
<ErrorReport>prompt</ErrorReport> |
|
70 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
71 |
</PropertyGroup> |
|
54 | 72 |
<ItemGroup> |
55 | 73 |
<Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
56 | 74 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath> |
내보내기 Unified diff