개정판 8f148d28
ServiceController.sln 수정
Change-Id: If4eb1dd0c66314620fad0b4c831fc0f247922489
ConvertService/ServiceController/StationControllerService/StationControllerService.csproj | ||
---|---|---|
159 | 159 |
<None Include="Web.Debug.config"> |
160 | 160 |
<DependentUpon>Web.config</DependentUpon> |
161 | 161 |
</None> |
162 |
<None Include="Web.Debug_HS.config"> |
|
163 |
<DependentUpon>Web.config</DependentUpon> |
|
164 |
</None> |
|
162 | 165 |
<None Include="Web.Release.config"> |
163 | 166 |
<DependentUpon>Web.config</DependentUpon> |
164 | 167 |
</None> |
... | ... | |
176 | 179 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
177 | 180 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
178 | 181 |
</PropertyGroup> |
182 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'"> |
|
183 |
<DebugSymbols>true</DebugSymbols> |
|
184 |
<OutputPath>bin\</OutputPath> |
|
185 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
186 |
<DebugType>full</DebugType> |
|
187 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
188 |
<ErrorReport>prompt</ErrorReport> |
|
189 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
190 |
</PropertyGroup> |
|
179 | 191 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
180 | 192 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
181 | 193 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
내보내기 Unified diff