~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/core/NU-SqliteProvider/SqliteProviderTests/.svn/text-base/SqliteProviderTests.csproj.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<VisualStudioProject>
2
 
    <CSHARP
3
 
        ProjectType = "Local"
4
 
        ProductVersion = "7.10.3077"
5
 
        SchemaVersion = "2.0"
6
 
        ProjectGuid = "{1AA957C5-2704-4724-B2EF-2CD8C3E075BB}"
7
 
    >
8
 
        <Build>
9
 
            <Settings
10
 
                ApplicationIcon = ""
11
 
                AssemblyKeyContainerName = ""
12
 
                AssemblyName = "SqliteProviderTests"
13
 
                AssemblyOriginatorKeyFile = ""
14
 
                DefaultClientScript = "JScript"
15
 
                DefaultHTMLPageLayout = "Grid"
16
 
                DefaultTargetSchema = "IE50"
17
 
                DelaySign = "false"
18
 
                OutputType = "Library"
19
 
                PreBuildEvent = ""
20
 
                PostBuildEvent = "if not exist $(SolutionDir)\stage mkdir $(SolutionDir)\stage&#xd;&#xa;copy $(TargetFileName) $(SolutionDir)\stage\&#xd;&#xa;if exist $(TargetName).pdb copy $(TargetName).pdb $(SolutionDir)\stage\"
21
 
                RootNamespace = "SqliteProviderTests"
22
 
                RunPostBuildEvent = "OnBuildSuccess"
23
 
                StartupObject = ""
24
 
            >
25
 
                <Config
26
 
                    Name = "Debug"
27
 
                    AllowUnsafeBlocks = "false"
28
 
                    BaseAddress = "285212672"
29
 
                    CheckForOverflowUnderflow = "false"
30
 
                    ConfigurationOverrideFile = ""
31
 
                    DefineConstants = "DEBUG;TRACE"
32
 
                    DocumentationFile = ""
33
 
                    DebugSymbols = "true"
34
 
                    FileAlignment = "4096"
35
 
                    IncrementalBuild = "false"
36
 
                    NoStdLib = "false"
37
 
                    NoWarn = ""
38
 
                    Optimize = "false"
39
 
                    OutputPath = "bin\Debug\"
40
 
                    RegisterForComInterop = "false"
41
 
                    RemoveIntegerChecks = "false"
42
 
                    TreatWarningsAsErrors = "false"
43
 
                    WarningLevel = "4"
44
 
                />
45
 
                <Config
46
 
                    Name = "Release"
47
 
                    AllowUnsafeBlocks = "false"
48
 
                    BaseAddress = "285212672"
49
 
                    CheckForOverflowUnderflow = "false"
50
 
                    ConfigurationOverrideFile = ""
51
 
                    DefineConstants = "TRACE"
52
 
                    DocumentationFile = ""
53
 
                    DebugSymbols = "false"
54
 
                    FileAlignment = "4096"
55
 
                    IncrementalBuild = "false"
56
 
                    NoStdLib = "false"
57
 
                    NoWarn = ""
58
 
                    Optimize = "true"
59
 
                    OutputPath = "bin\Release\"
60
 
                    RegisterForComInterop = "false"
61
 
                    RemoveIntegerChecks = "false"
62
 
                    TreatWarningsAsErrors = "false"
63
 
                    WarningLevel = "4"
64
 
                />
65
 
            </Settings>
66
 
            <References>
67
 
                <Reference
68
 
                    Name = "System"
69
 
                    AssemblyName = "System"
70
 
                    HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
71
 
                />
72
 
                <Reference
73
 
                    Name = "System.Data"
74
 
                    AssemblyName = "System.Data"
75
 
                    HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
76
 
                />
77
 
                <Reference
78
 
                    Name = "System.XML"
79
 
                    AssemblyName = "System.Xml"
80
 
                    HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
81
 
                />
82
 
                <Reference
83
 
                    Name = "nunit.framework"
84
 
                    AssemblyName = "nunit.framework"
85
 
                    HintPath = "..\..\..\tools\NUnit\net\bin\nunit.framework.dll"
86
 
                />
87
 
                <Reference
88
 
                    Name = "ProviderTest"
89
 
                    Project = "{A9C837C5-51F8-4AE5-9C7C-2F024C7594CE}"
90
 
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
91
 
                />
92
 
                <Reference
93
 
                    Name = "StoreProvider"
94
 
                    Project = "{4271E7EE-BB9B-4C31-B753-EE4796B4E1CB}"
95
 
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
96
 
                />
97
 
            </References>
98
 
        </Build>
99
 
        <Files>
100
 
            <Include>
101
 
                <File
102
 
                    RelPath = "AssemblyInfo.cs"
103
 
                    SubType = "Code"
104
 
                    BuildAction = "Compile"
105
 
                />
106
 
                <File
107
 
                    RelPath = "SqliteTests1.cs"
108
 
                    SubType = "Code"
109
 
                    BuildAction = "Compile"
110
 
                />
111
 
            </Include>
112
 
        </Files>
113
 
    </CSHARP>
114
 
</VisualStudioProject>
115