개정판 1d79913e
issue #00000 error notice mail 안 되는 문제 수정
Change-Id: I307236bdea2ca63347b99a174c02e1e53f05a3a7
ConvertService/ServiceBase/Markus.Service.ConvertProcess/Markus.Service.ConvertProcess.csproj | ||
---|---|---|
37 | 37 |
</PropertyGroup> |
38 | 38 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
39 | 39 |
<DebugSymbols>true</DebugSymbols> |
40 |
<OutputPath>..\Debug\ConvertProcess\</OutputPath>
|
|
40 |
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
41 | 41 |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
42 | 42 |
<DebugType>full</DebugType> |
43 | 43 |
<PlatformTarget>x64</PlatformTarget> |
... | ... | |
167 | 167 |
</None> |
168 | 168 |
</ItemGroup> |
169 | 169 |
<ItemGroup> |
170 |
<None Include="MailTemplate.html"> |
|
171 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
172 |
</None> |
|
173 |
</ItemGroup> |
|
174 |
<ItemGroup> |
|
175 | 170 |
<PackageReference Include="EntityFramework"> |
176 | 171 |
<Version>6.4.4</Version> |
177 | 172 |
</PackageReference> |
... | ... | |
192 | 187 |
<PreBuildEvent>rem xcopy /y /d "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)" |
193 | 188 |
|
194 | 189 |
if $(ConfigurationName) == ConvertProcessTest ( |
190 |
xcopy /y /d /I /s "$(TargetDir)plugin.ini" "$(TargetDir)\..\" |
|
195 | 191 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin" |
196 | 192 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\..\DownloadPlugin" |
197 | 193 |
)</PreBuildEvent> |
내보내기 Unified diff