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
|
<Project name="urlsdb" fileversion="2.0" DefaultNamespace="urlsdb" language="C#" targetFramework="2.0" ctype="DotNetProject">
<Policies>
<ChangeLogPolicy UpdateMode="Nearest" inheritsSet="Mono">
<MessageStyle FileSeparator=", " />
</ChangeLogPolicy>
</Policies>
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<Output directory="bin/Debug" assembly="urlsdb" />
<Build debugmode="True" target="Exe" />
<Execution consolepause="True" runwithwarnings="True" runtime="MsNet" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<Output directory="bin/Release" assembly="urlsdb" />
<Build debugmode="False" target="Exe" />
<Execution consolepause="True" runwithwarnings="True" runtime="MsNet" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
</Configurations>
<Contents>
<File subtype="Code" buildaction="Compile" name="Main.cs" />
<File subtype="Code" buildaction="Compile" name="AssemblyInfo.cs" />
<File subtype="Code" buildaction="Compile" name="Database.cs" />
<File subtype="Code" name="ChangeLog" buildaction="FileCopy" />
<File subtype="Code" name="COPYING" buildaction="FileCopy" />
<File subtype="Code" buildaction="Compile" name="Config.cs" />
<File subtype="Code" buildaction="Nothing" name="README.txt" copyToOutputDirectory="PreserveNewest" />
<File subtype="Code" buildaction="Compile" name="ParseURLs.cs" />
<File subtype="Code" buildaction="Nothing" name="TODO" copyToOutputDirectory="PreserveNewest" Gettext.ScanForTranslations="False" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../usr/lib/cli/MySql.Data-6.1/MySql.Data.dll" />
</References>
</Project>
|