1<VisualStudioProject>
2    <CSHARP
3        ProjectType = "Local"
4        ProductVersion = "7.0.9466"
5        SchemaVersion = "1.0"
6        ProjectGuid = "{B78F6720-D36C-43DD-B442-F583718D0286}"
7    >
8        <Build>
9            <Settings
10                ApplicationIcon = "App.ico"
11                AssemblyKeyContainerName = ""
12                AssemblyName = "NDB_CPC"
13                AssemblyOriginatorKeyFile = ""
14                DefaultClientScript = "JScript"
15                DefaultHTMLPageLayout = "Grid"
16                DefaultTargetSchema = "IE50"
17                DelaySign = "false"
18                OutputType = "WinExe"
19                RootNamespace = "NDB_CPC"
20                StartupObject = ""
21            >
22                <Config
23                    Name = "Debug"
24                    AllowUnsafeBlocks = "false"
25                    BaseAddress = "285212672"
26                    CheckForOverflowUnderflow = "false"
27                    ConfigurationOverrideFile = ""
28                    DefineConstants = "DEBUG;TRACE"
29                    DocumentationFile = ""
30                    DebugSymbols = "true"
31                    FileAlignment = "4096"
32                    IncrementalBuild = "true"
33                    Optimize = "false"
34                    OutputPath = "bin\Debug\"
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 = "TRACE"
47                    DocumentationFile = ""
48                    DebugSymbols = "false"
49                    FileAlignment = "4096"
50                    IncrementalBuild = "false"
51                    Optimize = "true"
52                    OutputPath = "bin\Release\"
53                    RegisterForComInterop = "false"
54                    RemoveIntegerChecks = "false"
55                    TreatWarningsAsErrors = "false"
56                    WarningLevel = "4"
57                />
58            </Settings>
59            <References>
60                <Reference
61                    Name = "System.Data"
62                    AssemblyName = "System.Data"
63                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
64                />
65                <Reference
66                    Name = "System.Drawing"
67                    AssemblyName = "System.Drawing"
68                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
69                />
70                <Reference
71                    Name = "System.Windows.Forms"
72                    AssemblyName = "System.Windows.Forms"
73                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
74                />
75                <Reference
76                    Name = "System.XML"
77                    AssemblyName = "System.Xml"
78                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
79                />
80                <Reference
81                    Name = "System"
82                    AssemblyName = "System"
83                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
84                />
85                <Reference
86                    Name = "VBIDE"
87                    Guid = "{0002E157-0000-0000-C000-000000000046}"
88                    VersionMajor = "5"
89                    VersionMinor = "3"
90                    Lcid = "0"
91                    WrapperTool = "tlbimp"
92                />
93                <Reference
94                    Name = "stdole"
95                    Guid = "{00020430-0000-0000-C000-000000000046}"
96                    VersionMajor = "2"
97                    VersionMinor = "0"
98                    Lcid = "0"
99                    WrapperTool = "primary"
100                />
101                <Reference
102                    Name = "Microsoft.Office.Core"
103                    Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}"
104                    VersionMajor = "2"
105                    VersionMinor = "2"
106                    Lcid = "0"
107                    WrapperTool = "tlbimp"
108                />
109            </References>
110        </Build>
111        <Files>
112            <Include>
113                <File
114                    RelPath = "app.config"
115                    BuildAction = "None"
116                />
117                <File
118                    RelPath = "App.ico"
119                    BuildAction = "Content"
120                />
121                <File
122                    RelPath = "AssemblyInfo.cs"
123                    SubType = "Code"
124                    BuildAction = "Compile"
125                />
126                <File
127                    RelPath = "Computer.cs"
128                    SubType = "Code"
129                    BuildAction = "Compile"
130                />
131                <File
132                    RelPath = "ComputerAddDialog.cs"
133                    SubType = "Form"
134                    BuildAction = "Compile"
135                />
136                <File
137                    RelPath = "ComputerAddDialog.resx"
138                    DependentUpon = "ComputerAddDialog.cs"
139                    BuildAction = "EmbeddedResource"
140                />
141                <File
142                    RelPath = "ComputerMgmt.cs"
143                    SubType = "Code"
144                    BuildAction = "Compile"
145                />
146                <File
147                    RelPath = "ComputerRemoveDialog.cs"
148                    SubType = "Form"
149                    BuildAction = "Compile"
150                />
151                <File
152                    RelPath = "ComputerRemoveDialog.af.resx"
153                    DependentUpon = "ComputerRemoveDialog.cs"
154                    BuildAction = "EmbeddedResource"
155                />
156                <File
157                    RelPath = "ComputerRemoveDialog.resx"
158                    DependentUpon = "ComputerRemoveDialog.cs"
159                    BuildAction = "EmbeddedResource"
160                />
161                <File
162                    RelPath = "CPC_Form.cs"
163                    SubType = "Form"
164                    BuildAction = "Compile"
165                />
166                <File
167                    RelPath = "CPC_Form.resx"
168                    DependentUpon = "CPC_Form.cs"
169                    BuildAction = "EmbeddedResource"
170                />
171                <File
172                    RelPath = "Database.cs"
173                    SubType = "Code"
174                    BuildAction = "Compile"
175                />
176                <File
177                    RelPath = "PanelWizard.cs"
178                    SubType = "Form"
179                    BuildAction = "Compile"
180                />
181                <File
182                    RelPath = "PanelWizard.resx"
183                    DependentUpon = "PanelWizard.cs"
184                    BuildAction = "EmbeddedResource"
185                />
186                <File
187                    RelPath = "Process.cs"
188                    SubType = "Code"
189                    BuildAction = "Compile"
190                />
191                <File
192                    RelPath = "ProcessDefineDialog.cs"
193                    SubType = "Form"
194                    BuildAction = "Compile"
195                />
196                <File
197                    RelPath = "ProcessDefineDialog.resx"
198                    DependentUpon = "ProcessDefineDialog.cs"
199                    BuildAction = "EmbeddedResource"
200                />
201                <File
202                    RelPath = "startDatabaseDlg.cs"
203                    SubType = "Form"
204                    BuildAction = "Compile"
205                />
206                <File
207                    RelPath = "startDatabaseDlg.resx"
208                    DependentUpon = "startDatabaseDlg.cs"
209                    BuildAction = "EmbeddedResource"
210                />
211                <File
212                    RelPath = "fileaccess\FileMgmt.cs"
213                    SubType = "Code"
214                    BuildAction = "Compile"
215                />
216                <File
217                    RelPath = "simpleparser\SimpleCPCParser.cs"
218                    SubType = "Code"
219                    BuildAction = "Compile"
220                />
221                <File
222                    RelPath = "socketcomm\myTcpClient.cs"
223                    SubType = "Code"
224                    BuildAction = "Compile"
225                />
226                <File
227                    RelPath = "socketcomm\SocketComm.cs"
228                    SubType = "Code"
229                    BuildAction = "Compile"
230                />
231                <File
232                    RelPath = "telnetclient\telnetClient.cs"
233                    SubType = "Code"
234                    BuildAction = "Compile"
235                />
236            </Include>
237        </Files>
238    </CSHARP>
239</VisualStudioProject>
240
241