개정판 f65e6c02
debug_SNI 추가
Change-Id: I46d431ca15362882a9ab7e8dd7600371f47471de
KCOM_Helper/KCOM_Helper.csproj | ||
---|---|---|
65 | 65 |
<ErrorReport>prompt</ErrorReport> |
66 | 66 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
67 | 67 |
</PropertyGroup> |
68 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
|
69 |
<DebugSymbols>true</DebugSymbols> |
|
70 |
<OutputPath>bin\Debug_CadExport\</OutputPath> |
|
71 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
72 |
<DebugType>full</DebugType> |
|
73 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
74 |
<ErrorReport>prompt</ErrorReport> |
|
75 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
76 |
</PropertyGroup> |
|
77 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
|
78 |
<DebugSymbols>true</DebugSymbols> |
|
79 |
<OutputPath>bin\x86\Debug_CadExport\</OutputPath> |
|
80 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
81 |
<DebugType>full</DebugType> |
|
82 |
<PlatformTarget>x86</PlatformTarget> |
|
83 |
<ErrorReport>prompt</ErrorReport> |
|
84 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
85 |
</PropertyGroup> |
|
86 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
|
87 |
<DebugSymbols>true</DebugSymbols> |
|
88 |
<OutputPath>bin\Debug_SNI\</OutputPath> |
|
89 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
90 |
<DebugType>full</DebugType> |
|
91 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
92 |
<ErrorReport>prompt</ErrorReport> |
|
93 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
94 |
</PropertyGroup> |
|
95 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
|
96 |
<DebugSymbols>true</DebugSymbols> |
|
97 |
<OutputPath>bin\x86\Debug_SNI\</OutputPath> |
|
98 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
99 |
<DebugType>full</DebugType> |
|
100 |
<PlatformTarget>x86</PlatformTarget> |
|
101 |
<ErrorReport>prompt</ErrorReport> |
|
102 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
103 |
</PropertyGroup> |
|
68 | 104 |
<ItemGroup> |
69 | 105 |
<Reference Include="System" /> |
70 | 106 |
<Reference Include="System.Core" /> |
내보내기 Unified diff