개정판 9f55b953
프로젝트별 Config 적용
- Configuration Transform을 이용한 Config Link
Change-Id: I465d0a9927a81de3e56fb08c09431746a74f2f98
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
70 | 70 |
<ErrorReport>prompt</ErrorReport> |
71 | 71 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
72 | 72 |
</PropertyGroup> |
73 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
74 |
<DebugSymbols>true</DebugSymbols> |
|
75 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
76 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
77 |
<DebugType>full</DebugType> |
|
78 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
79 |
<ErrorReport>prompt</ErrorReport> |
|
80 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
81 |
</PropertyGroup> |
|
82 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
|
83 |
<DebugSymbols>true</DebugSymbols> |
|
84 |
<OutputPath>bin\x64\Debug_HyoSung\</OutputPath> |
|
85 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
86 |
<DebugType>full</DebugType> |
|
87 |
<PlatformTarget>x64</PlatformTarget> |
|
88 |
<ErrorReport>prompt</ErrorReport> |
|
89 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
90 |
</PropertyGroup> |
|
91 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
92 |
<DebugSymbols>true</DebugSymbols> |
|
93 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
94 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
95 |
<DebugType>full</DebugType> |
|
96 |
<PlatformTarget>x86</PlatformTarget> |
|
97 |
<ErrorReport>prompt</ErrorReport> |
|
98 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
99 |
</PropertyGroup> |
|
73 | 100 |
<ItemGroup> |
74 | 101 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
75 | 102 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
내보내기 Unified diff