267 lines
9.7 KiB
XML
267 lines
9.7 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectType>Local</ProjectType>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{13368AAB-A821-4EFD-9C6E-7689C6927778}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ApplicationIcon>App.ico</ApplicationIcon>
|
|
<AssemblyKeyContainerName>
|
|
</AssemblyKeyContainerName>
|
|
<AssemblyName>grmCommentCompiler</AssemblyName>
|
|
<AssemblyOriginatorKeyFile>
|
|
</AssemblyOriginatorKeyFile>
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
<DelaySign>false</DelaySign>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>grmCommentCompiler</RootNamespace>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<NoStdLib>false</NoStdLib>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
<Optimize>false</Optimize>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugType>full</DebugType>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<NoStdLib>false</NoStdLib>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
<Optimize>true</Optimize>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugType>none</DebugType>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System">
|
|
<Name>System</Name>
|
|
</Reference>
|
|
<Reference Include="System.Data">
|
|
<Name>System.Data</Name>
|
|
</Reference>
|
|
<Reference Include="System.XML">
|
|
<Name>System.XML</Name>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="App.ico" />
|
|
<Compile Include="AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Class1.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\AbstractSet.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\ArraySet.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\BinaryReader.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\FileUtil.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\HashSet.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\IntegerList.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\ISet.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\ResourceUtil.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\StringUtil.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\CalithaLib\Util.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\ActionSubRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\CGTContent.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\CGTContentException.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\CharacterSetRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\CharacterSetTable.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\DFAStateRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\DFAStateTable.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\EdgeSubRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\InitialStatesRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\LALRStateRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\LALRStateTable.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\Parameters.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\RuleRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\RuleTable.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\SymbolRecord.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\SymbolTable.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Content\TableCounts.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\dfa\DFA.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\dfa\State.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\dfa\Transition.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\LALRParser.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\lalr\AcceptAction.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\lalr\Action.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\lalr\ActionFactory.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\lalr\GotoAction.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\lalr\ReduceAction.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\lalr\ShiftAction.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\lalr\State.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Location.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\ParserEvents.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\ParserException.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Reader.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Rule.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\StateStack.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\StringTokenizer.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\structure\CGTStructure.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\structure\CGTStructureException.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\structure\Entry.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\structure\EntryFactory.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\structure\Record.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Symbol.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\SymbolFactory.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\Token.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GoldParser\GoldParserEngine\TokenStack.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Parser.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |