개정판 1a2c4dfb
requireAdministrator 수정
Change-Id: I4897774b41acce2c73437d765ce34584248c3d35
MarkusAutoUpdate/src/MarkusUpdateExtract_Net/MarkusUpdateExtract_Net.csproj | ||
---|---|---|
39 | 39 |
<WarningLevel>4</WarningLevel> |
40 | 40 |
<Prefer32Bit>false</Prefer32Bit> |
41 | 41 |
</PropertyGroup> |
42 |
<PropertyGroup /> |
|
42 | 43 |
<PropertyGroup> |
43 |
<NoWin32Manifest>true</NoWin32Manifest>
|
|
44 |
<TargetZone>LocalIntranet</TargetZone>
|
|
44 | 45 |
</PropertyGroup> |
46 |
<PropertyGroup> |
|
47 |
<GenerateManifests>false</GenerateManifests> |
|
48 |
</PropertyGroup> |
|
49 |
<PropertyGroup /> |
|
45 | 50 |
<ItemGroup> |
46 | 51 |
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
47 | 52 |
<HintPath>..\..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
... | ... | |
67 | 72 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
68 | 73 |
</Content> |
69 | 74 |
<None Include="packages.config" /> |
75 |
<None Include="Properties\app.manifest" /> |
|
70 | 76 |
</ItemGroup> |
71 | 77 |
<ItemGroup> |
72 | 78 |
<ProjectReference Include="..\IIpc\IIpc.csproj"> |
MarkusAutoUpdate/src/NetSparkle.Samples.NetFramework.WPF/NetSparkle.Samples.NetFramework.WPF.csproj | ||
---|---|---|
122 | 122 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_HS|AnyCPU'"> |
123 | 123 |
<OutputPath>bin\Release_HS\</OutputPath> |
124 | 124 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
125 |
<Optimize>true</Optimize>
|
|
125 |
<Optimize>false</Optimize>
|
|
126 | 126 |
<DebugType>pdbonly</DebugType> |
127 | 127 |
<PlatformTarget>AnyCPU</PlatformTarget> |
128 | 128 |
<LangVersion>7.3</LangVersion> |
... | ... | |
161 | 161 |
<Prefer32Bit>false</Prefer32Bit> |
162 | 162 |
<Optimize>true</Optimize> |
163 | 163 |
</PropertyGroup> |
164 |
<PropertyGroup> |
|
165 |
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
166 |
</PropertyGroup> |
|
167 |
<PropertyGroup> |
|
168 |
<TargetZone>Custom</TargetZone> |
|
169 |
</PropertyGroup> |
|
170 |
<PropertyGroup> |
|
171 |
<GenerateManifests>false</GenerateManifests> |
|
172 |
</PropertyGroup> |
|
173 |
<PropertyGroup> |
|
174 |
<SignManifests>false</SignManifests> |
|
175 |
</PropertyGroup> |
|
176 |
<PropertyGroup> |
|
177 |
<ManifestCertificateThumbprint>CA42308B0A2EFE4F6AF6F9A712524F090582C88E</ManifestCertificateThumbprint> |
|
178 |
</PropertyGroup> |
|
179 |
<PropertyGroup> |
|
180 |
<ManifestKeyFile>www.doftech.co.kr.pfx</ManifestKeyFile> |
|
181 |
</PropertyGroup> |
|
182 |
<PropertyGroup> |
|
183 |
<ManifestTimestampUrl>http://timestamp.digicert.com</ManifestTimestampUrl> |
|
184 |
</PropertyGroup> |
|
185 |
<PropertyGroup> |
|
186 |
<SignAssembly>false</SignAssembly> |
|
187 |
</PropertyGroup> |
|
188 |
<PropertyGroup> |
|
189 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
|
190 |
</PropertyGroup> |
|
164 | 191 |
<ItemGroup> |
165 | 192 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
166 | 193 |
<HintPath>..\..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
... | ... | |
251 | 278 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
252 | 279 |
</None> |
253 | 280 |
<AppDesigner Include="Properties\" /> |
281 |
<None Include="www.doftech.co.kr.pfx" /> |
|
254 | 282 |
</ItemGroup> |
255 | 283 |
<ItemGroup> |
256 | 284 |
<ProjectReference Include="..\IIpc\IIpc.csproj"> |
... | ... | |
323 | 351 |
<PropertyGroup> |
324 | 352 |
<PostBuildEvent>xcopy "$(SolutionDir)src\bin\Release\MarkusUpdateExtract\*.*" "$(TargetDir)MarkusExtractUpdate" /I /Y /F /S |
325 | 353 |
|
326 |
if $(ConfigurationName) == Debug ( |
|
327 |
call $(SolutionDir)sign.bat $(SolutionDir) $(ProjectDir)obj\Debug\*.exe |
|
328 |
) |
|
329 |
if $(ConfigurationName) == Release ( |
|
330 |
call $(SolutionDir)sign.bat $(SolutionDir) $(ProjectDir)obj\Release\*.exe |
|
331 |
) |
|
332 |
if $(ConfigurationName) == Release_HS ( |
|
333 |
call $(SolutionDir)sign.bat $(SolutionDir) $(ProjectDir)obj\Release_HS\*.exe |
|
334 |
) |
|
335 |
if $(ConfigurationName) == Release_SNI ( |
|
336 |
call $(SolutionDir)sign.bat $(SolutionDir) $(ProjectDir)obj\Release_SNI\*.exe |
|
337 |
) |
|
338 |
if $(ConfigurationName) == Release_Daelim ( |
|
339 |
call $(SolutionDir)sign.bat $(SolutionDir) $(ProjectDir)obj\Release_Daelim\*.exe |
|
340 |
) |
|
341 |
|
|
342 | 354 |
call $(SolutionDir)sign.bat $(SolutionDir) $(TargetDir)*.exe |
343 | 355 |
|
344 | 356 |
if $(ConfigurationName) == Release_HS ( |
내보내기 Unified diff