Rev 97 | Rev 119 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 97 | Rev 116 | ||
---|---|---|---|
Line 112... | Line 112... | ||
112 | <PostBuildEvent> |
112 | <PostBuildEvent> |
113 | <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)*" .</Command> |
113 | <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)*" .</Command> |
114 | <Message>Signing output and copying files...</Message> |
114 | <Message>Signing output and copying files...</Message> |
115 | </PostBuildEvent> |
115 | </PostBuildEvent> |
116 | <Link> |
116 | <Link> |
117 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib; |
117 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;wininet.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
118 | <SubSystem>Windows</SubSystem> |
118 | <SubSystem>Windows</SubSystem> |
119 | </Link> |
119 | </Link> |
120 | <PreBuildEvent> |
120 | <PreBuildEvent> |
121 | <Command>if exist "$(Configuration)\dialog_about.obj" del "$(Configuration)\dialog_about.obj"</Command> |
121 | <Command>if exist "$(Configuration)\dialog_about.obj" del "$(Configuration)\dialog_about.obj"</Command> |
122 | <Message>Forcing version number regeneration...</Message> |
122 | <Message>Forcing version number regeneration...</Message> |
Line 152... | Line 152... | ||
152 | </PreBuildEvent> |
152 | </PreBuildEvent> |
153 | </ItemDefinitionGroup> |
153 | </ItemDefinitionGroup> |
154 | <ItemGroup> |
154 | <ItemGroup> |
155 | <ClCompile Include="audio.cpp" /> |
155 | <ClCompile Include="audio.cpp" /> |
156 | <ClCompile Include="board.cpp" /> |
156 | <ClCompile Include="board.cpp" /> |
- | 157 | <ClCompile Include="buffer.cpp" /> |
|
157 | <ClCompile Include="challenge.cpp" /> |
158 | <ClCompile Include="challenge.cpp" /> |
158 | <ClCompile Include="chessengine.cpp" /> |
159 | <ClCompile Include="chessengine.cpp" /> |
159 | <ClCompile Include="config.cpp" /> |
160 | <ClCompile Include="config.cpp" /> |
160 | <ClCompile Include="dialog\dialog_registration.cpp" /> |
161 | <ClCompile Include="dialog\dialog_registration.cpp" /> |
161 | <ClCompile Include="dialog\dialog_renamesides.cpp" /> |
162 | <ClCompile Include="dialog\dialog_renamesides.cpp" /> |