summaryrefslogtreecommitdiff
path: root/vsproject/mrustc.vcxproj
diff options
context:
space:
mode:
authorJohn Hodge (bugs) <tpg@mutabah.net>2017-02-25 22:24:40 +0800
committerJohn Hodge (bugs) <tpg@mutabah.net>2017-02-25 22:24:40 +0800
commit03addc877bab648ccde022edec29f5b051ce7cb9 (patch)
tree51089cf2abbda1d48a7105da1cb18ec84f2f4590 /vsproject/mrustc.vcxproj
parent12c012c69235fd90c855881f2c07c91dbb052635 (diff)
downloadmrust-03addc877bab648ccde022edec29f5b051ce7cb9.tar.gz
Add visual studio project files, little tweaks to codebase to allow compiling on visual studio (not complete)
Diffstat (limited to 'vsproject/mrustc.vcxproj')
-rw-r--r--vsproject/mrustc.vcxproj264
1 files changed, 264 insertions, 0 deletions
diff --git a/vsproject/mrustc.vcxproj b/vsproject/mrustc.vcxproj
new file mode 100644
index 00000000..1f277488
--- /dev/null
+++ b/vsproject/mrustc.vcxproj
@@ -0,0 +1,264 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="14.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>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{12AA9964-C1BD-406A-9545-43EE63230EBE}</ProjectGuid>
+ <Keyword>Win32Proj</Keyword>
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v140</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v140</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v140</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v140</PlatformToolset>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="Shared">
+ </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>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <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|x64'">
+ <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>
+ <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <LinkIncremental>true</LinkIncremental>
+ <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>../src/include;../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <Optimization>Disabled</Optimization>
+ <PreprocessToFile>false</PreprocessToFile>
+ <AssemblerListingLocation>$(IntDir)dummy\%(RelativeDir)</AssemblerListingLocation>
+ <ObjectFileName>$(IntDir)dummy\%(RelativeDir)</ObjectFileName>
+ </ClCompile>
+ <Link>
+ <TargetMachine>MachineX86</TargetMachine>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Console</SubSystem>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>../src/include;../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <PreprocessToFile>false</PreprocessToFile>
+ <AssemblerListingLocation>$(IntDir)dummy\%(RelativeDir)</AssemblerListingLocation>
+ <ObjectFileName>$(IntDir)dummy\%(RelativeDir)</ObjectFileName>
+ </ClCompile>
+ <Link>
+ <TargetMachine>MachineX86</TargetMachine>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Console</SubSystem>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <ClCompile>
+ <AdditionalIncludeDirectories>../src/include;../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessToFile>false</PreprocessToFile>
+ <AssemblerListingLocation>$(IntDir)dummy\%(RelativeDir)</AssemblerListingLocation>
+ <ObjectFileName>$(IntDir)dummy\%(RelativeDir)</ObjectFileName>
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <AdditionalIncludeDirectories>../src/include;../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessToFile>false</PreprocessToFile>
+ <AssemblerListingLocation>$(IntDir)dummy\%(RelativeDir)</AssemblerListingLocation>
+ <ObjectFileName>$(IntDir)dummy\%(RelativeDir)</ObjectFileName>
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="..\src\ast\ast.cpp" />
+ <ClCompile Include="..\src\ast\crate.cpp" />
+ <ClCompile Include="..\src\ast\dump.cpp" />
+ <ClCompile Include="..\src\ast\expr.cpp" />
+ <ClCompile Include="..\src\ast\path.cpp" />
+ <ClCompile Include="..\src\ast\pattern.cpp" />
+ <ClCompile Include="..\src\ast\types.cpp" />
+ <ClCompile Include="..\src\debug.cpp" />
+ <ClCompile Include="..\src\expand\cfg.cpp" />
+ <ClCompile Include="..\src\expand\concat.cpp" />
+ <ClCompile Include="..\src\expand\derive.cpp" />
+ <ClCompile Include="..\src\expand\file_line.cpp" />
+ <ClCompile Include="..\src\expand\format_args.cpp" />
+ <ClCompile Include="..\src\expand\lang_item.cpp" />
+ <ClCompile Include="..\src\expand\macro_rules.cpp" />
+ <ClCompile Include="..\src\expand\mod.cpp" />
+ <ClCompile Include="..\src\expand\std_prelude.cpp" />
+ <ClCompile Include="..\src\expand\stringify.cpp" />
+ <ClCompile Include="..\src\hir\crate_ptr.cpp" />
+ <ClCompile Include="..\src\hir\expr.cpp" />
+ <ClCompile Include="..\src\hir\expr_ptr.cpp" />
+ <ClCompile Include="..\src\hir\from_ast.cpp" />
+ <ClCompile Include="..\src\hir\from_ast_expr.cpp" />
+ <ClCompile Include="..\src\hir\generic_params.cpp" />
+ <ClCompile Include="..\src\hir\hir.cpp" />
+ <ClCompile Include="..\src\hir\path.cpp" />
+ <ClCompile Include="..\src\hir\pattern.cpp" />
+ <ClCompile Include="..\src\hir\type.cpp" />
+ <ClCompile Include="..\src\hir\type_ptr.cpp" />
+ <ClCompile Include="..\src\hir\visitor.cpp" />
+ <ClCompile Include="..\src\hir_conv\bind.cpp" />
+ <ClCompile Include="..\src\hir_conv\constant_evaluation.cpp" />
+ <ClCompile Include="..\src\hir_conv\expand_type.cpp" />
+ <ClCompile Include="..\src\hir_conv\resolve_ufcs.cpp" />
+ <ClCompile Include="..\src\hir_expand\annotate_value_usage.cpp" />
+ <ClCompile Include="..\src\hir_expand\closures.cpp" />
+ <ClCompile Include="..\src\hir_expand\ufcs_everything.cpp" />
+ <ClCompile Include="..\src\hir_typeck\expr_check.cpp" />
+ <ClCompile Include="..\src\hir_typeck\expr_cs.cpp" />
+ <ClCompile Include="..\src\hir_typeck\expr_visit.cpp" />
+ <ClCompile Include="..\src\hir_typeck\helpers.cpp" />
+ <ClCompile Include="..\src\hir_typeck\impl_ref.cpp" />
+ <ClCompile Include="..\src\hir_typeck\outer.cpp" />
+ <ClCompile Include="..\src\hir_typeck\static.cpp" />
+ <ClCompile Include="..\src\macro_rules\eval.cpp" />
+ <ClCompile Include="..\src\macro_rules\mod.cpp" />
+ <ClCompile Include="..\src\macro_rules\parse.cpp" />
+ <ClCompile Include="..\src\main.cpp" />
+ <ClCompile Include="..\src\mir\from_hir.cpp" />
+ <ClCompile Include="..\src\mir\from_hir_match.cpp" />
+ <ClCompile Include="..\src\mir\mir.cpp" />
+ <ClCompile Include="..\src\mir\mir_ptr.cpp" />
+ <ClCompile Include="..\src\parse\expr.cpp" />
+ <ClCompile Include="..\src\parse\interpolated_fragment.cpp" />
+ <ClCompile Include="..\src\parse\lex.cpp" />
+ <ClCompile Include="..\src\parse\parseerror.cpp" />
+ <ClCompile Include="..\src\parse\paths.cpp" />
+ <ClCompile Include="..\src\parse\pattern.cpp" />
+ <ClCompile Include="..\src\parse\root.cpp" />
+ <ClCompile Include="..\src\parse\token.cpp" />
+ <ClCompile Include="..\src\parse\types.cpp" />
+ <ClCompile Include="..\src\rc_string.cpp" />
+ <ClCompile Include="..\src\resolve\absolute.cpp" />
+ <ClCompile Include="..\src\resolve\index.cpp" />
+ <ClCompile Include="..\src\resolve\use.cpp" />
+ <ClCompile Include="..\src\serialise.cpp" />
+ <ClCompile Include="..\src\span.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\src\ast\ast.hpp" />
+ <ClInclude Include="..\src\ast\attrs.hpp" />
+ <ClInclude Include="..\src\ast\crate.hpp" />
+ <ClInclude Include="..\src\ast\expr.hpp" />
+ <ClInclude Include="..\src\ast\generics.hpp" />
+ <ClInclude Include="..\src\ast\item.hpp" />
+ <ClInclude Include="..\src\ast\macro.hpp" />
+ <ClInclude Include="..\src\ast\path.hpp" />
+ <ClInclude Include="..\src\ast\pattern.hpp" />
+ <ClInclude Include="..\src\ast\types.hpp" />
+ <ClInclude Include="..\src\common.hpp" />
+ <ClInclude Include="..\src\coretypes.hpp" />
+ <ClInclude Include="..\src\expand\cfg.hpp" />
+ <ClInclude Include="..\src\expand\macro_rules.hpp" />
+ <ClInclude Include="..\src\hir\crate_ptr.hpp" />
+ <ClInclude Include="..\src\hir\expr.hpp" />
+ <ClInclude Include="..\src\hir\expr_ptr.hpp" />
+ <ClInclude Include="..\src\hir\from_ast.hpp" />
+ <ClInclude Include="..\src\hir\generic_params.hpp" />
+ <ClInclude Include="..\src\hir\hir.hpp" />
+ <ClInclude Include="..\src\hir\path.hpp" />
+ <ClInclude Include="..\src\hir\pattern.hpp" />
+ <ClInclude Include="..\src\hir\type.hpp" />
+ <ClInclude Include="..\src\hir\type_ptr.hpp" />
+ <ClInclude Include="..\src\hir\visitor.hpp" />
+ <ClInclude Include="..\src\hir_conv\main_bindings.hpp" />
+ <ClInclude Include="..\src\hir_expand\main_bindings.hpp" />
+ <ClInclude Include="..\src\hir_typeck\expr_visit.hpp" />
+ <ClInclude Include="..\src\hir_typeck\helpers.hpp" />
+ <ClInclude Include="..\src\hir_typeck\impl_ref.hpp" />
+ <ClInclude Include="..\src\hir_typeck\main_bindings.hpp" />
+ <ClInclude Include="..\src\hir_typeck\static.hpp" />
+ <ClInclude Include="..\src\include\compile_error.hpp" />
+ <ClInclude Include="..\src\include\cpp_unpack.h" />
+ <ClInclude Include="..\src\include\debug.hpp" />
+ <ClInclude Include="..\src\include\main_bindings.hpp" />
+ <ClInclude Include="..\src\include\rc_string.hpp" />
+ <ClInclude Include="..\src\include\rustic.hpp" />
+ <ClInclude Include="..\src\include\serialise.hpp" />
+ <ClInclude Include="..\src\include\serialiser_texttree.hpp" />
+ <ClInclude Include="..\src\include\span.hpp" />
+ <ClInclude Include="..\src\include\synext.hpp" />
+ <ClInclude Include="..\src\include\synext_decorator.hpp" />
+ <ClInclude Include="..\src\include\synext_macro.hpp" />
+ <ClInclude Include="..\src\include\tagged_union.hpp" />
+ <ClInclude Include="..\src\macro_rules\macro_rules.hpp" />
+ <ClInclude Include="..\src\macro_rules\macro_rules_ptr.hpp" />
+ <ClInclude Include="..\src\macro_rules\pattern_checks.hpp" />
+ <ClInclude Include="..\src\mir\from_hir.hpp" />
+ <ClInclude Include="..\src\mir\main_bindings.hpp" />
+ <ClInclude Include="..\src\mir\mir.hpp" />
+ <ClInclude Include="..\src\mir\mir_ptr.hpp" />
+ <ClInclude Include="..\src\parse\common.hpp" />
+ <ClInclude Include="..\src\parse\eTokenType.enum.h" />
+ <ClInclude Include="..\src\parse\interpolated_fragment.hpp" />
+ <ClInclude Include="..\src\parse\lex.hpp" />
+ <ClInclude Include="..\src\parse\parseerror.hpp" />
+ <ClInclude Include="..\src\parse\token.hpp" />
+ <ClInclude Include="..\src\parse\tokentree.hpp" />
+ <ClInclude Include="..\src\resolve\main_bindings.hpp" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file