summaryrefslogtreecommitdiff
path: root/Source/DafnyDriver/DafnyDriver.sscproj
blob: 9beb51a0760f7bc7c500be4e47305bd488faffd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioProject>
  <XEN ProjectType="Local"
     SchemaVersion="1.0"
     Name="DafnyDriver"
     ProjectGuid="1f1e6f68-e9df-4181-8cd3-e8c98637084d"
    >
    <Build>
      <Settings ApplicationIcon=""
         AssemblyName="Dafny"
         OutputType="Exe"
         RootNamespace="Dafny"
         StartupObject=""
         StandardLibraryLocation=""
         TargetPlatform="v2"
         TargetPlatformLocation=""
        >
        <Config Name="Debug"
           AllowUnsafeBlocks="False"
           BaseAddress="285212672"
           CheckForOverflowUnderflow="False"
           ConfigurationOverrideFile=""
           DefineConstants="DEBUG;TRACE"
           DocumentationFile=""
           DebugSymbols="True"
           FileAlignment="4096"
           IncrementalBuild="True"
           Optimize="False"
           OutputPath="..\..\Binaries"
           RegisterForComInterop="False"
           RemoveIntegerChecks="false"
           TreatWarningsAsErrors="False"
           WarningLevel="4"
           CheckContractAdmissibility="True"
           CheckPurity="False"
           />
        <Config Name="Release"
           AllowUnsafeBlocks="false"
           BaseAddress="285212672"
           CheckForOverflowUnderflow="false"
           ConfigurationOverrideFile=""
           DefineConstants="TRACE"
           DocumentationFile=""
           DebugSymbols="false"
           FileAlignment="4096"
           IncrementalBuild="false"
           Optimize="true"
           OutputPath="bin\release"
           RegisterForComInterop="false"
           RemoveIntegerChecks="false"
           TreatWarningsAsErrors="false"
           WarningLevel="4"
           CheckContractAdmissibility="True"
           CheckPurity="False"
           />
      </Settings>
      <References>
        <Reference Name="System"
             AssemblyName="System"
             Private="false"
             />
        <Reference Name="System.Data"
             AssemblyName="System.Data"
             Private="false"
             />
        <Reference Name="System.Xml"
             AssemblyName="System.Xml"
             Private="false"
             />
        <Reference Name="System.Compiler"
             AssemblyName="System.Compiler"
             Private="false"
             HintPath="../../Binaries/System.Compiler.dll"
             />
        <Reference Name="Microsoft.SpecSharp"
             AssemblyName="Microsoft.SpecSharp"
             Private="false"
             HintPath="../../Binaries/Microsoft.SpecSharp.dll"
             />
        <Reference Name="System.Compiler.Framework"
             AssemblyName="System.Compiler.Framework"
             Private="false"
             HintPath="../../Binaries/System.Compiler.Framework.dll"
             />
        <Reference Name="AbsInt"
             AssemblyName="AbsInt"
             Private="false"
             HintPath="../AbsInt/bin/Debug/AbsInt.dll"
             />
        <Reference Name="AIFramework"
             AssemblyName="AIFramework"
             Private="false"
             HintPath="../AIFramework/bin/debug/AIFramework.dll"
             />
        <Reference Name="Core"
             AssemblyName="Core"
             Private="false"
             HintPath="../Core/bin/Debug/Core.dll"
             />
        <Reference Name="VCGeneration"
             AssemblyName="VCGeneration"
             Private="false"
             HintPath="../VCGeneration/bin/debug/VCGeneration.dll"
             />
        <Reference Name="Dafny"
             Project="{DEAD83C6-1510-4AF9-8F7D-C837DDBB2632}"
             Private="true"
             />
      </References>
    </Build>
    <Files>
      <Include>
        <File RelPath="DafnyDriver.ssc"
                 SubType="Code"
                 BuildAction="Compile"
                 />
        <File BuildAction="Compile"
                 SubType="Code"
                 RelPath="..\version.ssc"
                 />
      </Include>
    </Files>
  </XEN>
</VisualStudioProject>