프로젝트

일반

사용자정보

개정판 f363a40e

IDf363a40e7d05432d0548ca65521accc4227e357b
상위 65fbe3cb
하위 44035a96, a0341bef

김태성이(가) 5년 이상 전에 추가함

convertprocess에 plugin 기능 추가

Change-Id: I00595ab4e4a42960defcc6b2d662dbb75d3e8615

차이점 보기:

ConvertService/ServiceBase/Markus.Service.ConvertProcess/Markus.Service.ConvertProcess.csproj
89 89
    <Reference Include="System.Xml" />
90 90
  </ItemGroup>
91 91
  <ItemGroup>
92
    <Compile Include="GenericPluginLoader.cs" />
92 93
    <Compile Include="Program.cs" />
93 94
    <Compile Include="Properties\AssemblyInfo.cs" />
94 95
  </ItemGroup>
......
97 98
      <Link>Log.config</Link>
98 99
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
99 100
    </None>
101
    <None Include="..\Markus.Service.Station\Plugin.ini">
102
      <Link>Plugin.ini</Link>
103
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
104
    </None>
105
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
106
      <Link>ServiceStation.ini</Link>
107
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
108
    </None>
100 109
    <None Include="App.config" />
101 110
    <None Include="packages.config" />
102 111
  </ItemGroup>
......
105 114
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
106 115
      <Name>Markus.Service.Interface</Name>
107 116
    </ProjectReference>
117
    <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj">
118
      <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project>
119
      <Name>Markus.Service.Convert.IPlugin</Name>
120
    </ProjectReference>
108 121
    <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
109 122
      <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
110 123
      <Name>Markus.Service.Convert</Name>
......
132 145
  </ItemGroup>
133 146
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134 147
  <PropertyGroup>
135
    <PreBuildEvent>xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"</PreBuildEvent>
148
    <PreBuildEvent>xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
149
xcopy /y /d /I  "$(SolutionDir)publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent>
136 150
  </PropertyGroup>
137 151
  <PropertyGroup>
138 152
    <PostBuildEvent>rem "$(Obfuscar)" obfuscar.xml</PostBuildEvent>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)