Skip to content

Commit

Permalink
add class FactUnion to project
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuejun Yang committed Jun 17, 2011
1 parent 39c76b3 commit 68755c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/csmith.vcxproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
Expand Down Expand Up @@ -239,6 +239,7 @@
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include="FactUnion.cpp" />
<ClCompile Include="Filter.cpp">
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down Expand Up @@ -418,6 +419,7 @@
<ClInclude Include="Fact.h" />
<ClInclude Include="FactMgr.h" />
<ClInclude Include="FactPointTo.h" />
<ClInclude Include="FactUnion.h" />
<ClInclude Include="Filter.h" />
<ClInclude Include="Finalization.h" />
<ClInclude Include="Function.h" />
Expand Down Expand Up @@ -466,4 +468,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 68755c9

Please sign in to comment.