<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup Label="ProjectConfigurations"> | |
<ProjectConfiguration Include="Debug|Win32"> | |
<Configuration>Debug</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Debug|x64"> | |
<Configuration>Debug</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|Win32"> | |
<Configuration>Release</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|x64"> | |
<Configuration>Release</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
</ItemGroup> | |
<PropertyGroup Label="Globals"> | |
<ProjectGuid>{F9E45E14-1249-4E95-86DD-5676DB5C87FD}</ProjectGuid> | |
<RootNamespace>Main</RootNamespace> | |
<Keyword>Win32Proj</Keyword> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<CharacterSet>MultiByte</CharacterSet> | |
<WholeProgramOptimization>true</WholeProgramOptimization> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<CharacterSet>MultiByte</CharacterSet> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<CharacterSet>MultiByte</CharacterSet> | |
<WholeProgramOptimization>true</WholeProgramOptimization> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<CharacterSet>Unicode</CharacterSet> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
<ImportGroup Label="ExtensionSettings"> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<PropertyGroup Label="UserMacros" /> | |
<PropertyGroup> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |
</PropertyGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
<ClCompile> | |
<Optimization>Disabled</Optimization> | |
<AdditionalIncludeDirectories>..\libarchfpga\include;SRC\util;SRC\timing;SRC\route;SRC\place;SRC\power;SRC\pack;SRC\draw;SRC\base;..\libsdc_parse\src;..\liblog\src</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;WIN32;_CONSOLE;CREATE_ECHO_FILES;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
<SmallerTypeCheck>true</SmallerTypeCheck> | |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
<StructMemberAlignment>16Bytes</StructMemberAlignment> | |
<FloatingPointModel>Strict</FloatingPointModel> | |
<BrowseInformation>false</BrowseInformation> | |
<WarningLevel>Level4</WarningLevel> | |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
<DisableSpecificWarnings>4100; 4127;4244; 4305;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
<CompileAs>CompileAsCpp</CompileAs> | |
<ExceptionHandling>SyncCThrow</ExceptionHandling> | |
<TreatWarningAsError>true</TreatWarningAsError> | |
</ClCompile> | |
<Link> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<SubSystem>Console</SubSystem> | |
<AdditionalLibraryDirectories> | |
</AdditionalLibraryDirectories> | |
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
<IgnoreAllDefaultLibraries> | |
</IgnoreAllDefaultLibraries> | |
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | |
</Link> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
<ClCompile> | |
<Optimization>Full</Optimization> | |
<AdditionalIncludeDirectories>..\libarchfpga\include;SRC\util;SRC\timing;SRC\route;SRC\place;SRC\power;SRC\pack;SRC\draw;SRC\base;..\libsdc_parse\src;..\liblog\src</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
<PrecompiledHeader> | |
</PrecompiledHeader> | |
<StructMemberAlignment>16Bytes</StructMemberAlignment> | |
<FloatingPointModel>Strict</FloatingPointModel> | |
<WarningLevel>Level4</WarningLevel> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<DisableSpecificWarnings>4100; 4127;4244; 4305;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
<CompileAs>CompileAsCpp</CompileAs> | |
<ExceptionHandling>SyncCThrow</ExceptionHandling> | |
<TreatWarningAsError>true</TreatWarningAsError> | |
</ClCompile> | |
<Link> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<SubSystem>Console</SubSystem> | |
<OptimizeReferences>true</OptimizeReferences> | |
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |
<TargetMachine>MachineX86</TargetMachine> | |
<AdditionalLibraryDirectories> | |
</AdditionalLibraryDirectories> | |
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
<IgnoreAllDefaultLibraries> | |
</IgnoreAllDefaultLibraries> | |
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | |
</Link> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
<Midl> | |
<TargetEnvironment>X64</TargetEnvironment> | |
</Midl> | |
<ClCompile> | |
<Optimization>Disabled</Optimization> | |
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;NO_GRAPHICS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
<FloatingPointModel>Strict</FloatingPointModel> | |
<WarningLevel>Level4</WarningLevel> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<DisableSpecificWarnings>4100; 4244; 4305;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
</ClCompile> | |
<Link> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<SubSystem>Console</SubSystem> | |
<TargetMachine>MachineX64</TargetMachine> | |
</Link> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
<Midl> | |
<TargetEnvironment>X64</TargetEnvironment> | |
</Midl> | |
<ClCompile> | |
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;NO_GRAPHICS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
<PrecompiledHeader> | |
</PrecompiledHeader> | |
<WarningLevel>Level3</WarningLevel> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<DisableSpecificWarnings>4100; 4244; 4305;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
</ClCompile> | |
<Link> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<SubSystem>Console</SubSystem> | |
<OptimizeReferences>true</OptimizeReferences> | |
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |
<TargetMachine>MachineX64</TargetMachine> | |
</Link> | |
</ItemDefinitionGroup> | |
<ItemGroup> | |
<ClCompile Include="SRC\base\globals.c" /> | |
<ClCompile Include="SRC\base\netlist.c" /> | |
<ClCompile Include="SRC\base\read_settings.c" /> | |
<ClCompile Include="SRC\base\rr_node.c" /> | |
<ClCompile Include="SRC\base\verilog_writer.c" /> | |
<ClCompile Include="SRC\base\vpr_api.c" /> | |
<ClCompile Include="SRC\draw\create_button.h" /> | |
<ClCompile Include="SRC\draw\draw.c" /> | |
<ClCompile Include="SRC\draw\draw_global.c" /> | |
<ClCompile Include="SRC\draw\draw_types.c" /> | |
<ClCompile Include="SRC\draw\graphics.c" /> | |
<ClCompile Include="SRC\draw\intra_logic_block.c" /> | |
<ClCompile Include="SRC\main.c" /> | |
<ClCompile Include="SRC\base\check_netlist.c" /> | |
<ClCompile Include="SRC\base\CheckArch.c" /> | |
<ClCompile Include="SRC\base\CheckOptions.c" /> | |
<ClCompile Include="SRC\base\CheckSetup.c" /> | |
<ClCompile Include="SRC\base\OptionTokens.c" /> | |
<ClCompile Include="SRC\base\place_and_route.c" /> | |
<ClCompile Include="SRC\base\read_blif.c" /> | |
<ClCompile Include="SRC\base\read_netlist.c" /> | |
<ClCompile Include="SRC\base\read_place.c" /> | |
<ClCompile Include="SRC\base\ReadOptions.c" /> | |
<ClCompile Include="SRC\base\SetupGrid.c" /> | |
<ClCompile Include="SRC\base\SetupVPR.c" /> | |
<ClCompile Include="SRC\base\ShowSetup.c" /> | |
<ClCompile Include="SRC\base\stats.c" /> | |
<ClCompile Include="SRC\pack\cluster_feasibility_filter.c" /> | |
<ClCompile Include="SRC\pack\cluster_placement.c" /> | |
<ClCompile Include="SRC\pack\cluster_router.c" /> | |
<ClCompile Include="SRC\pack\lb_type_rr_graph.c" /> | |
<ClCompile Include="SRC\pack\pack_types.c" /> | |
<ClCompile Include="SRC\pack\prepack.c" /> | |
<ClCompile Include="SRC\place\place_macro.c" /> | |
<ClCompile Include="SRC\power\power.c" /> | |
<ClCompile Include="SRC\power\PowerSpicedComponent.c" /> | |
<ClCompile Include="SRC\power\power_callibrate.c" /> | |
<ClCompile Include="SRC\power\power_cmos_tech.c" /> | |
<ClCompile Include="SRC\power\power_components.c" /> | |
<ClCompile Include="SRC\power\power_lowlevel.c" /> | |
<ClCompile Include="SRC\power\power_sizing.c" /> | |
<ClCompile Include="SRC\power\power_util.c" /> | |
<ClCompile Include="SRC\route\cb_metrics.c" /> | |
<ClCompile Include="SRC\timing\read_sdc.c" /> | |
<ClCompile Include="SRC\timing\slre.c" /> | |
<ClCompile Include="SRC\util\hash.c" /> | |
<ClCompile Include="SRC\util\heapsort.c" /> | |
<ClCompile Include="SRC\util\token.c" /> | |
<ClCompile Include="SRC\util\vpr_utils.c" /> | |
<ClCompile Include="SRC\pack\cluster.c" /> | |
<ClCompile Include="SRC\pack\output_blif.c" /> | |
<ClCompile Include="SRC\pack\output_clustering.c" /> | |
<ClCompile Include="SRC\pack\pack.c" /> | |
<ClCompile Include="SRC\pack\pb_type_graph.c" /> | |
<ClCompile Include="SRC\pack\pb_type_graph_annotations.c" /> | |
<ClCompile Include="SRC\pack\print_netlist.c" /> | |
<ClCompile Include="SRC\timing\net_delay.c" /> | |
<ClCompile Include="SRC\timing\path_delay.c" /> | |
<ClCompile Include="SRC\timing\path_delay2.c" /> | |
<ClCompile Include="SRC\route\check_route.c" /> | |
<ClCompile Include="SRC\route\check_rr_graph.c" /> | |
<ClCompile Include="SRC\route\route_breadth_first.c" /> | |
<ClCompile Include="SRC\route\route_common.c" /> | |
<ClCompile Include="SRC\route\route_timing.c" /> | |
<ClCompile Include="SRC\route\route_tree_timing.c" /> | |
<ClCompile Include="SRC\route\rr_graph.c" /> | |
<ClCompile Include="SRC\route\rr_graph2.c" /> | |
<ClCompile Include="SRC\route\rr_graph_area.c" /> | |
<ClCompile Include="SRC\route\rr_graph_indexed_data.c" /> | |
<ClCompile Include="SRC\route\rr_graph_sbox.c" /> | |
<ClCompile Include="SRC\route\rr_graph_timing_params.c" /> | |
<ClCompile Include="SRC\route\rr_graph_util.c" /> | |
<ClCompile Include="SRC\route\segment_stats.c" /> | |
<ClCompile Include="SRC\place\place.c" /> | |
<ClCompile Include="SRC\place\place_stats.c" /> | |
<ClCompile Include="SRC\place\timing_place.c" /> | |
<ClCompile Include="SRC\place\timing_place_lookup.c" /> | |
</ItemGroup> | |
<ItemGroup> | |
<ClInclude Include="SRC\base\check_netlist.h" /> | |
<ClInclude Include="SRC\base\globals.h" /> | |
<ClInclude Include="SRC\base\netlist.h" /> | |
<ClInclude Include="SRC\base\OptionTokens.h" /> | |
<ClInclude Include="SRC\base\place_and_route.h" /> | |
<ClInclude Include="SRC\base\read_blif.h" /> | |
<ClInclude Include="SRC\base\read_netlist.h" /> | |
<ClInclude Include="SRC\base\read_place.h" /> | |
<ClInclude Include="SRC\base\ReadOptions.h" /> | |
<ClInclude Include="SRC\base\read_settings.h" /> | |
<ClInclude Include="SRC\base\rr_node.h" /> | |
<ClInclude Include="SRC\base\SetupGrid.h" /> | |
<ClInclude Include="SRC\base\SetupVPR.h" /> | |
<ClInclude Include="SRC\base\stats.h" /> | |
<ClInclude Include="SRC\base\verilog_writer.h" /> | |
<ClInclude Include="SRC\base\vpr_api.h" /> | |
<ClInclude Include="SRC\base\vpr_types.h" /> | |
<ClInclude Include="SRC\draw\draw.h" /> | |
<ClInclude Include="SRC\draw\draw_global.h" /> | |
<ClInclude Include="SRC\draw\draw_types.h" /> | |
<ClInclude Include="SRC\draw\easygl_constants.h" /> | |
<ClInclude Include="SRC\draw\graphics.h" /> | |
<ClInclude Include="SRC\draw\intra_logic_block.h" /> | |
<ClInclude Include="SRC\pack\cluster_feasibility_filter.h" /> | |
<ClInclude Include="SRC\pack\cluster_placement.h" /> | |
<ClInclude Include="SRC\pack\cluster_router.h" /> | |
<ClInclude Include="SRC\pack\lb_type_rr_graph.h" /> | |
<ClInclude Include="SRC\pack\pack_types.h" /> | |
<ClInclude Include="SRC\pack\prepack.h" /> | |
<ClInclude Include="SRC\place\place_macro.h" /> | |
<ClInclude Include="SRC\power\power.h" /> | |
<ClInclude Include="SRC\power\PowerSpicedComponent.h" /> | |
<ClInclude Include="SRC\power\power_callibrate.h" /> | |
<ClInclude Include="SRC\power\power_cmos_tech.h" /> | |
<ClInclude Include="SRC\power\power_components.h" /> | |
<ClInclude Include="SRC\power\power_lowlevel.h" /> | |
<ClInclude Include="SRC\power\power_sizing.h" /> | |
<ClInclude Include="SRC\power\power_util.h" /> | |
<ClInclude Include="SRC\route\cb_metrics.h" /> | |
<ClInclude Include="SRC\timing\net_delay.h" /> | |
<ClInclude Include="SRC\timing\path_delay.h" /> | |
<ClInclude Include="SRC\timing\path_delay2.h" /> | |
<ClInclude Include="SRC\route\check_route.h" /> | |
<ClInclude Include="SRC\route\check_rr_graph.h" /> | |
<ClInclude Include="SRC\route\route_breadth_first.h" /> | |
<ClInclude Include="SRC\route\route_common.h" /> | |
<ClInclude Include="SRC\route\route_export.h" /> | |
<ClInclude Include="SRC\route\route_timing.h" /> | |
<ClInclude Include="SRC\route\route_tree_timing.h" /> | |
<ClInclude Include="SRC\route\rr_graph.h" /> | |
<ClInclude Include="SRC\route\rr_graph2.h" /> | |
<ClInclude Include="SRC\route\rr_graph_area.h" /> | |
<ClInclude Include="SRC\route\rr_graph_indexed_data.h" /> | |
<ClInclude Include="SRC\route\rr_graph_sbox.h" /> | |
<ClInclude Include="SRC\route\rr_graph_timing_params.h" /> | |
<ClInclude Include="SRC\route\rr_graph_util.h" /> | |
<ClInclude Include="SRC\route\segment_stats.h" /> | |
<ClInclude Include="SRC\pack\cluster.h" /> | |
<ClInclude Include="SRC\pack\output_blif.h" /> | |
<ClInclude Include="SRC\pack\output_clustering.h" /> | |
<ClInclude Include="SRC\pack\pack.h" /> | |
<ClInclude Include="SRC\pack\pb_type_graph.h" /> | |
<ClInclude Include="SRC\pack\pb_type_graph_annotations.h" /> | |
<ClInclude Include="SRC\pack\print_netlist.h" /> | |
<ClInclude Include="SRC\place\place.h" /> | |
<ClInclude Include="SRC\place\place_stats.h" /> | |
<ClInclude Include="SRC\place\timing_place.h" /> | |
<ClInclude Include="SRC\place\timing_place_lookup.h" /> | |
<ClInclude Include="SRC\timing\read_sdc.h" /> | |
<ClInclude Include="SRC\timing\slre.h" /> | |
<ClInclude Include="SRC\util\hash.h" /> | |
<ClInclude Include="SRC\util\heapsort.h" /> | |
<ClInclude Include="SRC\util\token.h" /> | |
<ClInclude Include="SRC\util\vpr_utils.h" /> | |
</ItemGroup> | |
<ItemGroup> | |
<ProjectReference Include="..\libarchfpga\libarchfpga.vcxproj"> | |
<Project>{cbba36e0-cd88-4586-afb6-a0e603d16796}</Project> | |
</ProjectReference> | |
<ProjectReference Include="..\liblog\liblog.vcxproj"> | |
<Project>{155e4142-fe39-4ea5-a05c-51e446490640}</Project> | |
</ProjectReference> | |
<ProjectReference Include="..\libsdc_parse\libsdc_parse.vcxproj"> | |
<Project>{b782457a-c660-49b2-b606-28f5f43bd12a}</Project> | |
</ProjectReference> | |
</ItemGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
<ImportGroup Label="ExtensionTargets"> | |
</ImportGroup> | |
</Project> |