1<VisualStudioProject>
2    <CSHARP
3        ProjectType = "Local"
4        ProductVersion = "7.0.9466"
5        SchemaVersion = "1.0"
6        ProjectGuid = "{FC8DDF13-76F2-407A-92E4-47D06DDE453F}"
7    >
8        <Build>
9            <Settings
10                AssemblyKeyContainerName = ""
11                AssemblyName = "checkstring"
12                AssemblyOriginatorKeyFile = ""
13                DefaultClientScript = "JScript"
14                DefaultHTMLPageLayout = "Grid"
15                DefaultTargetSchema = "IE50"
16                DelaySign = "false"
17                OutputType = "Exe"
18                PreBuildEvent = ""
19                PostBuildEvent = ""
20                RootNamespace = "EX3"
21                RunPostBuildEvent = "OnBuildSuccess"
22                StartupObject = ""
23            >
24                <Config
25                    Name = "Debug"
26                    AllowUnsafeBlocks = "false"
27                    BaseAddress = "285212672"
28                    CheckForOverflowUnderflow = "false"
29                    ConfigurationOverrideFile = ""
30                    DefineConstants = "DEBUG;TRACE"
31                    DocumentationFile = ""
32                    DebugSymbols = "true"
33                    FileAlignment = "4096"
34                    IncrementalBuild = "false"
35                    NoStdLib = "false"
36                    NoWarn = ""
37                    Optimize = "false"
38                    OutputPath = "bin\Debug\"
39                    RegisterForComInterop = "false"
40                    RemoveIntegerChecks = "false"
41                    TreatWarningsAsErrors = "false"
42                    WarningLevel = "4"
43                />
44                <Config
45                    Name = "Release"
46                    AllowUnsafeBlocks = "false"
47                    BaseAddress = "285212672"
48                    CheckForOverflowUnderflow = "false"
49                    ConfigurationOverrideFile = ""
50                    DefineConstants = "TRACE"
51                    DocumentationFile = ""
52                    DebugSymbols = "false"
53                    FileAlignment = "4096"
54                    IncrementalBuild = "false"
55                    NoStdLib = "false"
56                    NoWarn = ""
57                    Optimize = "true"
58                    OutputPath = "bin\Release\"
59                    RegisterForComInterop = "false"
60                    RemoveIntegerChecks = "false"
61                    TreatWarningsAsErrors = "false"
62                    WarningLevel = "4"
63                />
64            </Settings>
65            <References>
66                <Reference
67                    Name = "System"
68                    AssemblyName = "System"
69                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
70                />
71                <Reference
72                    Name = "System.Data"
73                    AssemblyName = "System.Data"
74                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
75                />
76                <Reference
77                    Name = "System.XML"
78                    AssemblyName = "System.Xml"
79                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
80                />
81                <Reference
82                    Name = "statemap"
83                    AssemblyName = "statemap"
84                    HintPath = "..\..\..\lib\CSharp\Debug\statemap.dll"
85                />
86            </References>
87        </Build>
88        <Files>
89            <Include>
90                <File
91                    RelPath = "AppClass.cs"
92                    SubType = "Code"
93                    BuildAction = "Compile"
94                />
95                <File
96                    RelPath = "AppClass.sm"
97                    BuildAction = "None"
98                />
99                <File
100                    RelPath = "AppClass_sm.cs"
101                    SubType = "Code"
102                    BuildAction = "Compile"
103                />
104                <File
105                    RelPath = "AssemblyInfo.cs"
106                    SubType = "Code"
107                    BuildAction = "Compile"
108                />
109                <File
110                    RelPath = "checkstring.cs"
111                    SubType = "Code"
112                    BuildAction = "Compile"
113                />
114            </Include>
115        </Files>
116    </CSHARP>
117</VisualStudioProject>
118
119