forked from ArtemioUrbina/huc
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VS2019 msbuild solution directory to HuCC
- Loading branch information
1 parent
efa3bec
commit de823c2
Showing
3 changed files
with
385 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.34601.136 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hucc", "hucc.vcxproj", "{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Debug|x64 = Debug|x64 | ||
Release|Win32 = Release|Win32 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}.Debug|Win32.Build.0 = Debug|Win32 | ||
{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}.Debug|x64.ActiveCfg = Debug|x64 | ||
{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}.Debug|x64.Build.0 = Debug|x64 | ||
{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}.Release|Win32.ActiveCfg = Release|Win32 | ||
{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}.Release|Win32.Build.0 = Release|Win32 | ||
{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}.Release|x64.ActiveCfg = Release|x64 | ||
{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,306 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="4.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="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{E65AC2A5-0CE0-48D3-BD26-6AD84E36EBA2}</ProjectGuid> | ||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseOfMfc>false</UseOfMfc> | ||
<CharacterSet>NotSet</CharacterSet> | ||
<PlatformToolset>v142</PlatformToolset> | ||
<WholeProgramOptimization>false</WholeProgramOptimization> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseOfMfc>false</UseOfMfc> | ||
<CharacterSet>NotSet</CharacterSet> | ||
<PlatformToolset>v142</PlatformToolset> | ||
<WholeProgramOptimization>false</WholeProgramOptimization> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseOfMfc>false</UseOfMfc> | ||
<CharacterSet>NotSet</CharacterSet> | ||
<PlatformToolset>v142</PlatformToolset> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseOfMfc>false</UseOfMfc> | ||
<CharacterSet>NotSet</CharacterSet> | ||
<PlatformToolset>v142</PlatformToolset> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup> | ||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> | ||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\..\bin\</OutDir> | ||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\bin\</OutDir> | ||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\..\bin\</OutDir> | ||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\..\bin\</OutDir> | ||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.x86\$(Configuration)\</IntDir> | ||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.x86\$(Configuration)\</IntDir> | ||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.x64\$(Configuration)\</IntDir> | ||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.x64\$(Configuration)\</IntDir> | ||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> | ||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental> | ||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<Midl> | ||
<TypeLibraryName>hucc.tlb</TypeLibraryName> | ||
<HeaderFileName> | ||
</HeaderFileName> | ||
</Midl> | ||
<ClCompile> | ||
<Optimization>MaxSpeed</Optimization> | ||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;WIN32;_CONSOLE;PC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<StringPooling>true</StringPooling> | ||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<PrecompiledHeaderOutputFile>$(IntDir)hucc.pch</PrecompiledHeaderOutputFile> | ||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
<ObjectFileName>$(IntDir)</ObjectFileName> | ||
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<MultiProcessorCompilation>true</MultiProcessorCompilation> | ||
<LanguageStandard>stdcpp17</LanguageStandard> | ||
<LanguageStandard_C>stdc17</LanguageStandard_C> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0409</Culture> | ||
</ResourceCompile> | ||
<Link> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<ProgramDatabaseFile>$(OutDir)hucc.pdb</ProgramDatabaseFile> | ||
<SubSystem>Console</SubSystem> | ||
<RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
<DataExecutionPrevention> | ||
</DataExecutionPrevention> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>hucc.bsc</OutputFile> | ||
</Bscmake> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<Midl> | ||
<TypeLibraryName>hucc.tlb</TypeLibraryName> | ||
<HeaderFileName> | ||
</HeaderFileName> | ||
</Midl> | ||
<ClCompile> | ||
<Optimization>MaxSpeed</Optimization> | ||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;WIN32;_CONSOLE;PC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<StringPooling>true</StringPooling> | ||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<PrecompiledHeaderOutputFile>$(IntDir)hucc.pch</PrecompiledHeaderOutputFile> | ||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
<ObjectFileName>$(IntDir)</ObjectFileName> | ||
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<MultiProcessorCompilation>true</MultiProcessorCompilation> | ||
<LanguageStandard>stdcpp17</LanguageStandard> | ||
<LanguageStandard_C>stdc17</LanguageStandard_C> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0409</Culture> | ||
</ResourceCompile> | ||
<Link> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<ProgramDatabaseFile>$(OutDir)hucc.pdb</ProgramDatabaseFile> | ||
<SubSystem>Console</SubSystem> | ||
<RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
<DataExecutionPrevention> | ||
</DataExecutionPrevention> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>hucc.bsc</OutputFile> | ||
</Bscmake> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<Midl> | ||
<TypeLibraryName>hucc.tlb</TypeLibraryName> | ||
<HeaderFileName> | ||
</HeaderFileName> | ||
</Midl> | ||
<ClCompile> | ||
<Optimization>Disabled</Optimization> | ||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;WIN32;_CONSOLE;PC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
<PrecompiledHeaderOutputFile>$(IntDir)hucc.pch</PrecompiledHeaderOutputFile> | ||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
<ObjectFileName>$(IntDir)</ObjectFileName> | ||
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<MultiProcessorCompilation>true</MultiProcessorCompilation> | ||
<LanguageStandard>stdcpp17</LanguageStandard> | ||
<LanguageStandard_C>stdc17</LanguageStandard_C> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0409</Culture> | ||
</ResourceCompile> | ||
<Link> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<ProgramDatabaseFile>$(OutDir)hucc.pdb</ProgramDatabaseFile> | ||
<SubSystem>Console</SubSystem> | ||
<RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
<DataExecutionPrevention> | ||
</DataExecutionPrevention> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>hucc.bsc</OutputFile> | ||
</Bscmake> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<Midl> | ||
<TypeLibraryName>hucc.tlb</TypeLibraryName> | ||
<HeaderFileName> | ||
</HeaderFileName> | ||
</Midl> | ||
<ClCompile> | ||
<Optimization>Disabled</Optimization> | ||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;WIN32;_CONSOLE;PC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
<PrecompiledHeaderOutputFile>$(IntDir)hucc.pch</PrecompiledHeaderOutputFile> | ||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
<ObjectFileName>$(IntDir)</ObjectFileName> | ||
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<MultiProcessorCompilation>true</MultiProcessorCompilation> | ||
<LanguageStandard>stdcpp17</LanguageStandard> | ||
<LanguageStandard_C>stdc17</LanguageStandard_C> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<Culture>0x0409</Culture> | ||
</ResourceCompile> | ||
<Link> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<ProgramDatabaseFile>$(OutDir)hucc.pdb</ProgramDatabaseFile> | ||
<SubSystem>Console</SubSystem> | ||
<RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
<DataExecutionPrevention> | ||
</DataExecutionPrevention> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>hucc.bsc</OutputFile> | ||
</Bscmake> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\code.c" /> | ||
<ClCompile Include="..\const.c" /> | ||
<ClCompile Include="..\data.c" /> | ||
<ClCompile Include="..\enum.c" /> | ||
<ClCompile Include="..\error.c" /> | ||
<ClCompile Include="..\expr.c" /> | ||
<ClCompile Include="..\function.c" /> | ||
<ClCompile Include="..\gen.c" /> | ||
<ClCompile Include="..\initials.c" /> | ||
<ClCompile Include="..\io.c" /> | ||
<ClCompile Include="..\lex.c" /> | ||
<ClCompile Include="..\main.c" /> | ||
<ClCompile Include="..\optimize.c" /> | ||
<ClCompile Include="..\pragma.c" /> | ||
<ClCompile Include="..\preproc.c" /> | ||
<ClCompile Include="..\primary.c" /> | ||
<ClCompile Include="..\pseudo.c" /> | ||
<ClCompile Include="..\stmt.c" /> | ||
<ClCompile Include="..\struct.c" /> | ||
<ClCompile Include="..\sym.c" /> | ||
<ClCompile Include="..\while.c" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="..\const.h" /> | ||
<ClInclude Include="..\data.h" /> | ||
<ClInclude Include="..\defs.h" /> | ||
<ClInclude Include="..\enum.h" /> | ||
<ClInclude Include="..\error.h" /> | ||
<ClInclude Include="..\expr.h" /> | ||
<ClInclude Include="..\fastcall.h" /> | ||
<ClInclude Include="..\function.h" /> | ||
<ClInclude Include="..\gen.h" /> | ||
<ClInclude Include="..\initials.h" /> | ||
<ClInclude Include="..\io.h" /> | ||
<ClInclude Include="..\lex.h" /> | ||
<ClInclude Include="..\main.h" /> | ||
<ClInclude Include="..\optimize.h" /> | ||
<ClInclude Include="..\pragma.h" /> | ||
<ClInclude Include="..\preproc.h" /> | ||
<ClInclude Include="..\primary.h" /> | ||
<ClInclude Include="..\pseudo.h" /> | ||
<ClInclude Include="..\stmt.h" /> | ||
<ClInclude Include="..\struct.h" /> | ||
<ClInclude Include="..\sym.h" /> | ||
<ClInclude Include="..\version.h" /> | ||
<ClInclude Include="..\while.h" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<ClCompile Include="..\code.c" /> | ||
<ClCompile Include="..\const.c" /> | ||
<ClCompile Include="..\data.c" /> | ||
<ClCompile Include="..\enum.c" /> | ||
<ClCompile Include="..\error.c" /> | ||
<ClCompile Include="..\expr.c" /> | ||
<ClCompile Include="..\function.c" /> | ||
<ClCompile Include="..\gen.c" /> | ||
<ClCompile Include="..\initials.c" /> | ||
<ClCompile Include="..\io.c" /> | ||
<ClCompile Include="..\lex.c" /> | ||
<ClCompile Include="..\main.c" /> | ||
<ClCompile Include="..\optimize.c" /> | ||
<ClCompile Include="..\pragma.c" /> | ||
<ClCompile Include="..\preproc.c" /> | ||
<ClCompile Include="..\primary.c" /> | ||
<ClCompile Include="..\pseudo.c" /> | ||
<ClCompile Include="..\stmt.c" /> | ||
<ClCompile Include="..\struct.c" /> | ||
<ClCompile Include="..\sym.c" /> | ||
<ClCompile Include="..\while.c" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="..\const.h" /> | ||
<ClInclude Include="..\data.h" /> | ||
<ClInclude Include="..\defs.h" /> | ||
<ClInclude Include="..\enum.h" /> | ||
<ClInclude Include="..\error.h" /> | ||
<ClInclude Include="..\expr.h" /> | ||
<ClInclude Include="..\fastcall.h" /> | ||
<ClInclude Include="..\function.h" /> | ||
<ClInclude Include="..\gen.h" /> | ||
<ClInclude Include="..\initials.h" /> | ||
<ClInclude Include="..\io.h" /> | ||
<ClInclude Include="..\lex.h" /> | ||
<ClInclude Include="..\main.h" /> | ||
<ClInclude Include="..\optimize.h" /> | ||
<ClInclude Include="..\pragma.h" /> | ||
<ClInclude Include="..\preproc.h" /> | ||
<ClInclude Include="..\primary.h" /> | ||
<ClInclude Include="..\pseudo.h" /> | ||
<ClInclude Include="..\stmt.h" /> | ||
<ClInclude Include="..\struct.h" /> | ||
<ClInclude Include="..\sym.h" /> | ||
<ClInclude Include="..\version.h" /> | ||
<ClInclude Include="..\while.h" /> | ||
</ItemGroup> | ||
</Project> |