Rev 46 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
19 | f9daq | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
41 | f9daq | 3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'"> |
4 | <SignMode>Off</SignMode> |
||
5 | </PropertyGroup> |
||
46 | f9daq | 6 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'"> |
7 | <TestCertificate>CN="WDKTestCert f9daq,130456733316664517" | 8644AA4DA938EFB0FDDA92D462A26EAF43663C98</TestCertificate> |
||
8 | <SignMode>TestSign</SignMode> |
||
9 | </PropertyGroup> |
||
19 | f9daq | 10 | </Project> |