개정판 f65e6c02
debug_SNI 추가
Change-Id: I46d431ca15362882a9ab7e8dd7600371f47471de
SmartUpdate/SmartUpdate.csproj | ||
---|---|---|
131 | 131 |
<ErrorReport>prompt</ErrorReport> |
132 | 132 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
133 | 133 |
</PropertyGroup> |
134 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
|
135 |
<DebugSymbols>true</DebugSymbols> |
|
136 |
<OutputPath>bin\Debug_CadExport\</OutputPath> |
|
137 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
138 |
<DebugType>full</DebugType> |
|
139 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
140 |
<ErrorReport>prompt</ErrorReport> |
|
141 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
142 |
</PropertyGroup> |
|
143 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
|
144 |
<DebugSymbols>true</DebugSymbols> |
|
145 |
<OutputPath>bin\x86\Debug_CadExport\</OutputPath> |
|
146 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
147 |
<DebugType>full</DebugType> |
|
148 |
<PlatformTarget>x86</PlatformTarget> |
|
149 |
<ErrorReport>prompt</ErrorReport> |
|
150 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
151 |
</PropertyGroup> |
|
152 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
|
153 |
<DebugSymbols>true</DebugSymbols> |
|
154 |
<OutputPath>bin\x64\Debug_CadExport\</OutputPath> |
|
155 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
156 |
<DebugType>full</DebugType> |
|
157 |
<PlatformTarget>x64</PlatformTarget> |
|
158 |
<ErrorReport>prompt</ErrorReport> |
|
159 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
160 |
</PropertyGroup> |
|
161 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
|
162 |
<DebugSymbols>true</DebugSymbols> |
|
163 |
<OutputPath>bin\Debug_SNI\</OutputPath> |
|
164 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
165 |
<DebugType>full</DebugType> |
|
166 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
167 |
<ErrorReport>prompt</ErrorReport> |
|
168 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
169 |
</PropertyGroup> |
|
170 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
|
171 |
<DebugSymbols>true</DebugSymbols> |
|
172 |
<OutputPath>bin\x86\Debug_SNI\</OutputPath> |
|
173 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
174 |
<DebugType>full</DebugType> |
|
175 |
<PlatformTarget>x86</PlatformTarget> |
|
176 |
<ErrorReport>prompt</ErrorReport> |
|
177 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
178 |
</PropertyGroup> |
|
179 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
|
180 |
<DebugSymbols>true</DebugSymbols> |
|
181 |
<OutputPath>bin\x64\Debug_SNI\</OutputPath> |
|
182 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
183 |
<DebugType>full</DebugType> |
|
184 |
<PlatformTarget>x64</PlatformTarget> |
|
185 |
<ErrorReport>prompt</ErrorReport> |
|
186 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
187 |
</PropertyGroup> |
|
134 | 188 |
<ItemGroup> |
135 | 189 |
<Reference Include="System" /> |
136 | 190 |
<Reference Include="System.Data" /> |
내보내기 Unified diff