개정판 b427ebf9
issue #504: 프로젝트 설정 기능 - Debug 모드일때 테스트 버튼을 보이도록 수정
Change-Id: I1940daebe7e995636a339d3e74994ea3a3f94133
DTI_PID/SPPIDConverter/SPPIDConverter.csproj | ||
---|---|---|
28 | 28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 | 29 |
<DebugType>pdbonly</DebugType> |
30 | 30 |
<Optimize>true</Optimize> |
31 |
<OutputPath>bin\Release\</OutputPath>
|
|
31 |
<OutputPath>..\SPPIDConverterDll\</OutputPath>
|
|
32 | 32 |
<DefineConstants>TRACE</DefineConstants> |
33 | 33 |
<ErrorReport>prompt</ErrorReport> |
34 | 34 |
<WarningLevel>4</WarningLevel> |
... | ... | |
46 | 46 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
47 | 47 |
</PropertyGroup> |
48 | 48 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
49 |
<OutputPath>bin\x86\Release\</OutputPath>
|
|
49 |
<OutputPath>..\SPPIDConverterDll\</OutputPath>
|
|
50 | 50 |
<DefineConstants>TRACE</DefineConstants> |
51 | 51 |
<Optimize>true</Optimize> |
52 | 52 |
<DebugType>pdbonly</DebugType> |
내보내기 Unified diff