-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdriver.csproj
More file actions
74 lines (74 loc) · 2.99 KB
/
driver.csproj
File metadata and controls
74 lines (74 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F6E8C042-A050-40A9-8E6E-AEC3DF38D85F}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>driver</RootNamespace>
<AssemblyName>driver</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'cdriver|AnyCPU' ">
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<Commandlineparameters>--build=infrastructure --shell="../../~/compile.sh ../../~/hello.mono.world.il.text"</Commandlineparameters>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="#\.extentions.cs" />
<Compile Include="#\A335.cs" />
<Compile Include="#\A335.Transition.cs" />
<Compile Include="#\IRule.cs" />
<Compile Include="#\Tokenset.1.cs" />
<Compile Include="#\Tokenset.cs" />
<Compile Include="#\A335.Reduction.cs" />
<Compile Include="#\A335.Rule.cs" />
<Compile Include="#\A335.State.cs" />
<Compile Include="#\Item.cs" />
<Compile Include="#\A335.Itemset.cs" />
<Compile Include="#\A335.Xml.cs" />
<Compile Include="#\Automaton.cs" />
<Compile Include="#\A335.Xo_t.cs" />
<Compile Include="#\A335.Branch.cs" />
<Compile Include="#\Current.cs" />
<Compile Include="#\A335.log.cs" />
<Compile Include="#\Cluster\Cluster.Program.cs" />
<Compile Include="#\Cluster\Cluster.Cli.cs" />
<Compile Include="#\Cluster\Cluster.Parameter.cs" />
<Compile Include="#\Cluster\Cluster.Shell.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Xml" />
<Reference Include="System" />
<Reference Include="System.Drawing" />
</ItemGroup>
<ItemGroup>
<Folder Include="#\" />
<Folder Include="~\" />
<Folder Include="#\Cluster\" />
</ItemGroup>
</Project>