1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
3
|
<PropertyGroup>
|
4
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
6
|
<ProductVersion>9.0.21022</ProductVersion>
|
7
|
<SchemaVersion>2.0</SchemaVersion>
|
8
|
<ProjectGuid>{5EE180FC-E804-48C1-8FF3-0C62D43A7855}</ProjectGuid>
|
9
|
<OutputType>Exe</OutputType>
|
10
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
11
|
<RootNamespace>TUG.Mogentes</RootNamespace>
|
12
|
<AssemblyName>argos</AssemblyName>
|
13
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
14
|
<FileAlignment>512</FileAlignment>
|
15
|
<StartupObject>TUG.Mogentes.Program</StartupObject>
|
16
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
17
|
<FileUpgradeFlags>
|
18
|
</FileUpgradeFlags>
|
19
|
<UpgradeBackupLocation>
|
20
|
</UpgradeBackupLocation>
|
21
|
<OldToolsVersion>3.5</OldToolsVersion>
|
22
|
<PublishUrl>publish\</PublishUrl>
|
23
|
<Install>true</Install>
|
24
|
<InstallFrom>Disk</InstallFrom>
|
25
|
<UpdateEnabled>false</UpdateEnabled>
|
26
|
<UpdateMode>Foreground</UpdateMode>
|
27
|
<UpdateInterval>7</UpdateInterval>
|
28
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
29
|
<UpdatePeriodically>false</UpdatePeriodically>
|
30
|
<UpdateRequired>false</UpdateRequired>
|
31
|
<MapFileExtensions>true</MapFileExtensions>
|
32
|
<ApplicationRevision>0</ApplicationRevision>
|
33
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
34
|
<UseApplicationTrust>false</UseApplicationTrust>
|
35
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
36
|
</PropertyGroup>
|
37
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
38
|
<DebugSymbols>true</DebugSymbols>
|
39
|
<DebugType>full</DebugType>
|
40
|
<Optimize>false</Optimize>
|
41
|
<OutputPath>..\bin\Debug\</OutputPath>
|
42
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
43
|
<ErrorReport>prompt</ErrorReport>
|
44
|
<WarningLevel>3</WarningLevel>
|
45
|
<Commandlineparameters>-p -oCondTest.pl ../../../examples/CondTest.ooa</Commandlineparameters>
|
46
|
<ConsolePause>false</ConsolePause>
|
47
|
</PropertyGroup>
|
48
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
49
|
<DebugType>pdbonly</DebugType>
|
50
|
<Optimize>true</Optimize>
|
51
|
<OutputPath>..\bin\Release\</OutputPath>
|
52
|
<DefineConstants>TRACE</DefineConstants>
|
53
|
<ErrorReport>prompt</ErrorReport>
|
54
|
<WarningLevel>4</WarningLevel>
|
55
|
</PropertyGroup>
|
56
|
<ItemGroup>
|
57
|
<Reference Include="Antlr3.Runtime, Version=3.1.3.42154, Culture=neutral, PublicKeyToken=3a9cab8f8d22bfb7">
|
58
|
<SpecificVersion>False</SpecificVersion>
|
59
|
<HintPath>libs\Antlr3.Runtime.dll</HintPath>
|
60
|
</Reference>
|
61
|
<Reference Include="C5, Version=1.1.0.0, Culture=neutral, PublicKeyToken=06a1b38866503b69, processorArchitecture=MSIL">
|
62
|
<SpecificVersion>False</SpecificVersion>
|
63
|
<HintPath>libs\c5\C5.dll</HintPath>
|
64
|
</Reference>
|
65
|
<Reference Include="System" />
|
66
|
<Reference Include="System.Configuration" />
|
67
|
<Reference Include="System.Data" />
|
68
|
<Reference Include="System.Xml" />
|
69
|
</ItemGroup>
|
70
|
<ItemGroup>
|
71
|
<Compile Include="codegen\CSharp\ooaCSharpCodeGen.cs" />
|
72
|
<Compile Include="codegen\CSharp\ooaCSharpInitVisitor.cs" />
|
73
|
<Compile Include="codegen\CSharp\ooaCSharpRuntime.cs" />
|
74
|
<Compile Include="codegen\ooaCodeEmitter.cs" />
|
75
|
<Compile Include="codegen\PrologSymbolic\ooaPrologSymbolicStatement.cs" />
|
76
|
<Compile Include="codegen\PrologSymbolic\ooaPrologSymbolicType.cs" />
|
77
|
<Compile Include="codegen\PrologSymbolic\ooaPrologSymbolicExpression.cs" />
|
78
|
<Compile Include="codegen\PrologSymbolic\ooaPrologSymbolicVisitor.cs" />
|
79
|
<Compile Include="codegen\Prolog\ooaPrologExpression.cs" />
|
80
|
<Compile Include="codegen\Prolog\ooaPrologStatement.cs" />
|
81
|
<Compile Include="codegen\Prolog\ooaPrologIdentifier.cs" />
|
82
|
<Compile Include="codegen\Prolog\ooaPrologType.cs" />
|
83
|
<Compile Include="codegen\Prolog\ooaPrologVisitor.cs" />
|
84
|
<Compile Include="parser\invokeSharpCompiler.cs" />
|
85
|
<Compile Include="parser\visitors\ooaActionClassifierVisitor.cs" />
|
86
|
<Compile Include="parser\visitors\ooaCloneVisitor.cs" />
|
87
|
<Compile Include="parser\visitors\ooaMethodPureClassifier.cs" />
|
88
|
<Compile Include="parser\visitors\ooaObjectsInstantiateVisitor.cs" />
|
89
|
<Compile Include="parser\visitors\ooaMethodCallVisitor.cs" />
|
90
|
<Compile Include="parser\visitors\ooaPrintVisitor.cs" />
|
91
|
<Compile Include="math\Operations.cs" />
|
92
|
<Compile Include="math\Range.cs" />
|
93
|
<Compile Include="parser\ooaExceptions.cs" />
|
94
|
<Compile Include="ooaLexer.cs" />
|
95
|
<Compile Include="ooaParser.cs" />
|
96
|
<Compile Include="parser\basicTypes.cs" />
|
97
|
<Compile Include="parser\ooaExpressions.cs" />
|
98
|
<Compile Include="parser\ooaParser.cs" />
|
99
|
<Compile Include="parser\visitors\ooaOpaqueVisitor.cs" />
|
100
|
<Compile Include="parser\visitors\ooaPrioritizedCompositionVisitor.cs" />
|
101
|
<Compile Include="parser\visitors\ooaResolveVisitor.cs" />
|
102
|
<Compile Include="parser\ooaStatements.cs" />
|
103
|
<Compile Include="parser\ooaSymbols.cs" />
|
104
|
<Compile Include="parser\visitors\ooaTypeCheckVisitor.cs" />
|
105
|
<Compile Include="parser\visitors\ooaTypeRenameVisitor.cs" />
|
106
|
<Compile Include="parser\visitors\ooaTypesVisitor.cs" />
|
107
|
<Compile Include="parser\visitors\ooaVisitor.cs" />
|
108
|
<Compile Include="parser\ooaTypes.cs" />
|
109
|
<Compile Include="Program.cs" />
|
110
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
111
|
</ItemGroup>
|
112
|
<ItemGroup>
|
113
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
114
|
<Visible>False</Visible>
|
115
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
116
|
<Install>false</Install>
|
117
|
</BootstrapperPackage>
|
118
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
119
|
<Visible>False</Visible>
|
120
|
<ProductName>
|
121
|
</ProductName>
|
122
|
<Install>false</Install>
|
123
|
</BootstrapperPackage>
|
124
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
125
|
<Visible>False</Visible>
|
126
|
<ProductName>
|
127
|
</ProductName>
|
128
|
<Install>false</Install>
|
129
|
</BootstrapperPackage>
|
130
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
131
|
<Visible>False</Visible>
|
132
|
<ProductName>
|
133
|
</ProductName>
|
134
|
<Install>false</Install>
|
135
|
</BootstrapperPackage>
|
136
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
137
|
<Visible>False</Visible>
|
138
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
139
|
<Install>false</Install>
|
140
|
</BootstrapperPackage>
|
141
|
</ItemGroup>
|
142
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
143
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
144
|
Other similar extension points exist, see Microsoft.Common.targets.
|
145
|
<Target Name="BeforeBuild">
|
146
|
</Target>
|
147
|
<Target Name="AfterBuild">
|
148
|
</Target>
|
149
|
-->
|
150
|
</Project>
|