개정판 d8e76389
Fix: DevExpress 관련 참조 제거
Change-Id: I4b9092d2a21c992ced23e526bd9bf2f4c45baa13
ID2.Manager/ID2.Manager/ID2.Manager.csproj | ||
---|---|---|
56 | 56 |
<PropertyGroup> |
57 | 57 |
<ApplicationIcon>ID2 Manager.ico</ApplicationIcon> |
58 | 58 |
</PropertyGroup> |
59 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
60 |
<DebugSymbols>true</DebugSymbols> |
|
61 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
62 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
63 |
<DebugType>full</DebugType> |
|
64 |
<PlatformTarget>x86</PlatformTarget> |
|
65 |
<LangVersion>7.3</LangVersion> |
|
66 |
<ErrorReport>prompt</ErrorReport> |
|
67 |
<Prefer32Bit>true</Prefer32Bit> |
|
68 |
</PropertyGroup> |
|
69 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
70 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
71 |
<DefineConstants>TRACE</DefineConstants> |
|
72 |
<Optimize>true</Optimize> |
|
73 |
<DebugType>pdbonly</DebugType> |
|
74 |
<PlatformTarget>x86</PlatformTarget> |
|
75 |
<LangVersion>7.3</LangVersion> |
|
76 |
<ErrorReport>prompt</ErrorReport> |
|
77 |
<Prefer32Bit>true</Prefer32Bit> |
|
78 |
</PropertyGroup> |
|
59 | 79 |
<ItemGroup> |
60 |
<Reference Include="DevExpress.Data.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
|
61 |
<Reference Include="DevExpress.Printing.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
|
62 |
<Reference Include="DevExpress.Utils.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
|
63 | 80 |
<Reference Include="PresentationCore" /> |
64 | 81 |
<Reference Include="RadControlSpy, Version=2023.1.314.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL"> |
65 | 82 |
<SpecificVersion>False</SpecificVersion> |
내보내기 Unified diff