forked from microsoft/mcBV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mcBV.fsproj
158 lines (158 loc) · 6.85 KB
/
mcBV.fsproj
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>2837972c-b670-49c5-8a63-a547c30652e4</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>mcBV</RootNamespace>
<AssemblyName>mcBV</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFSharpCoreVersion>4.3.1.0</TargetFSharpCoreVersion>
<Name>mcBV</Name>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<Tailcalls>false</Tailcalls>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<DocumentationFile>bin\Debug\mcBV.XML</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
<StartArguments>-I I:\mcbv\mcBV\benchmarks\myTests\explanation1.smt2</StartArguments>
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<Tailcalls>true</Tailcalls>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<DocumentationFile>bin\Release\mcBV.XML</DocumentationFile>
<Prefer32Bit>true</Prefer32Bit>
<StartArguments>f:\smtlib-old\QF_BV\sage\app7\bench_3884.smt2</StartArguments>
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup>
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<Tailcalls>false</Tailcalls>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\Debug\mcBV.XML</DocumentationFile>
<Prefer32Bit>true</Prefer32Bit>
<PlatformTarget>x86</PlatformTarget>
<StartArguments>-V -D -T -K -g bug3.smt2</StartArguments>
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<Tailcalls>true</Tailcalls>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\Release\mcBV.XML</DocumentationFile>
<Prefer32Bit>true</Prefer32Bit>
<PlatformTarget>x86</PlatformTarget>
<StartArguments>toobad.smt2</StartArguments>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '11.0'">
<PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
</PropertyGroup>
</When>
<Otherwise>
<PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
</PropertyGroup>
</Otherwise>
</Choose>
<Import Project="$(FSharpTargetsPath)" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<None Include="App.config" />
<Compile Include="PriorityQueue.fs" />
<Compile Include="GlobalOptions.fs" />
<Compile Include="Util.fs" />
<Compile Include="Preprocessing.fs" />
<Compile Include="Bit.fs" />
<Compile Include="Stats.fs" />
<Compile Include="BitVector.fs" />
<Compile Include="Interval.fs" />
<Compile Include="Literal.fs" />
<Compile Include="Numeral.fs" />
<Compile Include="Clause.fs" />
<Compile Include="BooleanValuation.fs" />
<Compile Include="BitVectorValuation.fs" />
<Compile Include="BoundsValuation.fs" />
<Compile Include="NumeralDB.fs" />
<Compile Include="TheoryRelation.fs" />
<Compile Include="VariableOrder.fs" />
<Compile Include="VariableDB.fs" />
<Compile Include="ClauseDB.fs" />
<Compile Include="TheoryDB.fs" />
<Compile Include="WatchManager.fs" />
<Compile Include="DataBase.fs" />
<Compile Include="Learning.fs" />
<Compile Include="Trail.fs" />
<Compile Include="Z3Check.fs" />
<Compile Include="State.fs" />
<Compile Include="SandboxState.fs" />
<Compile Include="RLEBVOperations.fs" />
<Compile Include="RLEBVTheory.fs" />
<Compile Include="BoundsOperations.fs" />
<Compile Include="BoundsTheory.fs" />
<Compile Include="InitializationRules.fs" />
<Compile Include="PropagationRules.fs" />
<Compile Include="Explain.fs" />
<Compile Include="DecisionRules.fs" />
<Compile Include="ConflictRules.fs" />
<Compile Include="Rules.fs" />
<Compile Include="Problem.fs" />
<Compile Include="Model.fs" />
<Compile Include="Solver.fs" />
<Compile Include="ModelVerification.fs" />
<Compile Include="Main.fs" />
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="FSharp.Core">
<HintPath>packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Z3">
<HintPath>z3\Microsoft.Z3.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>