[성현모] 공용 DLL, Platform 빌드 이벤트 수정
This commit is contained in:
BIN
Output.SystemX/SystemX.Net.Platform.dll
Normal file
BIN
Output.SystemX/SystemX.Net.Platform.dll
Normal file
Binary file not shown.
BIN
Output.SystemX/SystemX.PLC.dll
Normal file
BIN
Output.SystemX/SystemX.PLC.dll
Normal file
Binary file not shown.
BIN
Output.SystemX/SystemX.XEFCore.dll
Normal file
BIN
Output.SystemX/SystemX.XEFCore.dll
Normal file
Binary file not shown.
@ -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>
|
||||
@ -51,7 +51,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="log4net">
|
||||
<HintPath>..\..\References\log4net.dll</HintPath>
|
||||
<HintPath>..\..\Output.SystemX\log4net.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Remotion.Linq, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Remotion.Linq.2.1.1\lib\net45\Remotion.Linq.dll</HintPath>
|
||||
@ -74,13 +74,13 @@
|
||||
<Reference Include="System.IO.Compression.FileSystem" />
|
||||
<Reference Include="System.Numerics" />
|
||||
<Reference Include="System.Reactive.Core">
|
||||
<HintPath>..\..\References\System.Reactive.Core.dll</HintPath>
|
||||
<HintPath>..\..\Output.SystemX\System.Reactive.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Reactive.Interfaces">
|
||||
<HintPath>..\..\References\System.Reactive.Interfaces.dll</HintPath>
|
||||
<HintPath>..\..\Output.SystemX\System.Reactive.Interfaces.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Reactive.Linq">
|
||||
<HintPath>..\..\References\System.Reactive.Linq.dll</HintPath>
|
||||
<HintPath>..\..\Output.SystemX\System.Reactive.Linq.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
||||
@ -170,4 +170,7 @@
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>xcopy /y $(ProjectDir)$(OutputPath)$(TargetName).dll $(SolutionDir)..\Output.SystemX\</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@ -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">
|
||||
|
||||
@ -19,7 +19,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>
|
||||
@ -198,4 +198,7 @@
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets'))" />
|
||||
</Target>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>xcopy /y $(ProjectDir)$(OutputPath)$(TargetName).dll $(SolutionDir)..\Output.SystemX\</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user