개정판 f363a40e
convertprocess에 plugin 기능 추가
Change-Id: I00595ab4e4a42960defcc6b2d662dbb75d3e8615
ConvertService/ServiceBase/ServiceTestApp/ServiceTestApp.csproj | ||
---|---|---|
186 | 186 |
<Generator>ResXFileCodeGenerator</Generator> |
187 | 187 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
188 | 188 |
</EmbeddedResource> |
189 |
<None Include="..\Markus.Service.Station\Plugin.ini"> |
|
190 |
<Link>Plugin.ini</Link> |
|
191 |
</None> |
|
189 | 192 |
<None Include="..\Markus.Service.Station\ServiceStation.ini"> |
190 | 193 |
<Link>ServiceStation.ini</Link> |
191 | 194 |
</None> |
... | ... | |
333 | 336 |
</ItemGroup> |
334 | 337 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
335 | 338 |
<PropertyGroup> |
336 |
<PreBuildEvent> |
|
337 |
</PreBuildEvent> |
|
339 |
<PreBuildEvent>xcopy /y /d /I "$(SolutionDir)publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent> |
|
338 | 340 |
</PropertyGroup> |
339 | 341 |
</Project> |
내보내기 Unified diff