Home | History | Annotate | Download | only in linker-flags
      1 // Copyright 2013 Google Inc. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 #pragma comment(linker,                                                  \
      6                 "\"/manifestdependency:type='Win32' "                    \
      7                 "name='Test.Research.SampleAssembly' version='6.0.0.0' " \
      8                 "processorArchitecture='X86' "                           \
      9                 "publicKeyToken='0000000000000000' language='*'\"")
     10 
     11 int main() {
     12   return 0;
     13 }
     14