개정판 1d79913e
issue #00000 error notice mail 안 되는 문제 수정
Change-Id: I307236bdea2ca63347b99a174c02e1e53f05a3a7
ConvertService/ServiceBase/PlugInTest/PlugInTest.csproj | ||
---|---|---|
8 | 8 |
<OutputType>Exe</OutputType> |
9 | 9 |
<RootNamespace>PlugInTest</RootNamespace> |
10 | 10 |
<AssemblyName>PlugInTest</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
11 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
12 | 12 |
<FileAlignment>512</FileAlignment> |
13 | 13 |
<Deterministic>true</Deterministic> |
14 | 14 |
<PublishUrl>게시\</PublishUrl> |
... | ... | |
118 | 118 |
</ItemGroup> |
119 | 119 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
120 | 120 |
<PropertyGroup> |
121 |
<PreBuildEvent> |
|
122 |
</PreBuildEvent> |
|
121 |
<PreBuildEvent>if $(ConfigurationName) == Debug ( |
|
122 |
rem xcopy /y /d /I /s "$(SolutionDir)Markus.Service.ConvertProcess\bin\$(PlatformName)\$(ConfigurationName)\*.*" "$(TargetDir)\Convert" |
|
123 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)..\Plugin" |
|
124 |
rem xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\DownloadPlugin" |
|
125 |
)</PreBuildEvent> |
|
126 |
</PropertyGroup> |
|
127 |
<PropertyGroup> |
|
128 |
<PostBuildEvent>if $(ConfigurationName) == Debug ( |
|
129 |
xcopy /y /d /s "$(SolutionDir)Markus.Service.Station\Plugin.ini" "$(TargetDir)..\" |
|
130 |
)</PostBuildEvent> |
|
123 | 131 |
</PropertyGroup> |
124 | 132 |
</Project> |
내보내기 Unified diff