~jterrell/nunitv2/nunitv2

« back to all changes in this revision

Viewing changes to tools/WiX/candle.exe.config

  • Committer: Charlie Poole
  • Date: 2012-02-02 01:55:11 UTC
  • mfrom: (3368.1.11 work)
  • Revision ID: charlie@nunit.org-20120202015511-0sspxs5miu16uzse
Merge changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<configuration>
 
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!--
3
3
    Copyright (c) Microsoft Corporation.  All rights reserved.
4
 
 
5
 
    The use and distribution terms for this software are covered by the
6
 
    Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
7
 
    which can be found in the file CPL.TXT at the root of this distribution.
8
 
    By using this software in any fashion, you are agreeing to be bound by
9
 
    the terms of this license.
10
 
 
11
 
    You must not remove this notice, or any other, from this software.
12
4
-->
13
 
<startup>
14
 
 <supportedRuntime version="v2.0.50727" />
15
 
 <supportedRuntime version="v1.1.4322" />
16
 
</startup>
17
 
</configuration>
 
 
b'\\ No newline at end of file'
 
5
<configuration>
 
6
    <startup useLegacyV2RuntimeActivationPolicy="true">
 
7
        <supportedRuntime version="v4.0" />
 
8
        <supportedRuntime version="v2.0.50727" />
 
9
    </startup>
 
10
</configuration>