Skip to content

Commit

Permalink
Updated sat4j.
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jun 21, 2017
1 parent 8865469 commit cde9ce2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions featureide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
<ItemGroup>
<None Include=".gitignore" />
<None Include="de.ovgu.featureide.fm.jar" />
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<None Include="build.ps1" />
Expand All @@ -31,19 +33,19 @@
<None Include="LICENSE" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Reference Include="org.sat4j.core">
<HintPath>packages\org.sat4j.core.2.3.5-rc04\lib\net20\org.sat4j.core.dll</HintPath>
<HintPath>packages\org.sat4j.core.2.3.5\lib\net20\org.sat4j.core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="org.sat4j.pb">
<HintPath>packages\org.sat4j.pb.2.3.5-rc04\lib\net20\org.sat4j.pb.dll</HintPath>
<HintPath>packages\org.sat4j.pb.2.3.5\lib\net20\org.sat4j.pb.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Target Name="Build">
<MakeDir Directories="$(OutputPath)" Condition="!Exists('$(OutputPath)')" />
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IKVM" version="8.1.5717.0" targetFramework="net20" />
<package id="org.sat4j.core" version="2.3.5-rc04" targetFramework="net20" />
<package id="org.sat4j.pb" version="2.3.5-rc04" targetFramework="net20" />
<package id="org.sat4j.core" version="2.3.5" targetFramework="net20" />
<package id="org.sat4j.pb" version="2.3.5" targetFramework="net20" />
</packages>

0 comments on commit cde9ce2

Please sign in to comment.