| <?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"> | |
| <Configuration>Debug</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="Release|Win32"> | |
| <Configuration>Release</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| </ItemGroup> | |
| <PropertyGroup Label="Globals"> | |
| <ProjectGuid>{CBBA36E0-CD88-4586-AFB6-A0E603D16796}</ProjectGuid> | |
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
| <Keyword>ManagedCProj</Keyword> | |
| <RootNamespace>libarchfpga</RootNamespace> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <UseDebugLibraries>true</UseDebugLibraries> | |
| <CLRSupport>false</CLRSupport> | |
| <CharacterSet>Unicode</CharacterSet> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <UseDebugLibraries>false</UseDebugLibraries> | |
| <CLRSupport>false</CLRSupport> | |
| <CharacterSet>Unicode</CharacterSet> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| <ImportGroup Label="ExtensionSettings"> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <PropertyGroup Label="UserMacros" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <LinkIncremental>true</LinkIncremental> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <LinkIncremental>false</LinkIncremental> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <Optimization>Disabled</Optimization> | |
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| <CompileAsManaged> | |
| </CompileAsManaged> | |
| <AdditionalIncludeDirectories>include;../printhandler/SRC/TIO_InputOutputHandlers</AdditionalIncludeDirectories> | |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| <CompileAs>CompileAsCpp</CompileAs> | |
| </ClCompile> | |
| <Link> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <AdditionalDependencies> | |
| </AdditionalDependencies> | |
| </Link> | |
| <ProjectReference> | |
| <LinkLibraryDependencies>true</LinkLibraryDependencies> | |
| </ProjectReference> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| <AdditionalIncludeDirectories>include;../printhandler/SRC/TIO_InputOutputHandlers</AdditionalIncludeDirectories> | |
| <CompileAsManaged>false</CompileAsManaged> | |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| <AdditionalIncludeDirectories>include;../printhandler/SRC/TIO_InputOutputHandlers</AdditionalIncludeDirectories> | |
| <Optimization>Full</Optimization> | |
| <CallingConvention>Cdecl</CallingConvention> | |
| <CompileAs>CompileAsCpp</CompileAs> | |
| </ClCompile> | |
| <Link> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <AdditionalDependencies> | |
| </AdditionalDependencies> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <ClInclude Include="include\arch_types.h" /> | |
| <ClInclude Include="include\ezxml.h" /> | |
| <ClInclude Include="include\logic_types.h" /> | |
| <ClInclude Include="include\physical_types.h" /> | |
| <ClInclude Include="include\ReadLine.h" /> | |
| <ClInclude Include="include\read_xml_arch_file.h" /> | |
| <ClInclude Include="include\read_xml_util.h" /> | |
| <ClInclude Include="include\util.h" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ClCompile Include="ezxml.c" /> | |
| <ClCompile Include="ReadLine.c" /> | |
| <ClCompile Include="read_xml_arch_file.c" /> | |
| <ClCompile Include="read_xml_util.c" /> | |
| <ClCompile Include="util.c" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\printhandler\printhandler.vcxproj"> | |
| <Project>{a5092a9c-6dfd-4dec-9951-51606f5eaf3b}</Project> | |
| </ProjectReference> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |