개정판 42ca9c0f
build issue #000: add x86 configuration to SPPIDConverter_CustomCommand project
DTI_PID/SPPIDConverter_CustomCommand/SPPIDConverter_CustomCommand.csproj | ||
---|---|---|
35 | 35 |
<PropertyGroup> |
36 | 36 |
<StartupObject /> |
37 | 37 |
</PropertyGroup> |
38 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
39 |
<DebugSymbols>true</DebugSymbols> |
|
40 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
41 |
<DefineConstants>TRACE</DefineConstants> |
|
42 |
<DebugType>full</DebugType> |
|
43 |
<PlatformTarget>x86</PlatformTarget> |
|
44 |
<ErrorReport>prompt</ErrorReport> |
|
45 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
46 |
</PropertyGroup> |
|
47 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
48 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
49 |
<DefineConstants>TRACE</DefineConstants> |
|
50 |
<Optimize>true</Optimize> |
|
51 |
<DebugType>pdbonly</DebugType> |
|
52 |
<PlatformTarget>x86</PlatformTarget> |
|
53 |
<ErrorReport>prompt</ErrorReport> |
|
54 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
55 |
</PropertyGroup> |
|
38 | 56 |
<ItemGroup> |
39 | 57 |
<Reference Include="Interop.RAD2D"> |
40 | 58 |
<HintPath>C:\Program Files (x86)\SmartSketch\Program\Rad2d\bin\Interop.RAD2D.dll</HintPath> |
내보내기 Unified diff