프로젝트

일반

사용자정보

개정판 42ca9c0f

ID42ca9c0f1d98a7a7d7da109b183f68e56cb8e200
상위 98fc753d
하위 f65e667b

백흠경이(가) 약 6년 전에 추가함

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