|
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{5EE180FC-E804-48C1-8FF3-0C62D43A7855}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>TUG.Mogentes</RootNamespace>
|
|
<AssemblyName>argos</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<StartupObject>TUG.Mogentes.Program</StartupObject>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<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>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>3</WarningLevel>
|
|
<Commandlineparameters>-p -oCondTest.pl ../../../examples/CondTest.ooa</Commandlineparameters>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Antlr3.Runtime, Version=3.1.3.42154, Culture=neutral, PublicKeyToken=3a9cab8f8d22bfb7">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>libs\Antlr3.Runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="C5, Version=1.1.0.0, Culture=neutral, PublicKeyToken=06a1b38866503b69, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>libs\c5\C5.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="codegen\CSharp\ooaCSharpCodeGen.cs" />
|
|
<Compile Include="codegen\CSharp\ooaCSharpInitVisitor.cs" />
|
|
<Compile Include="codegen\CSharp\ooaCSharpRuntime.cs" />
|
|
<Compile Include="codegen\ooaCodeEmitter.cs" />
|
|
<Compile Include="codegen\PrologSymbolic\ooaPrologSymbolicStatement.cs" />
|
|
<Compile Include="codegen\PrologSymbolic\ooaPrologSymbolicType.cs" />
|
|
<Compile Include="codegen\PrologSymbolic\ooaPrologSymbolicExpression.cs" />
|
|
<Compile Include="codegen\PrologSymbolic\ooaPrologSymbolicVisitor.cs" />
|
|
<Compile Include="codegen\Prolog\ooaPrologExpression.cs" />
|
|
<Compile Include="codegen\Prolog\ooaPrologStatement.cs" />
|
|
<Compile Include="codegen\Prolog\ooaPrologIdentifier.cs" />
|
|
<Compile Include="codegen\Prolog\ooaPrologType.cs" />
|
|
<Compile Include="codegen\Prolog\ooaPrologVisitor.cs" />
|
|
<Compile Include="parser\invokeSharpCompiler.cs" />
|
|
<Compile Include="parser\visitors\ooaActionClassifierVisitor.cs" />
|
|
<Compile Include="parser\visitors\ooaCloneVisitor.cs" />
|
|
<Compile Include="parser\visitors\ooaMethodPureClassifier.cs" />
|
|
<Compile Include="parser\visitors\ooaObjectsInstantiateVisitor.cs" />
|
|
<Compile Include="parser\visitors\ooaMethodCallVisitor.cs" />
|
|
<Compile Include="parser\visitors\ooaPrintVisitor.cs" />
|
|
<Compile Include="math\Operations.cs" />
|
|
<Compile Include="math\Range.cs" />
|
|
<Compile Include="parser\ooaExceptions.cs" />
|
|
<Compile Include="ooaLexer.cs" />
|
|
<Compile Include="ooaParser.cs" />
|
|
<Compile Include="parser\basicTypes.cs" />
|
|
<Compile Include="parser\ooaExpressions.cs" />
|
|
<Compile Include="parser\ooaParser.cs" />
|
|
<Compile Include="parser\visitors\ooaOpaqueVisitor.cs" />
|
|
<Compile Include="parser\visitors\ooaPrioritizedCompositionVisitor.cs" />
|
|
<Compile Include="parser\visitors\ooaResolveVisitor.cs" />
|
|
<Compile Include="parser\ooaStatements.cs" />
|
|
<Compile Include="parser\ooaSymbols.cs" />
|
|
<Compile Include="parser\visitors\ooaTypeCheckVisitor.cs" />
|
|
<Compile Include="parser\visitors\ooaTypeRenameVisitor.cs" />
|
|
<Compile Include="parser\visitors\ooaTypesVisitor.cs" />
|
|
<Compile Include="parser\visitors\ooaVisitor.cs" />
|
|
<Compile Include="parser\ooaTypes.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>
|
|
</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>
|
|
</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>
|
|
</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|