source: trunk/yao/share/antlr-2.7.7/examples/csharp/java/JavaParser.csproj @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 4.3 KB
Line 
1<VisualStudioProject>
2    <CSHARP
3        ProjectType = "Local"
4        ProductVersion = "7.0.9466"
5        SchemaVersion = "1.0"
6        ProjectGuid = "{A2DB8AF5-4C4B-4F6D-94D1-A6610E1D21B6}"
7    >
8        <Build>
9            <Settings
10                ApplicationIcon = ""
11                AssemblyKeyContainerName = ""
12                AssemblyName = "jparse"
13                AssemblyOriginatorKeyFile = ""
14                DefaultClientScript = "JScript"
15                DefaultHTMLPageLayout = "Grid"
16                DefaultTargetSchema = "IE50"
17                DelaySign = "false"
18                OutputType = "Exe"
19                RootNamespace = ""
20                StartupObject = "AppMain"
21            >
22                <Config
23                    Name = "Debug"
24                    AllowUnsafeBlocks = "false"
25                    BaseAddress = "285212672"
26                    CheckForOverflowUnderflow = "false"
27                    ConfigurationOverrideFile = ""
28                    DefineConstants = ""
29                    DocumentationFile = ""
30                    DebugSymbols = "true"
31                    FileAlignment = "4096"
32                    IncrementalBuild = "true"
33                    Optimize = "false"
34                    OutputPath = "bin\"
35                    RegisterForComInterop = "false"
36                    RemoveIntegerChecks = "false"
37                    TreatWarningsAsErrors = "false"
38                    WarningLevel = "4"
39                />
40                <Config
41                    Name = "Release"
42                    AllowUnsafeBlocks = "false"
43                    BaseAddress = "285212672"
44                    CheckForOverflowUnderflow = "false"
45                    ConfigurationOverrideFile = ""
46                    DefineConstants = ""
47                    DocumentationFile = ""
48                    DebugSymbols = "false"
49                    FileAlignment = "4096"
50                    IncrementalBuild = "true"
51                    Optimize = "false"
52                    OutputPath = "bin\"
53                    RegisterForComInterop = "false"
54                    RemoveIntegerChecks = "false"
55                    TreatWarningsAsErrors = "false"
56                    WarningLevel = "1"
57                />
58            </Settings>
59            <References>
60                <Reference
61                    Name = "System.Windows.Forms"
62                    AssemblyName = "System.Windows.Forms"
63                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
64                />
65                <Reference
66                    Name = "System"
67                    AssemblyName = "System"
68                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
69                />
70                <Reference
71                    Name = "antlr.runtime-2.7.5"
72                    Project = "{CB7CC882-ED47-46C0-AAAE-7A437F22F1C6}"
73                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
74                />
75                <Reference
76                    Name = "antlr.astframe"
77                    Project = "{AAFA5AC9-5967-443D-A564-71236163239D}"
78                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
79                />
80            </References>
81        </Build>
82        <Files>
83            <Include>
84                <File
85                    RelPath = "JavaLexer.cs"
86                    SubType = "Code"
87                    BuildAction = "Compile"
88                />
89                <File
90                    RelPath = "JavaRecognizer.cs"
91                    SubType = "Code"
92                    BuildAction = "Compile"
93                />
94                <File
95                    RelPath = "JavaTokenTypes.cs"
96                    SubType = "Code"
97                    BuildAction = "Compile"
98                />
99                <File
100                    RelPath = "JavaTreeParser.cs"
101                    SubType = "Code"
102                    BuildAction = "Compile"
103                />
104                <File
105                    RelPath = "JavaTreeParserTokenTypes.cs"
106                    SubType = "Code"
107                    BuildAction = "Compile"
108                />
109                <File
110                    RelPath = "Main.cs"
111                    SubType = "Code"
112                    BuildAction = "Compile"
113                />
114            </Include>
115        </Files>
116    </CSHARP>
117</VisualStudioProject>
118
Note: See TracBrowser for help on using the repository browser.