개정판 1d79913e
issue #00000 error notice mail 안 되는 문제 수정
Change-Id: I307236bdea2ca63347b99a174c02e1e53f05a3a7
ConvertService/ServiceBase/Markus.Service.StationConsole/Markus.Service.StationConsole.csproj | ||
---|---|---|
84 | 84 |
<None Include="Properties\app.manifest" /> |
85 | 85 |
</ItemGroup> |
86 | 86 |
<ItemGroup> |
87 |
<ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj"> |
|
88 |
<Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project> |
|
89 |
<Name>Markus.Service.ConvertProcess</Name> |
|
90 |
</ProjectReference> |
|
91 | 87 |
<ProjectReference Include="..\Markus.Service.Station\Markus.Service.Station.csproj"> |
92 | 88 |
<Project>{bf8b3b13-30d5-482c-8452-a7511e96de97}</Project> |
93 | 89 |
<Name>Markus.Service.Station</Name> |
... | ... | |
100 | 96 |
</ItemGroup> |
101 | 97 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
102 | 98 |
<PropertyGroup> |
103 |
<PreBuildEvent>xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin" |
|
104 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\..\DownloadPlugin"</PreBuildEvent> |
|
99 |
<PreBuildEvent>if $(ConfigurationName) == Debug ( |
|
100 |
xcopy /y /d /I /s "$(SolutionDir)Markus.Service.ConvertProcess\bin\$(PlatformName)\$(ConfigurationName)\*.*" "$(TargetDir)\Convert" |
|
101 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\Plugin" |
|
102 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\DownloadPlugin" |
|
103 |
)</PreBuildEvent> |
|
105 | 104 |
</PropertyGroup> |
106 | 105 |
</Project> |
내보내기 Unified diff