File: nekoml.vcproj

package info (click to toggle)
neko 1.8.1-6
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,116 kB
  • sloc: ansic: 16,707; makefile: 125; sh: 37; xml: 4
file content (66 lines) | stat: -rwxr-xr-x 1,487 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="nekoml"
	ProjectGUID="{4662A8A2-AE65-465A-B97B-7F1269433BD5}"
	Keyword="MakeFileProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="0">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="make nekoml"
				ReBuildCommandLine="make clean nekoml"
				CleanCommandLine="make clean"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="0">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="make nekoml"
				ReBuildCommandLine="make clean nekoml"
				CleanCommandLine="make clean"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath=".\nekoml\Ast.nml">
		</File>
		<File
			RelativePath=".\nekoml\Lexer.nml">
		</File>
		<File
			RelativePath=".\nekoml\Main.nml">
		</File>
		<File
			RelativePath=".\nekoml\Match.nml">
		</File>
		<File
			RelativePath=".\nekoml\Neko.nml">
		</File>
		<File
			RelativePath=".\nekoml\Parser.nml">
		</File>
		<File
			RelativePath=".\nekoml\Type.nml">
		</File>
		<File
			RelativePath=".\nekoml\Typer.nml">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>