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
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
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
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
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
\r
31 <ImportGroup Label="ExtensionSettings">
\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
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
39 <PropertyGroup Label="UserMacros" />
\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 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
\r
49 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
\r
51 <Optimization>Disabled</Optimization>
\r
52 <PreprocessorDefinitions>SKEL_DIRECTORY=".";%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
53 <MinimalRebuild>true</MinimalRebuild>
\r
54 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
\r
56 </PrecompiledHeader>
\r
57 <WarningLevel>Level3</WarningLevel>
\r
58 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
\r
61 <GenerateDebugInformation>true</GenerateDebugInformation>
\r
62 <SubSystem>Console</SubSystem>
\r
63 <TargetMachine>MachineX86</TargetMachine>
\r
66 <Command>copy $(OutDir)jay.exe $(ProjectDir)jay.exe</Command>
\r
68 </ItemDefinitionGroup>
\r
69 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
\r
71 <PreprocessorDefinitions>SKEL_DIRECTORY=".";%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
73 </PrecompiledHeader>
\r
74 <WarningLevel>Level3</WarningLevel>
\r
75 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
\r
78 <GenerateDebugInformation>true</GenerateDebugInformation>
\r
79 <SubSystem>Console</SubSystem>
\r
80 <OptimizeReferences>true</OptimizeReferences>
\r
81 <EnableCOMDATFolding>true</EnableCOMDATFolding>
\r
82 <TargetMachine>MachineX86</TargetMachine>
\r
85 <Command>copy $(OutDir)jay.exe $(ProjectDir)jay.exe</Command>
\r
87 </ItemDefinitionGroup>
\r
89 <ClCompile Include="closure.c" />
\r
90 <ClCompile Include="error.c" />
\r
91 <ClCompile Include="lalr.c" />
\r
92 <ClCompile Include="lr0.c" />
\r
93 <ClCompile Include="main.c" />
\r
94 <ClCompile Include="mkpar.c" />
\r
95 <ClCompile Include="output.c" />
\r
96 <ClCompile Include="reader.c" />
\r
97 <ClCompile Include="symtab.c" />
\r
98 <ClCompile Include="verbose.c" />
\r
99 <ClCompile Include="warshall.c" />
\r
102 <ClInclude Include="defs.h" />
\r
104 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
105 <ImportGroup Label="ExtensionTargets">
\r