개정판 f3b8ff8f
obfuscar.xml 빌드작업 변경
Change-Id: I03c5722df9a2d8fbe47d8a9a5552835b4a04fe87
ConvertService/ServiceBase/Markus.Service.ConvertProcess/Markus.Service.ConvertProcess.csproj | ||
---|---|---|
126 | 126 |
<WCFMetadata Include="Connected Services\" /> |
127 | 127 |
</ItemGroup> |
128 | 128 |
<ItemGroup> |
129 |
<Content Include="obfuscar.xml">
|
|
129 |
<None Include="obfuscar.xml">
|
|
130 | 130 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
131 |
</Content>
|
|
131 |
</None>
|
|
132 | 132 |
</ItemGroup> |
133 | 133 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
134 | 134 |
<PropertyGroup> |
ConvertService/ServiceBase/Markus.Service.Station/Markus.Service.Station.csproj | ||
---|---|---|
152 | 152 |
<None Include="App.config" /> |
153 | 153 |
<None Include="packages.config" /> |
154 | 154 |
<None Include="Properties\app.manifest" /> |
155 |
<Content Include="obfuscar.xml">
|
|
155 |
<None Include="obfuscar.xml">
|
|
156 | 156 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
157 |
</Content>
|
|
157 |
</None>
|
|
158 | 158 |
<Content Include="ServiceStation.ini"> |
159 | 159 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
160 | 160 |
</Content> |
ConvertService/ServiceBase/Markus.Service.Station/StationService/ServiceStationWCF.cs | ||
---|---|---|
142 | 142 |
{ |
143 | 143 |
try |
144 | 144 |
{ |
145 |
|
|
145 | 146 |
if (AliveConvertQueue.Count(c => c.UniqueKey == convertItem.UniqueKey) == 0) |
146 | 147 |
{ |
147 | 148 |
if (ServiceStation.AliveConvertQueue.Count() < MultiProcessCount) |
ConvertService/ServiceBase/ServiceTestApp/ServiceTestApp.csproj | ||
---|---|---|
13 | 13 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 | 14 |
<WarningLevel>4</WarningLevel> |
15 | 15 |
<Deterministic>true</Deterministic> |
16 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
16 | 17 |
<PublishUrl>publish\</PublishUrl> |
17 | 18 |
<Install>true</Install> |
18 | 19 |
<InstallFrom>Disk</InstallFrom> |
... | ... | |
25 | 26 |
<MapFileExtensions>true</MapFileExtensions> |
26 | 27 |
<ApplicationRevision>0</ApplicationRevision> |
27 | 28 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
28 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
29 | 29 |
<UseApplicationTrust>false</UseApplicationTrust> |
30 | 30 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
31 | 31 |
</PropertyGroup> |
... | ... | |
79 | 79 |
<Prefer32Bit>true</Prefer32Bit> |
80 | 80 |
</PropertyGroup> |
81 | 81 |
<ItemGroup> |
82 |
<Reference Include="ConfigParser, Version=0.3.2.8, Culture=neutral, PublicKeyToken=null" /> |
|
82 |
<Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL"> |
|
83 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath> |
|
84 |
</Reference> |
|
83 | 85 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
84 | 86 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
85 | 87 |
</Reference> |
ConvertService/ServiceBase/ServiceTestApp/packages.config | ||
---|---|---|
4 | 4 |
<package id="EntityFramework.ko" version="6.2.0" targetFramework="net45" /> |
5 | 5 |
<package id="Markus.LibraryInstaller" version="1.5.1" targetFramework="net45" /> |
6 | 6 |
<package id="Markus.Message" version="1.5.4" targetFramework="net45" /> |
7 |
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net45" /> |
|
7 | 8 |
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" /> |
9 |
<package id="Salaros.ConfigParser" version="0.3.3" targetFramework="net45" /> |
|
8 | 10 |
</packages> |
내보내기 Unified diff