개정판 bfffd66f
issue #936: fixed ConvertService project configuration
Change-Id: I0a84e9ddfcd9a14ec7e89d10322231d557adc778
ConvertService/ServiceBase/Markus.Service.ConvertProcess/Markus.Service.ConvertProcess.csproj | ||
---|---|---|
105 | 105 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
106 | 106 |
<Name>Markus.Service.Interface</Name> |
107 | 107 |
</ProjectReference> |
108 |
<ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj"> |
|
109 |
<Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project> |
|
110 |
<Name>Markus.Service.Convert</Name> |
|
111 |
</ProjectReference> |
|
108 | 112 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
109 | 113 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
110 | 114 |
<Name>Markus.Service.DataBase</Name> |
... | ... | |
128 | 132 |
</ItemGroup> |
129 | 133 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
130 | 134 |
<PropertyGroup> |
131 |
<PreBuildEvent>xcopy /y /d "$(SolutionDir)libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"</PreBuildEvent> |
|
135 |
<PreBuildEvent>REM xcopy /y /d "$(SolutionDir)libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"</PreBuildEvent>
|
|
132 | 136 |
</PropertyGroup> |
133 | 137 |
<PropertyGroup> |
134 | 138 |
<PostBuildEvent>"$(Obfuscar)" obfuscar.xml</PostBuildEvent> |
ConvertService/ServiceBase/Markus.Service.WcfService/Markus.Service.IWcfService.csproj | ||
---|---|---|
95 | 95 |
<None Include="App.config" /> |
96 | 96 |
<None Include="packages.config" /> |
97 | 97 |
</ItemGroup> |
98 |
<ItemGroup> |
|
99 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
|
100 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
|
101 |
<Name>Markus.Service.Interface</Name> |
|
102 |
</ProjectReference> |
|
103 |
</ItemGroup> |
|
98 | 104 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
99 | 105 |
<PropertyGroup> |
100 | 106 |
<VSToolsPath Condition="'$(VSToolsPath)' == '' and '$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' != '11.0'">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
ConvertService/ServiceBase/ServiceBase.sln | ||
---|---|---|
31 | 31 |
{0523C15E-B197-4C34-83BA-D62B384E2B77} = {0523C15E-B197-4C34-83BA-D62B384E2B77} |
32 | 32 |
EndProjectSection |
33 | 33 |
EndProject |
34 |
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ConvertService", "ConvertService\ConvertService.vdproj", "{2E361696-A8B0-4BC6-B24B-A23AF5AAA9AF}" |
|
35 |
EndProject |
|
36 | 34 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.MonitorService", "Markus.Service.Monitor\Markus.Service.MonitorService.csproj", "{3F200E07-DE20-41F5-984F-A8371FEF17A4}" |
37 | 35 |
ProjectSection(ProjectDependencies) = postProject |
38 | 36 |
{0523C15E-B197-4C34-83BA-D62B384E2B77} = {0523C15E-B197-4C34-83BA-D62B384E2B77} |
... | ... | |
52 | 50 |
{0523C15E-B197-4C34-83BA-D62B384E2B77} = {0523C15E-B197-4C34-83BA-D62B384E2B77} |
53 | 51 |
EndProjectSection |
54 | 52 |
EndProject |
55 |
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileDownloadSite", "FileDownloadSite\FileDownloadSite.csproj", "{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}" |
|
56 |
EndProject |
|
57 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConvertionWebService", "ConvertionWebService\ConvertionWebService.csproj", "{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}" |
|
58 |
EndProject |
|
59 | 53 |
Global |
60 | 54 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
61 | 55 |
Debug|Any CPU = Debug|Any CPU |
... | ... | |
162 | 156 |
{3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Release|x64.Build.0 = Release|x64 |
163 | 157 |
{3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Release|x86.ActiveCfg = Release|Any CPU |
164 | 158 |
{3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Release|x86.Build.0 = Release|Any CPU |
165 |
{2E361696-A8B0-4BC6-B24B-A23AF5AAA9AF}.Debug|Any CPU.ActiveCfg = Debug |
|
166 |
{2E361696-A8B0-4BC6-B24B-A23AF5AAA9AF}.Debug|x64.ActiveCfg = Debug |
|
167 |
{2E361696-A8B0-4BC6-B24B-A23AF5AAA9AF}.Debug|x86.ActiveCfg = Debug |
|
168 |
{2E361696-A8B0-4BC6-B24B-A23AF5AAA9AF}.Release|Any CPU.ActiveCfg = Release |
|
169 |
{2E361696-A8B0-4BC6-B24B-A23AF5AAA9AF}.Release|x64.ActiveCfg = Release |
|
170 |
{2E361696-A8B0-4BC6-B24B-A23AF5AAA9AF}.Release|x86.ActiveCfg = Release |
|
171 | 159 |
{3F200E07-DE20-41F5-984F-A8371FEF17A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
172 | 160 |
{3F200E07-DE20-41F5-984F-A8371FEF17A4}.Debug|Any CPU.Build.0 = Debug|Any CPU |
173 | 161 |
{3F200E07-DE20-41F5-984F-A8371FEF17A4}.Debug|x64.ActiveCfg = Debug|x64 |
... | ... | |
228 | 216 |
{75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Release|x64.Build.0 = Release|Any CPU |
229 | 217 |
{75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Release|x86.ActiveCfg = Release|Any CPU |
230 | 218 |
{75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Release|x86.Build.0 = Release|Any CPU |
231 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
232 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
233 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Debug|x64.ActiveCfg = Debug|Any CPU |
|
234 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Debug|x64.Build.0 = Debug|Any CPU |
|
235 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Debug|x86.ActiveCfg = Debug|Any CPU |
|
236 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Debug|x86.Build.0 = Debug|Any CPU |
|
237 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
238 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Release|Any CPU.Build.0 = Release|Any CPU |
|
239 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Release|x64.ActiveCfg = Release|Any CPU |
|
240 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Release|x64.Build.0 = Release|Any CPU |
|
241 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Release|x86.ActiveCfg = Release|Any CPU |
|
242 |
{7A78E0A6-CAD7-498C-84CD-5E048529F0ED}.Release|x86.Build.0 = Release|Any CPU |
|
243 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
244 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
245 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|x64.ActiveCfg = Debug|x64 |
|
246 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|x64.Build.0 = Debug|x64 |
|
247 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|x86.ActiveCfg = Debug|Any CPU |
|
248 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|x86.Build.0 = Debug|Any CPU |
|
249 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
250 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|Any CPU.Build.0 = Release|Any CPU |
|
251 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|x64.ActiveCfg = Release|x64 |
|
252 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|x64.Build.0 = Release|x64 |
|
253 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|x86.ActiveCfg = Release|Any CPU |
|
254 |
{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|x86.Build.0 = Release|Any CPU |
|
255 | 219 |
EndGlobalSection |
256 | 220 |
GlobalSection(SolutionProperties) = preSolution |
257 | 221 |
HideSolutionNode = FALSE |
내보내기 Unified diff