[jit] Fix the Activator.CreateInstance () intrinsic for primitive types. (#19989...
[mono-project.git] / mcs / jay / jay.vcxproj
blob85c00fa5fbdcd5b2380c6a16aab93b2441aaddae
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <Platform>Win32</Platform>
15     <ProjectGuid>{5D485D32-3B9F-4287-AB24-C8DA5B89F537}</ProjectGuid>
16     <RootNamespace>jay</RootNamespace>
17     <Keyword>Win32Proj</Keyword>
18   </PropertyGroup>
19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
21     <ConfigurationType>Application</ConfigurationType>
22     <UseDebugLibraries>false</UseDebugLibraries>
23     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
24     <CharacterSet>Unicode</CharacterSet>
25     <Platform>Win32</Platform>
26   </PropertyGroup>
27   <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
28     <ConfigurationType>Application</ConfigurationType>
29     <UseDebugLibraries>true</UseDebugLibraries>
30     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
31     <CharacterSet>Unicode</CharacterSet>
32     <Platform>Win32</Platform>
33   </PropertyGroup>
34   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
35   <ImportGroup Label="ExtensionSettings">
36   </ImportGroup>
37   <ImportGroup Label="PropertySheets">
38     <Import Project="$(UserRootDir)\Microsoft.Cpp.Win32.user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.Win32.user.props')" Label="LocalAppDataPlatform" />
39   </ImportGroup>
40   <PropertyGroup Label="UserMacros" />
41   <PropertyGroup Condition="'$(Configuration)'=='Debug'">
42     <LinkIncremental>true</LinkIncremental>
43     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\bin\$(Configuration)\</OutDir>
44     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)'=='Release'">
47     <LinkIncremental>false</LinkIncremental>
48     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\bin\$(Configuration)\</OutDir>
49     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
50   </PropertyGroup>
51   <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
52     <ClCompile>
53       <Optimization>Disabled</Optimization>
54       <PreprocessorDefinitions>SKEL_DIRECTORY=".";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
55       <WarningLevel>Level3</WarningLevel>
56       <DisableSpecificWarnings>4715</DisableSpecificWarnings>
57     </ClCompile>
58     <Link>
59       <SubSystem>Console</SubSystem>
60     </Link>
61     <PostBuildEvent>
62       <Command>copy $(OutDir)jay.exe $(ProjectDir)jay.exe</Command>
63     </PostBuildEvent>
64     <ProjectReference>
65       <LinkLibraryDependencies>false</LinkLibraryDependencies>
66     </ProjectReference>
67   </ItemDefinitionGroup>
68   <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
69     <ClCompile>
70       <PreprocessorDefinitions>SKEL_DIRECTORY=".";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71       <WarningLevel>Level3</WarningLevel>
72       <IntrinsicFunctions>true</IntrinsicFunctions>
73       <StringPooling>true</StringPooling>
74       <WholeProgramOptimization>true</WholeProgramOptimization>
75       <DisableSpecificWarnings>4715</DisableSpecificWarnings>
76     </ClCompile>
77     <Link>
78       <SubSystem>Console</SubSystem>
79       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
80     </Link>
81     <PostBuildEvent>
82       <Command>copy $(OutDir)jay.exe $(ProjectDir)jay.exe</Command>
83     </PostBuildEvent>
84     <ProjectReference>
85       <LinkLibraryDependencies>false</LinkLibraryDependencies>
86     </ProjectReference>
87   </ItemDefinitionGroup>
88   <ItemGroup>
89     <ClCompile Include="closure.c" />
90     <ClCompile Include="error.c" />
91     <ClCompile Include="lalr.c" />
92     <ClCompile Include="lr0.c" />
93     <ClCompile Include="main.c" />
94     <ClCompile Include="mkpar.c" />
95     <ClCompile Include="output.c" />
96     <ClCompile Include="reader.c" />
97     <ClCompile Include="symtab.c" />
98     <ClCompile Include="verbose.c" />
99     <ClCompile Include="warshall.c" />
100   </ItemGroup>
101   <ItemGroup>
102     <ClInclude Include="defs.h" />
103   </ItemGroup>
104   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105   <ImportGroup Label="ExtensionTargets">
106   </ImportGroup>
107 </Project>