Rev 81 | Rev 108 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 81 | Rev 98 | ||
---|---|---|---|
Line 184... | Line 184... | ||
184 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
184 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
185 | </Link> |
185 | </Link> |
186 | <PostBuildEvent> |
186 | <PostBuildEvent> |
187 | </PostBuildEvent> |
187 | </PostBuildEvent> |
188 | <PostBuildEvent> |
188 | <PostBuildEvent> |
189 | <Command>copy " |
189 | <Command>signtool sign /a /t http://timestamp.verisign.com/scripts/timestamp.dll /fd SHA256 /d "$(TargetName) program" /du http://www.pmbaty.com/chess/ "$(OutDir)$(TargetName)$(TargetExt)" & copy "$(OutDir)$(TargetName)$(TargetExt)" "..\engines\Crafty\$(TargetName)$(TargetExt)"</Command> |
190 | </PostBuildEvent> |
190 | </PostBuildEvent> |
191 | <PostBuildEvent> |
191 | <PostBuildEvent> |
192 | <Message> |
192 | <Message>Signing and copying files...</Message> |
193 | </PostBuildEvent> |
193 | </PostBuildEvent> |
194 | </ItemDefinitionGroup> |
194 | </ItemDefinitionGroup> |
195 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
195 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
196 | <ImportGroup Label="ExtensionTargets"> |
196 | <ImportGroup Label="ExtensionTargets"> |
197 | </ImportGroup> |
197 | </ImportGroup> |