개정판 80856edb
빋드 이벤트 효성 추가
Change-Id: Ib8e88c7e20f7ca1de5949cdbd3ecd7148c98b676
CommonLib/CommonLib.csproj | ||
---|---|---|
103 | 103 |
<ErrorReport>prompt</ErrorReport> |
104 | 104 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
105 | 105 |
</PropertyGroup> |
106 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
|
107 |
<DebugSymbols>true</DebugSymbols> |
|
108 |
<OutputPath>bin\Release_Hyosung\</OutputPath> |
|
109 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
110 |
<DebugType>full</DebugType> |
|
111 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
112 |
<ErrorReport>prompt</ErrorReport> |
|
113 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
114 |
</PropertyGroup> |
|
115 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
|
116 |
<DebugSymbols>true</DebugSymbols> |
|
117 |
<OutputPath>bin\x86\Release_Hyosung\</OutputPath> |
|
118 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
119 |
<DebugType>full</DebugType> |
|
120 |
<PlatformTarget>x86</PlatformTarget> |
|
121 |
<ErrorReport>prompt</ErrorReport> |
|
122 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
123 |
</PropertyGroup> |
|
106 | 124 |
<ItemGroup> |
107 | 125 |
<Reference Include="System" /> |
108 | 126 |
<Reference Include="System.Core" /> |
내보내기 Unified diff