singrdk/base/Applications/Benchmarks/sharpSAT/sharpSAT.csproj

41 lines
1.4 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>sharpsat</AssemblyName>
<DefineConstants>NONULLCHECK</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="base_solver.cs" />
<Compile Include="basic_classes.cs" />
<Compile Include="blifparser.cs" />
<Compile Include="constants.cs" />
<Compile Include="core_extraction.cs" />
<Compile Include="main.cs" />
<Compile Include="sat_solver.cs" />
<Compile Include="sharp_stl.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\System.IO\System.IO.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\FileSystem.Utils\FileSystem.Utils.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets" />
</Project>