[성현모] XAdapter dll, 빌드이벤트 수정

This commit is contained in:
SHM
2024-06-26 11:23:28 +09:00
parent 6641a5bea1
commit caec351515
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -17,7 +17,7 @@
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>..\..\Output.SystemX\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
@ -89,4 +89,7 @@
<Folder Include="XPCAdaptor\Protocol Method\Stream Protocol\" /> <Folder Include="XPCAdaptor\Protocol Method\Stream Protocol\" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /y $(ProjectDir)$(OutputPath)$(TargetName).dll $(SolutionDir)..\Output.SystemX\</PostBuildEvent>
</PropertyGroup>
</Project> </Project>