求解决,C#项目用.csproj文件,可以运行,怎么找具体代码,具体如下:

这是项目目录的东西

用VS打开.csproj可以运行程序。但找不到程序代码。
只找到了目录似的东西,点开没有具体代码。
求大神们帮助。
PS:是从光盘上复制下来的案例程序

后缀为.cs的就是代码文件

用记事本打开csproj文件,有什么文件里面写的一清二楚

后缀为.cs的就是代码文件

那几个 .cs 文件里代码很少,不是实现程序的代码

用记事本打开csproj文件,有什么文件里面写的一清二楚

<?xml version="1.0" encoding="utf-8"?>


Debug
x86
8.0.30703
2.0
{308C8EDC-77E1-49E2-B88E-CC151E092145}
WinExe
Properties
SimpleBrowser
SimpleBrowser
v4.0
Client
512


x86
true
full
false
bin\Debug</OutputPath>
DEBUG;TRACE
prompt
4


x86
pdbonly
true
bin\Release</OutputPath>
TRACE
prompt
4















Form


FormSimpleBrowser.cs




FormSimpleBrowser.cs


ResXFileCodeGenerator
Resources.Designer.cs
Designer


True
Resources.resx


SettingsSingleFileGenerator
Settings.Designer.cs


True
Settings.settings
True



<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.




-->

看不太懂。

这里包含的几个.cs文件都看了,感觉并不包含程序的全部代码