<?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="Release|Win32"> | |
<Configuration>Release</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
</ItemGroup> | |
<PropertyGroup Label="Globals"> | |
<ProjectGuid>{CBBA36E0-CD88-4586-AFB6-A0E603D16796}</ProjectGuid> | |
<TargetFrameworkVersion>v4.5</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> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
<ConfigurationType>StaticLibrary</ConfigurationType> | |
<UseDebugLibraries>false</UseDebugLibraries> | |
<CLRSupport>false</CLRSupport> | |
<CharacterSet>Unicode</CharacterSet> | |
<PlatformToolset>v120</PlatformToolset> | |
</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> | |
<IncludePath>$(VCInstallDir)include;include;..\libcommon_c++\SRC\TIO_InputOutputHandlers</IncludePath> | |
</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;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<PrecompiledHeader>NotUsing</PrecompiledHeader> | |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
<CompileAsManaged> | |
</CompileAsManaged> | |
<AdditionalIncludeDirectories> | |
</AdditionalIncludeDirectories> | |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
<CompileAs>CompileAsCpp</CompileAs> | |
<ExceptionHandling>Sync</ExceptionHandling> | |
</ClCompile> | |
<Link> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<AdditionalDependencies> | |
</AdditionalDependencies> | |
</Link> | |
<ProjectReference> | |
<LinkLibraryDependencies>false</LinkLibraryDependencies> | |
</ProjectReference> | |
<Lib /> | |
<Lib> | |
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> | |
</Lib> | |
</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;../libcommon_c++/SRC/TIO_InputOutputHandlers</AdditionalIncludeDirectories> | |
<CompileAsManaged>false</CompileAsManaged> | |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
<AdditionalIncludeDirectories>include;../libcommon_c++/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> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
<ImportGroup Label="ExtensionTargets"> | |
</ImportGroup> | |
</Project> |