[성현모] 공용 DLL, Platform 빌드 이벤트 수정

This commit is contained in:
SHM
2024-06-26 11:01:26 +09:00
parent 5958993b6a
commit 6641a5bea1
16 changed files with 24 additions and 15 deletions

View File

@ -18,7 +18,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Output.SystemX\</OutputPath>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@ -55,19 +55,19 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Dsu.Common.Utilities.Core">
<HintPath>..\ExtLib\McProtocol\Dsu.Common.Utilities.Core.dll</HintPath>
<HintPath>..\..\Output.SystemX\Dsu.Common.Utilities.Core.dll</HintPath>
</Reference>
<Reference Include="Dsu.Common.Utilities.FS">
<HintPath>..\ExtLib\McProtocol\Dsu.Common.Utilities.FS.dll</HintPath>
<HintPath>..\..\Output.SystemX\Dsu.Common.Utilities.FS.dll</HintPath>
</Reference>
<Reference Include="Dsu.Driver.Base.FS">
<HintPath>..\ExtLib\McProtocol\Dsu.Driver.Base.FS.dll</HintPath>
<HintPath>..\..\Output.SystemX\Dsu.Driver.Base.FS.dll</HintPath>
</Reference>
<Reference Include="Dsu.Driver.Util">
<HintPath>..\ExtLib\McProtocol\Dsu.Driver.Util.dll</HintPath>
<HintPath>..\..\Output.SystemX\Dsu.Driver.Util.dll</HintPath>
</Reference>
<Reference Include="Dsu.PLC.Melsec">
<HintPath>..\ExtLib\McProtocol\Dsu.PLC.Melsec.dll</HintPath>
<HintPath>..\..\Output.SystemX\Dsu.PLC.Melsec.dll</HintPath>
</Reference>
<Reference Include="FSharp.Core">
<HintPath>..\ExtLib\McProtocol\FSharp.Core.dll</HintPath>
@ -75,13 +75,13 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Reactive.Core">
<HintPath>..\ExtLib\System.Reactive.Core.dll</HintPath>
<HintPath>..\..\Output.SystemX\System.Reactive.Core.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Interfaces">
<HintPath>..\ExtLib\System.Reactive.Interfaces.dll</HintPath>
<HintPath>..\..\Output.SystemX\System.Reactive.Interfaces.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Linq">
<HintPath>..\ExtLib\System.Reactive.Linq.dll</HintPath>
<HintPath>..\..\Output.SystemX\System.Reactive.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
@ -168,6 +168,9 @@
</COMReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /y $(ProjectDir)$(OutputPath)$(TargetName).dll $(SolutionDir)..\Output.SystemX\</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">