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