286 lines
12 KiB
XML
286 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<ProjectType>Local</ProjectType>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{1C9C945A-586D-42A2-A06B-65D84FA7FF78}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<AssemblyName>TreeConverter</AssemblyName>
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
<DelaySign>false</DelaySign>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>TreeConverter</RootNamespace>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<DocumentationFile>bin\TreeConverter.dll.xml</DocumentationFile>
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<NoStdLib>false</NoStdLib>
|
|
<Optimize>false</Optimize>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugType>Full</DebugType>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<NoStdLib>false</NoStdLib>
|
|
<Optimize>true</Optimize>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugType>none</DebugType>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System">
|
|
<Name>System</Name>
|
|
</Reference>
|
|
<Reference Include="System.Data">
|
|
<Name>System.Data</Name>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Xml">
|
|
<Name>System.XML</Name>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Config\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Collections\associated_collection.cs" />
|
|
<Compile Include="Collections\extandable_collection.cs" />
|
|
<Compile Include="Collections\stack.cs" />
|
|
<Compile Include="LambdaExpressions\Closure\CapturedVariablesSubstitutionClassGenerator.cs" />
|
|
<Compile Include="LambdaExpressions\Closure\CapturedVariablesSubstitutionsManager.cs" />
|
|
<Compile Include="LambdaExpressions\Closure\CapturedVariablesSubstitutor.cs" />
|
|
<Compile Include="LambdaExpressions\Closure\CapturedVariablesTreeBuilder.cs" />
|
|
<Compile Include="LambdaExpressions\Closure\CapturedVariablesTreeNode.cs" />
|
|
<Compile Include="LambdaExpressions\LambdaCapturedSymbolsHelper.cs" />
|
|
<Compile Include="LambdaExpressions\LambdaProcessingState.cs" />
|
|
<Compile Include="LambdaExpressions\LambdaResultTypeInferrer.cs" />
|
|
<Compile Include="LambdaExpressions\LambdaSearcher.cs" />
|
|
<Compile Include="TreeConversion\LambdaHelper.cs" />
|
|
<Compile Include="SymbolTable\DSST\AreaArrayTable.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SymbolTable\DSST\AreaListArray.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SymbolTable\DSST\DSHashTable.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SymbolTable\DSST\SymbolTable.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SymbolTable\SymbolInfoArrayList.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SymbolTable\symbol_information.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SystemLib\StaticSystemLib.cs" />
|
|
<Compile Include="SystemLib\static_executors.cs" />
|
|
<Compile Include="SystemLib\SystemLibInitializer.cs" />
|
|
<Compile Include="TreeConversion\compilation_context.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\Collections.cs" />
|
|
<Compile Include="TreeConversion\CompilationErrors.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\compiler_string_consts.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\convertion_data_and_alghoritms.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\exceptions.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\motivation.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\name_reflector.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="NetWrappers\NetHelper.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\returner.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\SemanticRules.cs" />
|
|
<Compile Include="TreeConversion\SubtreeCreator.cs" />
|
|
<Compile Include="TreeConversion\SyntaxTreeToSemanticTreeConverter.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\syntax_tree_visitor.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\type_constructor.cs" />
|
|
<Compile Include="TreeRealization\attributes.cs" />
|
|
<Compile Include="TreeRealization\events.cs" />
|
|
<Compile Include="TreeRealization\lambda_node.cs" />
|
|
<Compile Include="TreeRealization\templates.cs" />
|
|
<Compile Include="TreeRealization\CompilerDirective.cs" />
|
|
<Compile Include="TreeRealization\exceptions.cs" />
|
|
<Compile Include="TreeRealization\Expressions.cs" />
|
|
<Compile Include="TreeRealization\type_table.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\base_nodes.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\Collections.cs" />
|
|
<Compile Include="TreeRealization\constants.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\constant_definitions.cs" />
|
|
<Compile Include="TreeRealization\document.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\functions.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\functions_calls.cs" />
|
|
<Compile Include="TreeRealization\internal_interfaces.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\location.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\namespaces.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\programs.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\propertyes.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\statements.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\types.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\units.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\using.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\variables.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeRealization\variable_references.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CompilerTools\CompilerTools.csproj">
|
|
<Project>{A25D26FB-3043-4BCF-833E-E3F4C3BE795E}</Project>
|
|
<Name>CompilerTools</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Errors\Errors.csproj">
|
|
<Project>{44A01F9E-DCE7-470C-AAE5-C3DE0CCBEE3B}</Project>
|
|
<Name>Errors</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Localization\Localization.csproj">
|
|
<Project>{2DE2842F-0912-4251-BC0F-480854C44A13}</Project>
|
|
<Name>Localization</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SemanticTree\SemanticTree.csproj">
|
|
<Name>SemanticTree</Name>
|
|
<Project>{613E0DDA-AA8A-437C-AC45-507B47429FF9}</Project>
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SyntaxTree\SyntaxTree.csproj">
|
|
<Name>SyntaxTree</Name>
|
|
<Project>{C2CAC65A-B2AE-4CCC-B067-E6B8E75DF73A}</Project>
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|
</ProjectReference>
|
|
<Compile Include="..\Configuration\GlobalAssemblyInfo.cs">
|
|
<Link>Config\GlobalAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="TreeConversion\CompilationWarnings.cs" />
|
|
<Compile Include="TreeConversion\CompilerDirectivesToSyntaxTreeNodesLinker.cs" />
|
|
<Compile Include="OpenMP\OpenMP.cs" />
|
|
<Compile Include="OpenMP\VarFinderSyntaxVisitor.cs" />
|
|
<Compile Include="TreeRealization\generics.cs" />
|
|
<Compile Include="TreeRealization\labels.cs" />
|
|
<ProjectReference Include="..\Yield\YieldHelpers\YieldHelpers.csproj">
|
|
<Project>{ce5c55c2-a11c-4e94-a9fa-3fc6ca3e4c09}</Project>
|
|
<Name>YieldHelpers</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>Клиентский профиль .NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Установщик Windows 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |