在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#程序设计经典教程实验原代码

C#程序设计经典教程实验原代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:12.36M
  • 下载次数:2
  • 浏览次数:204
  • 发布时间:2020-09-25
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
C#程序设计经典教程.
【实例截图】
【核心代码】
C程序设计经典教程_源代码
├── C#程序设计经典教程_源代码
│   ├── Exp10
│   │   ├── Exp10
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Exp10.exe
│   │   │   │   ├── Exp10.pdb
│   │   │   │   ├── Exp10.vshost.exe
│   │   │   │   └── Exp10.vshost.exe.manifest
│   │   │   ├── Exp10_1.cs
│   │   │   ├── Exp10_1.Designer.cs
│   │   │   ├── Exp10_1.resx
│   │   │   ├── Exp10_2.cs
│   │   │   ├── Exp10_2.Designer.cs
│   │   │   ├── Exp10_2.resx
│   │   │   ├── Exp10.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exp10.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exp10.exe
│   │   │   │   ├── Exp10.Exp10_1.resources
│   │   │   │   ├── Exp10.Exp10_2.resources
│   │   │   │   ├── Exp10.pdb
│   │   │   │   ├── Exp10.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   └── GenerateResource.write.1.tlog
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Exp10.sln
│   │   └── Exp10.suo
│   ├── HelloWeb
│   │   ├── HelloWeb.aspx
│   │   ├── HelloWeb.aspx.cs
│   │   └── web.config
│   ├── HelloWin
│   │   ├── HelloWin
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── HelloWin.exe
│   │   │   │   ├── HelloWin.pdb
│   │   │   │   └── HelloWin.vshost.exe
│   │   │   ├── HelloFrm.cs
│   │   │   ├── HelloFrm.Designer.cs
│   │   │   ├── HelloFrm.resx
│   │   │   ├── HelloWin.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── HelloWin.csproj.FileListAbsolute.txt
│   │   │   │   ├── HelloWin.exe
│   │   │   │   ├── HelloWin.HelloFrm.resources
│   │   │   │   ├── HelloWin.pdb
│   │   │   │   └── HelloWin.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── HelloWin.sln
│   │   └── HelloWin.suo
│   ├── HelloWorld
│   │   ├── HelloWorld
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── HelloWorld.exe
│   │   │   │   ├── HelloWorld.pdb
│   │   │   │   ├── HelloWorld.vshost.exe
│   │   │   │   └── HelloWorld.vshost.exe.manifest
│   │   │   ├── HelloWorld.cs
│   │   │   ├── HelloWorld.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── HelloWorld.csproj.FileListAbsolute.txt
│   │   │   │   ├── HelloWorld.exe
│   │   │   │   └── HelloWorld.pdb
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── HelloWorld.sln
│   │   └── HelloWorld.suo
│   ├── MyAccounting
│   │   └── MyAccounting
│   │   ├── MyAccounting
│   │   │   ├── About.cs
│   │   │   ├── About.Designer.cs
│   │   │   ├── About.resx
│   │   │   ├── AddExpenditure.cs
│   │   │   ├── AddExpenditure.Designer.cs
│   │   │   ├── AddExpenditure.resx
│   │   │   ├── AddItems.cs
│   │   │   ├── AddItems.Designer.cs
│   │   │   ├── AddItems.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── MyAccounting.exe
│   │   │   │   ├── MyAccounting.pdb
│   │   │   │   ├── MyAccounting.vshost.exe
│   │   │   │   └── MyAccounting.vshost.exe.manifest
│   │   │   ├── Login.cs
│   │   │   ├── Login.Designer.cs
│   │   │   ├── Login.resx
│   │   │   ├── MainFrm.cs
│   │   │   ├── MainFrm.Designer.cs
│   │   │   ├── MainFrm.resx
│   │   │   ├── MyAccounting.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── MyAccounting.About.resources
│   │   │   │   ├── MyAccounting.AddExpenditure.resources
│   │   │   │   ├── MyAccounting.AddItems.resources
│   │   │   │   ├── MyAccounting.csproj.FileListAbsolute.txt
│   │   │   │   ├── MyAccounting.exe
│   │   │   │   ├── MyAccounting.Login.resources
│   │   │   │   ├── MyAccounting.MainFrm.resources
│   │   │   │   ├── MyAccounting.pdb
│   │   │   │   ├── MyAccounting.Properties.Resources.resources
│   │   │   │   ├── MyAccounting.SelectList.resources
│   │   │   │   └── MyAccounting.UpdateExpenditure.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SelectList.cs
│   │   │   ├── SelectList.Designer.cs
│   │   │   ├── SelectList.resx
│   │   │   ├── UpdateExpenditure.cs
│   │   │   ├── UpdateExpenditure.Designer.cs
│   │   │   └── UpdateExpenditure.resx
│   │   ├── MyAccounting.sln
│   │   └── MyAccounting.suo
│   ├── MyFirstApp
│   │   ├── MyFirstApp
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── MyFirstApp.exe
│   │   │   │   ├── MyFirstApp.pdb
│   │   │   │   ├── MyFirstApp.vshost.exe
│   │   │   │   └── MyFirstApp.vshost.exe.manifest
│   │   │   ├── MyFirstApp.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── MyFirstApp.csproj.FileListAbsolute.txt
│   │   │   │   └── MyFirstApp.exe
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── MyFirstApp.sln
│   │   └── MyFirstApp.suo
│   ├── test11_1
│   │   ├── test11_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test11_1.exe
│   │   │   │   ├── test11_1.pdb
│   │   │   │   ├── test11_1.vshost.exe
│   │   │   │   └── test11_1.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test11_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── test11_1.exe
│   │   │   │   ├── test11_1.pdb
│   │   │   │   ├── test11_1.Properties.Resources.resources
│   │   │   │   └── test11_1.Test11_1.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test11_1.cs
│   │   │   ├── test11_1.csproj
│   │   │   ├── Test11_1.Designer.cs
│   │   │   └── Test11_1.resx
│   │   ├── test11_1.sln
│   │   └── test11_1.suo
│   ├── test11_2
│   │   ├── test11_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test11_2.exe
│   │   │   │   ├── test11_2.pdb
│   │   │   │   ├── test11_2.vshost.exe
│   │   │   │   └── test11_2.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test11_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── test11_2.exe
│   │   │   │   ├── test11_2.pdb
│   │   │   │   ├── test11_2.Properties.Resources.resources
│   │   │   │   └── test11_2.Test11_2.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test11_2.cs
│   │   │   ├── test11_2.csproj
│   │   │   ├── Test11_2.Designer.cs
│   │   │   └── Test11_2.resx
│   │   ├── test11_2.sln
│   │   └── test11_2.suo
│   ├── test11_4
│   │   ├── test11_4
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test11_4.exe
│   │   │   │   ├── test11_4.exe.config
│   │   │   │   ├── test11_4.pdb
│   │   │   │   ├── test11_4.vshost.exe
│   │   │   │   ├── test11_4.vshost.exe.config
│   │   │   │   └── test11_4.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── test11_2.Properties.Resources.resources
│   │   │   │   ├── test11_4.csproj.FileListAbsolute.txt
│   │   │   │   ├── test11_4.exe
│   │   │   │   ├── test11_4.pdb
│   │   │   │   └── test11_4.Test11_4.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test11_4.cs
│   │   │   ├── test11_4.csproj
│   │   │   ├── Test11_4.Designer.cs
│   │   │   └── Test11_4.resx
│   │   ├── test11_4.sln
│   │   └── test11_4.suo
│   ├── test11_6
│   │   ├── test11_6
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test11_6.exe
│   │   │   │   ├── test11_6.pdb
│   │   │   │   └── test11_6.vshost.exe
│   │   │   ├── DocForm.cs
│   │   │   ├── DocForm.Designer.cs
│   │   │   ├── DocForm.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test11_6.csproj.FileListAbsolute.txt
│   │   │   │   ├── test11_6.DocForm.resources
│   │   │   │   ├── test11_6.exe
│   │   │   │   ├── test11_6.pdb
│   │   │   │   ├── test11_6.Properties.Resources.resources
│   │   │   │   ├── test11_6.SetDialog.resources
│   │   │   │   └── test11_6.Test11_6.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SetDialog.cs
│   │   │   ├── SetDialog.Designer.cs
│   │   │   ├── SetDialog.resx
│   │   │   ├── Test11_6.cs
│   │   │   ├── test11_6.csproj
│   │   │   ├── Test11_6.Designer.cs
│   │   │   └── Test11_6.resx
│   │   ├── test11_6.sln
│   │   └── test11_6.suo
│   ├── test12_2
│   │   ├── test12_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test12_2.exe
│   │   │   │   ├── test12_2.pdb
│   │   │   │   ├── test12_2.vshost.exe
│   │   │   │   └── test12_2.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test12_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── test12_2.exe
│   │   │   │   ├── test12_2.pdb
│   │   │   │   ├── test12_2.Properties.Resources.resources
│   │   │   │   └── test12_2.Test12_2.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test12_2.cs
│   │   │   ├── test12_2.csproj
│   │   │   ├── Test12_2.Designer.cs
│   │   │   └── Test12_2.resx
│   │   ├── test12_2.sln
│   │   └── test12_2.suo
│   ├── test12_3
│   │   ├── test12_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test12_3.exe
│   │   │   │   ├── test12_3.pdb
│   │   │   │   ├── test12_3.vshost.exe
│   │   │   │   └── test12_3.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test12_3.csproj.FileListAbsolute.txt
│   │   │   │   ├── test12_3.exe
│   │   │   │   ├── test12_3.pdb
│   │   │   │   ├── test12_3.Properties.Resources.resources
│   │   │   │   └── test12_3.Test12_3.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test12_3.cs
│   │   │   ├── test12_3.csproj
│   │   │   ├── Test12_3.designer.cs
│   │   │   └── Test12_3.resx
│   │   ├── test12_3.sln
│   │   └── test12_3.suo
│   ├── test12_4
│   │   ├── test12_4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test12_4.exe
│   │   │   │   ├── test12_4.pdb
│   │   │   │   ├── test12_4.vshost.exe
│   │   │   │   └── test12_4.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── test12_4.csproj.FileListAbsolute.txt
│   │   │   │   ├── test12_4.exe
│   │   │   │   ├── test12_4.pdb
│   │   │   │   ├── test12_4.Properties.Resources.resources
│   │   │   │   └── test12_4.Test12_4.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test12_4.cs
│   │   │   ├── test12_4.csproj
│   │   │   ├── Test12_4.Designer.cs
│   │   │   └── Test12_4.resx
│   │   ├── test12_4.sln
│   │   └── test12_4.suo
│   ├── test12_5
│   │   ├── test12_5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test12_5.exe
│   │   │   │   ├── test12_5.pdb
│   │   │   │   └── test12_5.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test12_5.csproj.FileListAbsolute.txt
│   │   │   │   ├── test12_5.exe
│   │   │   │   ├── test12_5.pdb
│   │   │   │   ├── test12_5.Properties.Resources.resources
│   │   │   │   └── test12_5.Test12_5.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test12_5.cs
│   │   │   ├── test12_5.csproj
│   │   │   ├── Test12_5.Designer.cs
│   │   │   └── Test12_5.resx
│   │   ├── test12_5.sln
│   │   └── test12_5.suo
│   ├── test12_6
│   │   ├── test12_6
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test12_6.exe
│   │   │   │   ├── test12_6.pdb
│   │   │   │   └── test12_6.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test12_6.csproj.FileListAbsolute.txt
│   │   │   │   ├── test12_6.exe
│   │   │   │   ├── test12_6.pdb
│   │   │   │   ├── test12_6.Properties.Resources.resources
│   │   │   │   └── test12_6.Test12_6.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test12_6.cs
│   │   │   ├── test12_6.csproj
│   │   │   ├── Test12_6.Designer.cs
│   │   │   └── Test12_6.resx
│   │   ├── test12_6.sln
│   │   └── test12_6.suo
│   ├── test12_7
│   │   ├── test12_7
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test12_7.exe
│   │   │   │   ├── test12_7.exe.config
│   │   │   │   ├── test12_7.pdb
│   │   │   │   ├── test12_7.vshost.exe
│   │   │   │   └── test12_7.vshost.exe.config
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── Adventureworks.designer.cs.dll
│   │   │   │   │   └── DataClasses1.designer.cs.dll
│   │   │   │   ├── test12_7.csproj.FileListAbsolute.txt
│   │   │   │   ├── test12_7.exe
│   │   │   │   ├── test12_7.pdb
│   │   │   │   ├── test12_7.Properties.Resources.resources
│   │   │   │   └── test12_7.Test12_7.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── DataSources
│   │   │   │   │   ├── AdventureworksDataContext.datasource
│   │   │   │   │   └── Product.datasource
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test12_7.cs
│   │   │   ├── test12_7.csproj
│   │   │   ├── Test12_7.Designer.cs
│   │   │   └── Test12_7.resx
│   │   ├── test12_7.sln
│   │   └── test12_7.suo
│   ├── Test1_3
│   │   ├── Test1_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Test1_3.exe
│   │   │   │   ├── Test1_3.pdb
│   │   │   │   ├── Test1_3.vshost.exe
│   │   │   │   └── Test1_3.vshost.exe.manifest
│   │   │   ├── HelloFrm.cs
│   │   │   ├── HelloFrm.Designer.cs
│   │   │   ├── HelloFrm.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Test1_3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Test1_3.exe
│   │   │   │   ├── Test1_3.HelloFrm.resources
│   │   │   │   ├── Test1_3.pdb
│   │   │   │   └── Test1_3.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Test1_3.csproj
│   │   ├── Test1_3.sln
│   │   └── Test1_3.suo
│   ├── Test13
│   │   ├── Client
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Client.exe
│   │   │   │   ├── Client.pdb
│   │   │   │   ├── Client.vshost.exe
│   │   │   │   └── Client.vshost.exe.manifest
│   │   │   ├── Client.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── Client.csproj.FileListAbsolute.txt
│   │   │   │   ├── Client.exe
│   │   │   │   ├── Client.Form1.resources
│   │   │   │   ├── Client.pdb
│   │   │   │   ├── Client.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   └── ResolveAssemblyReference.cache
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Exp13
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Exp13.exe
│   │   │   │   ├── Exp13.pdb
│   │   │   │   ├── Exp13.vshost.exe
│   │   │   │   └── Exp13.vshost.exe.manifest
│   │   │   ├── exp13_2.cs
│   │   │   ├── exp13_2.Designer.cs
│   │   │   ├── exp13_2.resx
│   │   │   ├── Exp13.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exp13.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exp13.exe
│   │   │   │   ├── Exp13.Exp13_2.resources
│   │   │   │   ├── Exp13.Form1.resources
│   │   │   │   ├── Exp13.pdb
│   │   │   │   ├── Exp13.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   └── GenerateResource.write.1.tlog
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Server
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Server.exe
│   │   │   │   ├── Server.pdb
│   │   │   │   ├── Server.vshost.exe
│   │   │   │   └── Server.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Server.csproj.FileListAbsolute.txt
│   │   │   │   ├── Server.exe
│   │   │   │   └── Server.pdb
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Server.csproj
│   │   ├── Server_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Server_1.vshost.exe
│   │   │   │   ├── Server.exe
│   │   │   │   └── Server.pdb
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Server.csproj.FileListAbsolute.txt
│   │   │   │   ├── Server.exe
│   │   │   │   ├── Server.pdb
│   │   │   │   ├── Server.Properties.Resources.resources
│   │   │   │   ├── Server.ServerFrm.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Server_1.csproj
│   │   │   ├── Server_1.csproj.user
│   │   │   ├── ServerFrm.cs
│   │   │   ├── ServerFrm.Designer.cs
│   │   │   └── ServerFrm.resx
│   │   ├── TcpClient
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── TcpClient.exe
│   │   │   │   ├── TcpClient.pdb
│   │   │   │   ├── TcpClient.vshost.exe
│   │   │   │   └── TcpClient.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TcpClient.exe
│   │   │   │   ├── TcpClient.pdb
│   │   │   │   └── TcpClients.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── TcpClients.csproj
│   │   ├── TcpServer
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── TcpServer.exe
│   │   │   │   ├── TcpServer.pdb
│   │   │   │   ├── TcpServer.vshost.exe
│   │   │   │   └── TcpServer.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TcpServer.csproj.FileListAbsolute.txt
│   │   │   │   ├── TcpServer.exe
│   │   │   │   └── TcpServer.pdb
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── TcpServer.csproj
│   │   ├── Test13
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Test13.exe
│   │   │   │   ├── Test13.pdb
│   │   │   │   └── Test13.vshost.exe
│   │   │   ├── MulticastFrm.cs
│   │   │   ├── MulticastFrm.Designer.cs
│   │   │   ├── MulticastFrm.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── Test13.csproj.FileListAbsolute.txt
│   │   │   │   ├── Test13.exe
│   │   │   │   ├── Test13.MulticastFrm.resources
│   │   │   │   ├── Test13.pdb
│   │   │   │   ├── Test13.Properties.Resources.resources
│   │   │   │   ├── Test13.Test13_1.resources
│   │   │   │   ├── Test13.Test13_2.resources
│   │   │   │   ├── Test13.Test13_3.resources
│   │   │   │   ├── Test13.Test13_4.resources
│   │   │   │   ├── Test13.Test13_8.resources
│   │   │   │   └── Test13.Test13_9.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test13_1.cs
│   │   │   ├── Test13_1.Designer.cs
│   │   │   ├── Test13_1.resx
│   │   │   ├── Test13_2.cs
│   │   │   ├── Test13_2.Designer.cs
│   │   │   ├── Test13_2.resx
│   │   │   ├── Test13_3.cs
│   │   │   ├── Test13_3.Designer.cs
│   │   │   ├── Test13_3.resx
│   │   │   ├── Test13_4.cs
│   │   │   ├── Test13_4.Designer.cs
│   │   │   ├── Test13_4.resx
│   │   │   ├── Test13_8.cs
│   │   │   ├── Test13_8.Designer.cs
│   │   │   ├── Test13_8.resx
│   │   │   ├── Test13_9.cs
│   │   │   ├── Test13_9.Designer.cs
│   │   │   ├── Test13_9.resx
│   │   │   └── Test13.csproj
│   │   ├── Test13.sln
│   │   └── Test13.suo
│   ├── test14_1
│   │   ├── test14_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test14_1.exe
│   │   │   │   ├── test14_1.pdb
│   │   │   │   └── test14_1.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test14_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── test14_1.exe
│   │   │   │   ├── test14_1.pdb
│   │   │   │   ├── test14_1.Properties.Resources.resources
│   │   │   │   └── test14_1.Test14_1.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test14_1.cs
│   │   │   ├── test14_1.csproj
│   │   │   ├── Test14_1.Designer.cs
│   │   │   └── Test14_1.resx
│   │   ├── test14_1.sln
│   │   └── test14_1.suo
│   ├── test14_2
│   │   ├── test14_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test14_2.exe
│   │   │   │   ├── test14_2.pdb
│   │   │   │   └── test14_2.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test14_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── test14_2.exe
│   │   │   │   ├── test14_2.pdb
│   │   │   │   ├── test14_2.Properties.Resources.resources
│   │   │   │   └── test14_2.Test14_2.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test14_2.cs
│   │   │   ├── test14_2.csproj
│   │   │   ├── Test14_2.Designer.cs
│   │   │   └── Test14_2.resx
│   │   ├── test14_2.sln
│   │   └── test14_2.suo
│   ├── test14_3
│   │   ├── test14_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test14_3.exe
│   │   │   │   ├── test14_3.pdb
│   │   │   │   ├── test14_3.vshost.exe
│   │   │   │   └── test14_3.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test14_3.csproj.FileListAbsolute.txt
│   │   │   │   ├── test14_3.exe
│   │   │   │   ├── test14_3.pdb
│   │   │   │   ├── test14_3.Properties.Resources.resources
│   │   │   │   └── test14_3.Test14_3.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test14_3.cs
│   │   │   ├── test14_3.csproj
│   │   │   ├── Test14_3.Designer.cs
│   │   │   └── Test14_3.resx
│   │   ├── test14_3.sln
│   │   └── test14_3.suo
│   ├── test14_4
│   │   ├── test14_4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test14_4.exe
│   │   │   │   ├── test14_4.pdb
│   │   │   │   └── test14_4.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test14_4.csproj.FileListAbsolute.txt
│   │   │   │   ├── test14_4.exe
│   │   │   │   ├── test14_4.pdb
│   │   │   │   ├── test14_4.Properties.Resources.resources
│   │   │   │   └── test14_4.Test14_4.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test14_4.cs
│   │   │   ├── test14_4.csproj
│   │   │   ├── Test14_4.Designer.cs
│   │   │   └── Test14_4.resx
│   │   ├── test14_4.sln
│   │   └── test14_4.suo
│   ├── test14_5
│   │   ├── test14_5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── test14_5.exe
│   │   │   │   ├── test14_5.pdb
│   │   │   │   ├── test14_5.vshost.exe
│   │   │   │   └── test14_5.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── TempPE
│   │   │   │   │   └── ADVENTUREWORKSDataSet.Designer.cs.dll
│   │   │   │   ├── test14_5.csproj.FileListAbsolute.txt
│   │   │   │   ├── test14_5.csproj.ResolveComReference.cache
│   │   │   │   ├── test14_5.exe
│   │   │   │   ├── test14_5.pdb
│   │   │   │   ├── test14_5.Properties.Resources.resources
│   │   │   │   └── test14_5.Test14_5.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test14_5.cs
│   │   │   ├── test14_5.csproj
│   │   │   ├── Test14_5.Designer.cs
│   │   │   └── Test14_5.resx
│   │   ├── test14_5.sln
│   │   └── test14_5.suo
│   ├── test2_1
│   │   ├── test2_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test2_1.exe
│   │   │   │   ├── test2_1.pdb
│   │   │   │   ├── test2_1.vshost.exe
│   │   │   │   └── test2_1.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test2_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── test2_1.exe
│   │   │   │   ├── test2_1.pdb
│   │   │   │   ├── test2_1.Properties.Resources.resources
│   │   │   │   └── test2_1.test2_1.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── test2_1.cs
│   │   │   ├── test2_1.csproj
│   │   │   ├── test2_1.Designer.cs
│   │   │   └── test2_1.resx
│   │   ├── test2_1.sln
│   │   └── test2_1.suo
│   ├── test2_2
│   │   ├── test2_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test2_2.exe
│   │   │   │   ├── test2_2.pdb
│   │   │   │   ├── test2_2.vshost.exe
│   │   │   │   └── test2_2.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test2_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── test2_2.exe
│   │   │   │   ├── test2_2.pdb
│   │   │   │   ├── test2_2.Properties.Resources.resources
│   │   │   │   └── test2_2.test2_2.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── test2_2.cs
│   │   │   ├── test2_2.csproj
│   │   │   ├── test2_2.Designer.cs
│   │   │   └── test2_2.resx
│   │   ├── test2_2.sln
│   │   └── test2_2.suo
│   ├── test2_3
│   │   ├── test2_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test2_3.exe
│   │   │   │   ├── test2_3.pdb
│   │   │   │   ├── test2_3.vshost.exe
│   │   │   │   └── test2_3.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test2_3.csproj.FileListAbsolute.txt
│   │   │   │   ├── test2_3.exe
│   │   │   │   ├── test2_3.pdb
│   │   │   │   ├── test2_3.Properties.Resources.resources
│   │   │   │   └── test2_3.Test2_3.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test2_3.cs
│   │   │   ├── test2_3.csproj
│   │   │   ├── Test2_3.Designer.cs
│   │   │   └── Test2_3.resx
│   │   ├── test2_3.sln
│   │   └── test2_3.suo
│   ├── test2_4
│   │   ├── test2_4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test2_4.exe
│   │   │   │   ├── test2_4.pdb
│   │   │   │   ├── test2_4.vshost.exe
│   │   │   │   └── test2_4.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test2_4.csproj.FileListAbsolute.txt
│   │   │   │   ├── test2_4.exe
│   │   │   │   ├── test2_4.pdb
│   │   │   │   ├── test2_4.Properties.Resources.resources
│   │   │   │   └── test2_4.Test2_4.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test2_4.cs
│   │   │   ├── test2_4.csproj
│   │   │   ├── Test2_4.Designer.cs
│   │   │   └── Test2_4.resx
│   │   ├── test2_4.sln
│   │   └── test2_4.suo
│   ├── test2_5
│   │   ├── test2_5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test2_5.exe
│   │   │   │   ├── test2_5.pdb
│   │   │   │   ├── test2_5.vshost.exe
│   │   │   │   └── test2_5.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test2_5.csproj.FileListAbsolute.txt
│   │   │   │   ├── test2_5.exe
│   │   │   │   ├── test2_5.pdb
│   │   │   │   ├── test2_5.Properties.Resources.resources
│   │   │   │   └── test2_5.Test2_5.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test2_5.cs
│   │   │   ├── test2_5.csproj
│   │   │   ├── Test2_5.Designer.cs
│   │   │   └── Test2_5.resx
│   │   ├── test2_5.sln
│   │   └── test2_5.suo
│   ├── test2_6
│   │   ├── test2_6
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test2_6.exe
│   │   │   │   ├── test2_6.pdb
│   │   │   │   ├── test2_6.vshost.exe
│   │   │   │   └── test2_6.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test2_6.csproj.FileListAbsolute.txt
│   │   │   │   ├── test2_6.exe
│   │   │   │   ├── test2_6.pdb
│   │   │   │   ├── test2_6.Properties.Resources.resources
│   │   │   │   └── test2_6.Test2_6.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test2_6.cs
│   │   │   ├── test2_6.csproj
│   │   │   ├── Test2_6.Designer.cs
│   │   │   └── Test2_6.resx
│   │   ├── test2_6.sln
│   │   └── test2_6.suo
│   ├── test2_7
│   │   ├── test2_7
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test2_7.exe
│   │   │   │   ├── test2_7.pdb
│   │   │   │   └── test2_7.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test2_7.csproj.FileListAbsolute.txt
│   │   │   │   ├── test2_7.exe
│   │   │   │   ├── test2_7.pdb
│   │   │   │   ├── test2_7.Properties.Resources.resources
│   │   │   │   └── test2_7.Test2_7.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test2_7.cs
│   │   │   ├── test2_7.csproj
│   │   │   ├── Test2_7.Designer.cs
│   │   │   └── Test2_7.resx
│   │   ├── test2_7.sln
│   │   └── test2_7.suo
│   ├── test2_8
│   │   ├── test2_8
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test2_8.exe
│   │   │   │   ├── test2_8.pdb
│   │   │   │   ├── test2_8.vshost.exe
│   │   │   │   └── test2_8.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test2_8.csproj.FileListAbsolute.txt
│   │   │   │   ├── test2_8.exe
│   │   │   │   ├── test2_8.pdb
│   │   │   │   ├── test2_8.Properties.Resources.resources
│   │   │   │   └── test2_8.Test2_8.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test2_8.cs
│   │   │   ├── test2_8.csproj
│   │   │   ├── Test2_8.Designer.cs
│   │   │   └── Test2_8.resx
│   │   ├── test2_8.sln
│   │   └── test2_8.suo
│   ├── test2_9
│   │   ├── test2_9
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test2_9.exe
│   │   │   │   ├── test2_9.pdb
│   │   │   │   ├── test2_9.vshost.exe
│   │   │   │   └── test2_9.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test2_9.csproj.FileListAbsolute.txt
│   │   │   │   ├── test2_9.exe
│   │   │   │   ├── test2_9.pdb
│   │   │   │   ├── test2_9.Properties.Resources.resources
│   │   │   │   └── test2_9.Test2_9.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test2_9.cs
│   │   │   ├── test2_9.csproj
│   │   │   ├── Test2_9.Designer.cs
│   │   │   └── Test2_9.resx
│   │   ├── test2_9.sln
│   │   └── test2_9.suo
│   ├── test3_1
│   │   ├── test3_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_1.exe
│   │   │   │   ├── test3_1.pdb
│   │   │   │   ├── test3_1.vshost.exe
│   │   │   │   └── test3_1.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test3_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_1.exe
│   │   │   │   ├── test3_1.pdb
│   │   │   │   ├── test3_1.Properties.Resources.resources
│   │   │   │   └── test3_1.Test3_1.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_1.cs
│   │   │   ├── test3_1.csproj
│   │   │   ├── Test3_1.Designer.cs
│   │   │   └── Test3_1.resx
│   │   ├── test3_1.sln
│   │   └── test3_1.suo
│   ├── test3_10
│   │   ├── test3_10
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_10.exe
│   │   │   │   ├── test3_10.pdb
│   │   │   │   ├── test3_10.vshost.exe
│   │   │   │   └── test3_10.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test3_10.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_10.exe
│   │   │   │   ├── test3_10.pdb
│   │   │   │   ├── test3_10.Properties.Resources.resources
│   │   │   │   └── test3_10.Test3_10.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_10.cs
│   │   │   ├── test3_10.csproj
│   │   │   ├── Test3_10.Designer.cs
│   │   │   └── Test3_10.resx
│   │   ├── test3_10.sln
│   │   └── test3_10.suo
│   ├── test3_2
│   │   ├── test3_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_2.exe
│   │   │   │   ├── test3_2.pdb
│   │   │   │   └── test3_2.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test3_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_2.exe
│   │   │   │   ├── test3_2.pdb
│   │   │   │   ├── test3_2.Properties.Resources.resources
│   │   │   │   └── test3_2.Test3_2.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_2.cs
│   │   │   ├── test3_2.csproj
│   │   │   ├── Test3_2.Designer.cs
│   │   │   └── Test3_2.resx
│   │   ├── test3_2.sln
│   │   └── test3_2.suo
│   ├── test3_3
│   │   ├── test3_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_3.exe
│   │   │   │   ├── test3_3.pdb
│   │   │   │   ├── test3_3.vshost.exe
│   │   │   │   └── test3_3.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test3_3.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_3.exe
│   │   │   │   ├── test3_3.pdb
│   │   │   │   ├── test3_3.Properties.Resources.resources
│   │   │   │   └── test3_3.Test3_3.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_3.cs
│   │   │   ├── test3_3.csproj
│   │   │   ├── Test3_3.Designer.cs
│   │   │   └── Test3_3.resx
│   │   ├── test3_3.sln
│   │   └── test3_3.suo
│   ├── Test3_4
│   │   ├── Test3_4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_4.exe
│   │   │   │   ├── test3_4.pdb
│   │   │   │   └── test3_4.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Test3_4.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_4.exe
│   │   │   │   ├── test3_4.pdb
│   │   │   │   ├── test3_4.Properties.Resources.resources
│   │   │   │   └── test3_4.Test3_4.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_4.cs
│   │   │   ├── test3_4.csproj
│   │   │   ├── Test3_4.Designer.cs
│   │   │   └── Test3_4.resx
│   │   ├── Test3_4.sln
│   │   └── Test3_4.suo
│   ├── test3_5
│   │   ├── test3_5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_5.exe
│   │   │   │   ├── test3_5.pdb
│   │   │   │   ├── test3_5.vshost.exe
│   │   │   │   └── test3_5.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test3_5.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_5.exe
│   │   │   │   ├── test3_5.pdb
│   │   │   │   ├── test3_5.Properties.Resources.resources
│   │   │   │   └── test3_5.Test3_5.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_5.cs
│   │   │   ├── test3_5.csproj
│   │   │   ├── Test3_5.Designer.cs
│   │   │   └── Test3_5.resx
│   │   ├── test3_5.sln
│   │   └── test3_5.suo
│   ├── test3_6
│   │   ├── test3_6
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_6.exe
│   │   │   │   ├── test3_6.pdb
│   │   │   │   ├── test3_6.vshost.exe
│   │   │   │   └── test3_6.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test3_6.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_6.exe
│   │   │   │   ├── test3_6.pdb
│   │   │   │   ├── test3_6.Properties.Resources.resources
│   │   │   │   └── test3_6.Test3_6.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_6.cs
│   │   │   ├── test3_6.csproj
│   │   │   ├── Test3_6.Designer.cs
│   │   │   └── Test3_6.resx
│   │   ├── test3_6.sln
│   │   └── test3_6.suo
│   ├── test3_7
│   │   ├── test3_7
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_7.exe
│   │   │   │   ├── test3_7.pdb
│   │   │   │   ├── test3_7.vshost.exe
│   │   │   │   └── test3_7.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test3_7.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_7.exe
│   │   │   │   ├── test3_7.pdb
│   │   │   │   ├── test3_7.Properties.Resources.resources
│   │   │   │   └── test3_7.Test3_7.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_7.cs
│   │   │   ├── test3_7.csproj
│   │   │   ├── Test3_7.Designer.cs
│   │   │   └── Test3_7.resx
│   │   ├── test3_7.sln
│   │   └── test3_7.suo
│   ├── test3_8
│   │   ├── test3_8
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_8.exe
│   │   │   │   ├── test3_8.pdb
│   │   │   │   ├── test3_8.vshost.exe
│   │   │   │   └── test3_8.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test3_8.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_8.exe
│   │   │   │   ├── test3_8.pdb
│   │   │   │   ├── test3_8.Properties.Resources.resources
│   │   │   │   └── test3_8.Test3_8.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_8.cs
│   │   │   ├── test3_8.csproj
│   │   │   ├── Test3_8.Designer.cs
│   │   │   └── Test3_8.resx
│   │   ├── test3_8.sln
│   │   └── test3_8.suo
│   ├── test3_9
│   │   ├── test3_9
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test3_9.exe
│   │   │   │   ├── test3_9.pdb
│   │   │   │   ├── test3_9.vshost.exe
│   │   │   │   └── test3_9.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test3_9.csproj.FileListAbsolute.txt
│   │   │   │   ├── test3_9.exe
│   │   │   │   ├── test3_9.pdb
│   │   │   │   ├── test3_9.Properties.Resources.resources
│   │   │   │   └── test3_9.Test3_9.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test3_9.cs
│   │   │   ├── test3_9.csproj
│   │   │   ├── Test3_9.Designer.cs
│   │   │   └── Test3_9.resx
│   │   ├── test3_9.sln
│   │   └── test3_9.suo
│   ├── Test6
│   │   └── Test6
│   │   ├── Test6
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Test6.exe
│   │   │   │   ├── Test6.pdb
│   │   │   │   ├── Test6.vshost.exe
│   │   │   │   └── Test6.vshost.exe.manifest
│   │   │   ├── Exp6_1.cs
│   │   │   ├── Exp6_1.Designer.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── Test6.csproj.FileListAbsolute.txt
│   │   │   │   ├── Test6.exe
│   │   │   │   ├── Test6.pdb
│   │   │   │   ├── Test6.Properties.Resources.resources
│   │   │   │   ├── Test6.Test6_1.resources
│   │   │   │   ├── Test6.Test6_2.resources
│   │   │   │   ├── Test6.Test6_3.resources
│   │   │   │   └── Test6.Test6_4.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test6_1.cs
│   │   │   ├── Test6_1.Designer.cs
│   │   │   ├── Test6_1.resx
│   │   │   ├── Test6_2.cs
│   │   │   ├── Test6_2.Designer.cs
│   │   │   ├── Test6_2.resx
│   │   │   ├── Test6_3.cs
│   │   │   ├── Test6_3.Designer.cs
│   │   │   ├── Test6_3.resx
│   │   │   ├── Test6_4.cs
│   │   │   ├── Test6_4.Designer.cs
│   │   │   ├── Test6_4.resx
│   │   │   └── Test6.csproj
│   │   ├── Test6.sln
│   │   └── Test6.suo
│   ├── test7_1
│   │   ├── test7_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test7_1.exe
│   │   │   │   ├── test7_1.pdb
│   │   │   │   └── test7_1.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test7_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── test7_1.exe
│   │   │   │   ├── test7_1.pdb
│   │   │   │   ├── test7_1.Properties.Resources.resources
│   │   │   │   └── test7_1.Test7_1.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test7_1.cs
│   │   │   ├── test7_1.csproj
│   │   │   ├── Test7_1.Designer.cs
│   │   │   └── Test7_1.resx
│   │   ├── test7_1.sln
│   │   └── test7_1.suo
│   ├── test7_2
│   │   ├── test7_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test7_2.exe
│   │   │   │   ├── test7_2.pdb
│   │   │   │   ├── test7_2.vshost.exe
│   │   │   │   └── test7_2.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── test7_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── test7_2.exe
│   │   │   │   ├── test7_2.pdb
│   │   │   │   ├── test7_2.Properties.Resources.resources
│   │   │   │   └── test7_2.Test7_2.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test7_2.cs
│   │   │   ├── test7_2.csproj
│   │   │   ├── Test7_2.Designer.cs
│   │   │   └── Test7_2.resx
│   │   ├── test7_2.sln
│   │   └── test7_2.suo
│   ├── test7_4
│   │   ├── test7_4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test7_4.exe
│   │   │   │   ├── test7_4.pdb
│   │   │   │   ├── test7_4.vshost.exe
│   │   │   │   └── test7_4.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test7_4.csproj.FileListAbsolute.txt
│   │   │   │   ├── test7_4.exe
│   │   │   │   ├── test7_4.pdb
│   │   │   │   ├── test7_4.Properties.Resources.resources
│   │   │   │   └── test7_4.Test7_4.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test7_4.cs
│   │   │   ├── test7_4.csproj
│   │   │   ├── Test7_4.Designer.cs
│   │   │   └── Test7_4.resx
│   │   ├── test7_4.sln
│   │   └── test7_4.suo
│   ├── test8_1
│   │   ├── test8_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test8_1.exe
│   │   │   │   ├── test8_1.pdb
│   │   │   │   ├── test8_1.vshost.exe
│   │   │   │   └── test8_1.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test8_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── test8_1.exe
│   │   │   │   ├── test8_1.pdb
│   │   │   │   ├── test8_1.Properties.Resources.resources
│   │   │   │   └── test8_1.Test8_1.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test8_1.cs
│   │   │   ├── test8_1.csproj
│   │   │   ├── Test8_1.Designer.cs
│   │   │   └── Test8_1.resx
│   │   ├── test8_1.sln
│   │   └── test8_1.suo
│   ├── test8_3
│   │   ├── test8_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test8_3.exe
│   │   │   │   ├── test8_3.pdb
│   │   │   │   ├── test8_3.vshost.exe
│   │   │   │   └── test8_3.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── test8_3.csproj.FileListAbsolute.txt
│   │   │   │   ├── test8_3.exe
│   │   │   │   ├── test8_3.pdb
│   │   │   │   ├── test8_3.Properties.Resources.resources
│   │   │   │   └── test8_3.Test8_3.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test8_3.cs
│   │   │   ├── test8_3.csproj
│   │   │   ├── Test8_3.Designer.cs
│   │   │   └── Test8_3.resx
│   │   ├── test8_3.sln
│   │   └── test8_3.suo
│   ├── test8_4
│   │   ├── test8_4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── test8_4.exe
│   │   │   │   ├── test8_4.pdb
│   │   │   │   ├── test8_4.vshost.exe
│   │   │   │   └── test8_4.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── test8_4.csproj.FileListAbsolute.txt
│   │   │   │   ├── test8_4.exe
│   │   │   │   ├── test8_4.pdb
│   │   │   │   ├── test8_4.Properties.Resources.resources
│   │   │   │   └── test8_4.Test8_4.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test8_4.cs
│   │   │   ├── test8_4.csproj
│   │   │   ├── Test8_4.Designer.cs
│   │   │   └── Test8_4.resx
│   │   ├── test8_4.sln
│   │   └── test8_4.suo
│   ├── Test9
│   │   └── Test9
│   │   ├── AddressList
│   │   │   ├── AddressList.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── AddressList.exe
│   │   │   │   ├── AddressList.pdb
│   │   │   │   ├── AddressList.vshost.exe
│   │   │   │   └── AddressList.vshost.exe.manifest
│   │   │   ├── MainFrm.cs
│   │   │   ├── MainFrm.Designer.cs
│   │   │   ├── MainFrm.resx
│   │   │   ├── NewContact.cs
│   │   │   ├── NewContact.Designer.cs
│   │   │   ├── NewContact.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── AddressList.csproj.FileListAbsolute.txt
│   │   │   │   ├── AddressList.exe
│   │   │   │   ├── AddressList.MainFrm.resources
│   │   │   │   ├── AddressList.NewContact.resources
│   │   │   │   ├── AddressList.pdb
│   │   │   │   ├── AddressList.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   └── GenerateResource.write.1.tlog
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test9
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Test9.exe
│   │   │   │   ├── Test9.pdb
│   │   │   │   ├── Test9.vshost.exe
│   │   │   │   └── Test9.vshost.exe.manifest
│   │   │   ├── Exp9_1.cs
│   │   │   ├── Exp9_1.Designer.cs
│   │   │   ├── Exp9_1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── Test9.csproj.FileListAbsolute.txt
│   │   │   │   ├── Test9.exe
│   │   │   │   ├── Test9.Exp9_1.resources
│   │   │   │   ├── Test9.ModelForm.resources
│   │   │   │   ├── Test9.pdb
│   │   │   │   ├── Test9.Properties.Resources.resources
│   │   │   │   ├── Test9.test9_1.resources
│   │   │   │   ├── Test9.Test9_2.resources
│   │   │   │   ├── Test9.Test9_3.resources
│   │   │   │   ├── Test9.Test9_4.resources
│   │   │   │   ├── Test9.Test9_6.resources
│   │   │   │   └── Test9.Test9_7.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Test9_1.cs
│   │   │   ├── Test9_1.Designer.cs
│   │   │   ├── Test9_1.resx
│   │   │   ├── Test9_2.cs
│   │   │   ├── Test9_2.Designer.cs
│   │   │   ├── Test9_2.resx
│   │   │   ├── Test9_3.cs
│   │   │   ├── Test9_3.Designer.cs
│   │   │   ├── Test9_3.resx
│   │   │   ├── Test9_4.cs
│   │   │   ├── Test9_4.Designer.cs
│   │   │   ├── Test9_4.resx
│   │   │   ├── Test9_5.cs
│   │   │   ├── Test9_5.Designer.cs
│   │   │   ├── Test9_5.resx
│   │   │   ├── Test9_6.cs
│   │   │   ├── Test9_6.Designer.cs
│   │   │   ├── Test9_6.resx
│   │   │   ├── Test9_7.cs
│   │   │   ├── Test9_7.Designer.cs
│   │   │   ├── Test9_7.resx
│   │   │   └── Test9.csproj
│   │   ├── Test9.sln
│   │   └── Test9.suo
│   ├── train11_1
│   │   ├── train11_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── train11_1.exe
│   │   │   │   ├── train11_1.pdb
│   │   │   │   ├── train11_1.vshost.exe
│   │   │   │   └── train11_1.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── train11_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── train11_1.exe
│   │   │   │   ├── train11_1.pdb
│   │   │   │   ├── train11_1.Properties.Resources.resources
│   │   │   │   └── train11_1.Train11_1.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Train11_1.cs
│   │   │   ├── train11_1.csproj
│   │   │   ├── Train11_1.Designer.cs
│   │   │   └── Train11_1.resx
│   │   ├── train11_1.sln
│   │   └── train11_1.suo
│   ├── train2_1
│   │   ├── train2_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── train2_1.exe
│   │   │   │   ├── train2_1.pdb
│   │   │   │   ├── train2_1.vshost.exe
│   │   │   │   └── train2_1.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── train2_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── train2_1.exe
│   │   │   │   ├── train2_1.pdb
│   │   │   │   ├── train2_1.Properties.Resources.resources
│   │   │   │   └── train2_1.Train2_2.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── train2_1.csproj
│   │   │   ├── Train2_2.cs
│   │   │   ├── Train2_2.Designer.cs
│   │   │   └── Train2_2.resx
│   │   ├── train2_1.sln
│   │   └── train2_1.suo
│   ├── train2_2
│   │   ├── train2_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── train2_2.exe
│   │   │   │   ├── train2_2.pdb
│   │   │   │   ├── train2_2.vshost.exe
│   │   │   │   └── train2_2.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── train2_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── train2_2.exe
│   │   │   │   ├── train2_2.pdb
│   │   │   │   ├── train2_2.Properties.Resources.resources
│   │   │   │   └── train2_2.Train2_2.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Train2_2.cs
│   │   │   ├── train2_2.csproj
│   │   │   ├── Train2_2.Designer.cs
│   │   │   └── Train2_2.resx
│   │   ├── train2_2.sln
│   │   └── train2_2.suo
│   ├── train2_3
│   │   ├── train2_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── train2_3.exe
│   │   │   │   ├── train2_3.pdb
│   │   │   │   ├── train2_3.vshost.exe
│   │   │   │   └── train2_3.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── train2_3.csproj.FileListAbsolute.txt
│   │   │   │   ├── train2_3.exe
│   │   │   │   ├── train2_3.pdb
│   │   │   │   ├── train2_3.Properties.Resources.resources
│   │   │   │   └── train2_3.Train2_3.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Train2_3.cs
│   │   │   ├── train2_3.csproj
│   │   │   ├── Train2_3.Designer.cs
│   │   │   └── Train2_3.resx
│   │   ├── train2_3.sln
│   │   └── train2_3.suo
│   ├── train3_3
│   │   ├── train3_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── train3_3.exe
│   │   │   │   ├── train3_3.pdb
│   │   │   │   ├── train3_3.vshost.exe
│   │   │   │   └── train3_3.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── train3_3.csproj.FileListAbsolute.txt
│   │   │   │   ├── train3_3.exe
│   │   │   │   ├── train3_3.pdb
│   │   │   │   ├── train3_3.Properties.Resources.resources
│   │   │   │   └── train3_3.Train3_3.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Train3_3.cs
│   │   │   ├── train3_3.csproj
│   │   │   ├── Train3_3.Designer.cs
│   │   │   └── Train3_3.resx
│   │   ├── train3_3.sln
│   │   └── train3_3.suo
│   ├── train7_1
│   │   ├── train7_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── train7_1.exe
│   │   │   │   ├── train7_1.pdb
│   │   │   │   ├── train7_1.vshost.exe
│   │   │   │   └── train7_1.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── train7_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── train7_1.exe
│   │   │   │   ├── train7_1.pdb
│   │   │   │   ├── train7_1.Properties.Resources.resources
│   │   │   │   └── train7_1.Train7_1.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Train7_1.cs
│   │   │   ├── train7_1.csproj
│   │   │   ├── Train7_1.Designer.cs
│   │   │   └── Train7_1.resx
│   │   ├── train7_1.sln
│   │   └── train7_1.suo
│   ├── train8_1
│   │   ├── train8_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── train8_1.exe
│   │   │   │   ├── train8_1.pdb
│   │   │   │   ├── train8_1.vshost.exe
│   │   │   │   └── train8_1.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── train8_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── train8_1.exe
│   │   │   │   ├── train8_1.pdb
│   │   │   │   ├── train8_1.Properties.Resources.resources
│   │   │   │   └── train8_1.Train8_1.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Train8_1.cs
│   │   │   ├── train8_1.csproj
│   │   │   ├── Train8_1.Designer.cs
│   │   │   └── Train8_1.resx
│   │   ├── train8_1.sln
│   │   └── train8_1.suo
│   ├── train8_2
│   │   ├── train8_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── train8_2.exe
│   │   │   │   ├── train8_2.pdb
│   │   │   │   ├── train8_2.vshost.exe
│   │   │   │   └── train8_2.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── train8_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── train8_2.exe
│   │   │   │   ├── train8_2.pdb
│   │   │   │   ├── train8_2.Properties.Resources.resources
│   │   │   │   └── train8_2.Train8_2.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── tp.jpg
│   │   │   ├── Train8_2.cs
│   │   │   ├── train8_2.csproj
│   │   │   ├── Train8_2.Designer.cs
│   │   │   └── Train8_2.resx
│   │   ├── train8_2.sln
│   │   └── train8_2.suo
│   └── 实训4
│   ├── 实训4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 实训4.exe
│   │   │   ├── 实训4.pdb
│   │   │   ├── 实训4.vshost.exe
│   │   │   └── 实训4.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── 实训4_2.Form1.resources
│   │   │   ├── 实训4_2.Form2.resources
│   │   │   ├── 实训4_2.Properties.Resources.resources
│   │   │   ├── 实训4.csproj.FileListAbsolute.txt
│   │   │   ├── 实训4.exe
│   │   │   └── 实训4.pdb
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── 实训4-1.cs
│   │   ├── 实训4-1.Designer.cs
│   │   ├── 实训4-1.resx
│   │   ├── 实训4-2.cs
│   │   ├── 实训4-2.Designer.cs
│   │   ├── 实训4-2.resx
│   │   └── 实训4.csproj
│   ├── 实训4.sln
│   └── 实训4.suo
├── Exp10
│   ├── Exp10
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Exp10.exe
│   │   │   ├── Exp10.pdb
│   │   │   ├── Exp10.vshost.exe
│   │   │   └── Exp10.vshost.exe.manifest
│   │   ├── Exp10_1.cs
│   │   ├── Exp10_1.Designer.cs
│   │   ├── Exp10_1.resx
│   │   ├── Exp10_2.cs
│   │   ├── Exp10_2.Designer.cs
│   │   ├── Exp10_2.resx
│   │   ├── Exp10.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Exp10.csproj.FileListAbsolute.txt
│   │   │   ├── Exp10.exe
│   │   │   ├── Exp10.Exp10_1.resources
│   │   │   ├── Exp10.Exp10_2.resources
│   │   │   ├── Exp10.pdb
│   │   │   ├── Exp10.Properties.Resources.resources
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   └── GenerateResource.write.1.tlog
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Exp10.sln
│   └── Exp10.suo
├── HelloWeb
│   ├── HelloWeb.aspx
│   ├── HelloWeb.aspx.cs
│   └── web.config
├── HelloWin
│   ├── HelloWin
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HelloWin.exe
│   │   │   ├── HelloWin.pdb
│   │   │   └── HelloWin.vshost.exe
│   │   ├── HelloFrm.cs
│   │   ├── HelloFrm.Designer.cs
│   │   ├── HelloFrm.resx
│   │   ├── HelloWin.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── HelloWin.csproj.FileListAbsolute.txt
│   │   │   ├── HelloWin.exe
│   │   │   ├── HelloWin.HelloFrm.resources
│   │   │   ├── HelloWin.pdb
│   │   │   └── HelloWin.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── HelloWin.sln
│   └── HelloWin.suo
├── HelloWorld
│   ├── HelloWorld
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HelloWorld.exe
│   │   │   ├── HelloWorld.pdb
│   │   │   ├── HelloWorld.vshost.exe
│   │   │   └── HelloWorld.vshost.exe.manifest
│   │   ├── HelloWorld.cs
│   │   ├── HelloWorld.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── HelloWorld.csproj.FileListAbsolute.txt
│   │   │   ├── HelloWorld.exe
│   │   │   └── HelloWorld.pdb
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── HelloWorld.sln
│   └── HelloWorld.suo
├── MyAccounting
│   └── MyAccounting
│   ├── MyAccounting
│   │   ├── About.cs
│   │   ├── About.Designer.cs
│   │   ├── About.resx
│   │   ├── AddExpenditure.cs
│   │   ├── AddExpenditure.Designer.cs
│   │   ├── AddExpenditure.resx
│   │   ├── AddItems.cs
│   │   ├── AddItems.Designer.cs
│   │   ├── AddItems.resx
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── MyAccounting.exe
│   │   │   ├── MyAccounting.pdb
│   │   │   ├── MyAccounting.vshost.exe
│   │   │   └── MyAccounting.vshost.exe.manifest
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── MainFrm.cs
│   │   ├── MainFrm.Designer.cs
│   │   ├── MainFrm.resx
│   │   ├── MyAccounting.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MyAccounting.About.resources
│   │   │   ├── MyAccounting.AddExpenditure.resources
│   │   │   ├── MyAccounting.AddItems.resources
│   │   │   ├── MyAccounting.csproj.FileListAbsolute.txt
│   │   │   ├── MyAccounting.exe
│   │   │   ├── MyAccounting.Login.resources
│   │   │   ├── MyAccounting.MainFrm.resources
│   │   │   ├── MyAccounting.pdb
│   │   │   ├── MyAccounting.Properties.Resources.resources
│   │   │   ├── MyAccounting.SelectList.resources
│   │   │   └── MyAccounting.UpdateExpenditure.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SelectList.cs
│   │   ├── SelectList.Designer.cs
│   │   ├── SelectList.resx
│   │   ├── UpdateExpenditure.cs
│   │   ├── UpdateExpenditure.Designer.cs
│   │   └── UpdateExpenditure.resx
│   ├── MyAccounting.sln
│   └── MyAccounting.suo
├── MyFirstApp
│   ├── MyFirstApp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── MyFirstApp.exe
│   │   │   ├── MyFirstApp.pdb
│   │   │   ├── MyFirstApp.vshost.exe
│   │   │   └── MyFirstApp.vshost.exe.manifest
│   │   ├── MyFirstApp.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MyFirstApp.csproj.FileListAbsolute.txt
│   │   │   └── MyFirstApp.exe
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── MyFirstApp.sln
│   └── MyFirstApp.suo
├── test11_1
│   ├── test11_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test11_1.exe
│   │   │   ├── test11_1.pdb
│   │   │   ├── test11_1.vshost.exe
│   │   │   └── test11_1.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test11_1.csproj.FileListAbsolute.txt
│   │   │   ├── test11_1.exe
│   │   │   ├── test11_1.pdb
│   │   │   ├── test11_1.Properties.Resources.resources
│   │   │   └── test11_1.Test11_1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test11_1.cs
│   │   ├── test11_1.csproj
│   │   ├── Test11_1.Designer.cs
│   │   └── Test11_1.resx
│   ├── test11_1.sln
│   └── test11_1.suo
├── test11_2
│   ├── test11_2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test11_2.exe
│   │   │   ├── test11_2.pdb
│   │   │   ├── test11_2.vshost.exe
│   │   │   └── test11_2.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test11_2.csproj.FileListAbsolute.txt
│   │   │   ├── test11_2.exe
│   │   │   ├── test11_2.pdb
│   │   │   ├── test11_2.Properties.Resources.resources
│   │   │   └── test11_2.Test11_2.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test11_2.cs
│   │   ├── test11_2.csproj
│   │   ├── Test11_2.Designer.cs
│   │   └── Test11_2.resx
│   ├── test11_2.sln
│   └── test11_2.suo
├── test11_4
│   ├── test11_4
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test11_4.exe
│   │   │   ├── test11_4.exe.config
│   │   │   ├── test11_4.pdb
│   │   │   ├── test11_4.vshost.exe
│   │   │   ├── test11_4.vshost.exe.config
│   │   │   └── test11_4.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── test11_2.Properties.Resources.resources
│   │   │   ├── test11_4.csproj.FileListAbsolute.txt
│   │   │   ├── test11_4.exe
│   │   │   ├── test11_4.pdb
│   │   │   └── test11_4.Test11_4.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test11_4.cs
│   │   ├── test11_4.csproj
│   │   ├── Test11_4.Designer.cs
│   │   └── Test11_4.resx
│   ├── test11_4.sln
│   └── test11_4.suo
├── test11_6
│   ├── test11_6
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test11_6.exe
│   │   │   ├── test11_6.pdb
│   │   │   └── test11_6.vshost.exe
│   │   ├── DocForm.cs
│   │   ├── DocForm.Designer.cs
│   │   ├── DocForm.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test11_6.csproj.FileListAbsolute.txt
│   │   │   ├── test11_6.DocForm.resources
│   │   │   ├── test11_6.exe
│   │   │   ├── test11_6.pdb
│   │   │   ├── test11_6.Properties.Resources.resources
│   │   │   ├── test11_6.SetDialog.resources
│   │   │   └── test11_6.Test11_6.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SetDialog.cs
│   │   ├── SetDialog.Designer.cs
│   │   ├── SetDialog.resx
│   │   ├── Test11_6.cs
│   │   ├── test11_6.csproj
│   │   ├── Test11_6.Designer.cs
│   │   └── Test11_6.resx
│   ├── test11_6.sln
│   └── test11_6.suo
├── test12_2
│   ├── test12_2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test12_2.exe
│   │   │   ├── test12_2.pdb
│   │   │   ├── test12_2.vshost.exe
│   │   │   └── test12_2.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test12_2.csproj.FileListAbsolute.txt
│   │   │   ├── test12_2.exe
│   │   │   ├── test12_2.pdb
│   │   │   ├── test12_2.Properties.Resources.resources
│   │   │   └── test12_2.Test12_2.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test12_2.cs
│   │   ├── test12_2.csproj
│   │   ├── Test12_2.Designer.cs
│   │   └── Test12_2.resx
│   ├── test12_2.sln
│   └── test12_2.suo
├── test12_3
│   ├── test12_3
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test12_3.exe
│   │   │   ├── test12_3.pdb
│   │   │   ├── test12_3.vshost.exe
│   │   │   └── test12_3.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test12_3.csproj.FileListAbsolute.txt
│   │   │   ├── test12_3.exe
│   │   │   ├── test12_3.pdb
│   │   │   ├── test12_3.Properties.Resources.resources
│   │   │   └── test12_3.Test12_3.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test12_3.cs
│   │   ├── test12_3.csproj
│   │   ├── Test12_3.designer.cs
│   │   └── Test12_3.resx
│   ├── test12_3.sln
│   └── test12_3.suo
├── test12_4
│   ├── test12_4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test12_4.exe
│   │   │   ├── test12_4.pdb
│   │   │   ├── test12_4.vshost.exe
│   │   │   └── test12_4.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── test12_4.csproj.FileListAbsolute.txt
│   │   │   ├── test12_4.exe
│   │   │   ├── test12_4.pdb
│   │   │   ├── test12_4.Properties.Resources.resources
│   │   │   └── test12_4.Test12_4.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test12_4.cs
│   │   ├── test12_4.csproj
│   │   ├── Test12_4.Designer.cs
│   │   └── Test12_4.resx
│   ├── test12_4.sln
│   └── test12_4.suo
├── test12_5
│   ├── test12_5
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test12_5.exe
│   │   │   ├── test12_5.pdb
│   │   │   └── test12_5.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test12_5.csproj.FileListAbsolute.txt
│   │   │   ├── test12_5.exe
│   │   │   ├── test12_5.pdb
│   │   │   ├── test12_5.Properties.Resources.resources
│   │   │   └── test12_5.Test12_5.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test12_5.cs
│   │   ├── test12_5.csproj
│   │   ├── Test12_5.Designer.cs
│   │   └── Test12_5.resx
│   ├── test12_5.sln
│   └── test12_5.suo
├── test12_6
│   ├── test12_6
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test12_6.exe
│   │   │   ├── test12_6.pdb
│   │   │   └── test12_6.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test12_6.csproj.FileListAbsolute.txt
│   │   │   ├── test12_6.exe
│   │   │   ├── test12_6.pdb
│   │   │   ├── test12_6.Properties.Resources.resources
│   │   │   └── test12_6.Test12_6.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test12_6.cs
│   │   ├── test12_6.csproj
│   │   ├── Test12_6.Designer.cs
│   │   └── Test12_6.resx
│   ├── test12_6.sln
│   └── test12_6.suo
├── test12_7
│   ├── test12_7
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test12_7.exe
│   │   │   ├── test12_7.exe.config
│   │   │   ├── test12_7.pdb
│   │   │   ├── test12_7.vshost.exe
│   │   │   └── test12_7.vshost.exe.config
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   ├── Adventureworks.designer.cs.dll
│   │   │   │   └── DataClasses1.designer.cs.dll
│   │   │   ├── test12_7.csproj.FileListAbsolute.txt
│   │   │   ├── test12_7.exe
│   │   │   ├── test12_7.pdb
│   │   │   ├── test12_7.Properties.Resources.resources
│   │   │   └── test12_7.Test12_7.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DataSources
│   │   │   │   ├── AdventureworksDataContext.datasource
│   │   │   │   └── Product.datasource
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test12_7.cs
│   │   ├── test12_7.csproj
│   │   ├── Test12_7.Designer.cs
│   │   └── Test12_7.resx
│   ├── test12_7.sln
│   └── test12_7.suo
├── Test1_3
│   ├── Test1_3
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Test1_3.exe
│   │   │   ├── Test1_3.pdb
│   │   │   ├── Test1_3.vshost.exe
│   │   │   └── Test1_3.vshost.exe.manifest
│   │   ├── HelloFrm.cs
│   │   ├── HelloFrm.Designer.cs
│   │   ├── HelloFrm.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── Test1_3.csproj.FileListAbsolute.txt
│   │   │   ├── Test1_3.exe
│   │   │   ├── Test1_3.HelloFrm.resources
│   │   │   ├── Test1_3.pdb
│   │   │   └── Test1_3.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Test1_3.csproj
│   ├── Test1_3.sln
│   └── Test1_3.suo
├── Test13
│   ├── Client
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Client.exe
│   │   │   ├── Client.pdb
│   │   │   ├── Client.vshost.exe
│   │   │   └── Client.vshost.exe.manifest
│   │   ├── Client.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── Client.csproj.FileListAbsolute.txt
│   │   │   ├── Client.exe
│   │   │   ├── Client.Form1.resources
│   │   │   ├── Client.pdb
│   │   │   ├── Client.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   └── ResolveAssemblyReference.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Exp13
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Exp13.exe
│   │   │   ├── Exp13.pdb
│   │   │   ├── Exp13.vshost.exe
│   │   │   └── Exp13.vshost.exe.manifest
│   │   ├── exp13_2.cs
│   │   ├── exp13_2.Designer.cs
│   │   ├── exp13_2.resx
│   │   ├── Exp13.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Exp13.csproj.FileListAbsolute.txt
│   │   │   ├── Exp13.exe
│   │   │   ├── Exp13.Exp13_2.resources
│   │   │   ├── Exp13.Form1.resources
│   │   │   ├── Exp13.pdb
│   │   │   ├── Exp13.Properties.Resources.resources
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   └── GenerateResource.write.1.tlog
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Server
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Server.exe
│   │   │   ├── Server.pdb
│   │   │   ├── Server.vshost.exe
│   │   │   └── Server.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Server.csproj.FileListAbsolute.txt
│   │   │   ├── Server.exe
│   │   │   └── Server.pdb
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── Server.csproj
│   ├── Server_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Server_1.vshost.exe
│   │   │   ├── Server.exe
│   │   │   └── Server.pdb
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── Server.csproj.FileListAbsolute.txt
│   │   │   ├── Server.exe
│   │   │   ├── Server.pdb
│   │   │   ├── Server.Properties.Resources.resources
│   │   │   ├── Server.ServerFrm.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Server_1.csproj
│   │   ├── Server_1.csproj.user
│   │   ├── ServerFrm.cs
│   │   ├── ServerFrm.Designer.cs
│   │   └── ServerFrm.resx
│   ├── TcpClient
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── TcpClient.exe
│   │   │   ├── TcpClient.pdb
│   │   │   ├── TcpClient.vshost.exe
│   │   │   └── TcpClient.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TcpClient.exe
│   │   │   ├── TcpClient.pdb
│   │   │   └── TcpClients.csproj.FileListAbsolute.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── TcpClients.csproj
│   ├── TcpServer
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── TcpServer.exe
│   │   │   ├── TcpServer.pdb
│   │   │   ├── TcpServer.vshost.exe
│   │   │   └── TcpServer.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TcpServer.csproj.FileListAbsolute.txt
│   │   │   ├── TcpServer.exe
│   │   │   └── TcpServer.pdb
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── TcpServer.csproj
│   ├── Test13
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Test13.exe
│   │   │   ├── Test13.pdb
│   │   │   └── Test13.vshost.exe
│   │   ├── MulticastFrm.cs
│   │   ├── MulticastFrm.Designer.cs
│   │   ├── MulticastFrm.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── Test13.csproj.FileListAbsolute.txt
│   │   │   ├── Test13.exe
│   │   │   ├── Test13.MulticastFrm.resources
│   │   │   ├── Test13.pdb
│   │   │   ├── Test13.Properties.Resources.resources
│   │   │   ├── Test13.Test13_1.resources
│   │   │   ├── Test13.Test13_2.resources
│   │   │   ├── Test13.Test13_3.resources
│   │   │   ├── Test13.Test13_4.resources
│   │   │   ├── Test13.Test13_8.resources
│   │   │   └── Test13.Test13_9.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test13_1.cs
│   │   ├── Test13_1.Designer.cs
│   │   ├── Test13_1.resx
│   │   ├── Test13_2.cs
│   │   ├── Test13_2.Designer.cs
│   │   ├── Test13_2.resx
│   │   ├── Test13_3.cs
│   │   ├── Test13_3.Designer.cs
│   │   ├── Test13_3.resx
│   │   ├── Test13_4.cs
│   │   ├── Test13_4.Designer.cs
│   │   ├── Test13_4.resx
│   │   ├── Test13_8.cs
│   │   ├── Test13_8.Designer.cs
│   │   ├── Test13_8.resx
│   │   ├── Test13_9.cs
│   │   ├── Test13_9.Designer.cs
│   │   ├── Test13_9.resx
│   │   └── Test13.csproj
│   ├── Test13.sln
│   └── Test13.suo
├── test14_1
│   ├── test14_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test14_1.exe
│   │   │   ├── test14_1.pdb
│   │   │   └── test14_1.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test14_1.csproj.FileListAbsolute.txt
│   │   │   ├── test14_1.exe
│   │   │   ├── test14_1.pdb
│   │   │   ├── test14_1.Properties.Resources.resources
│   │   │   └── test14_1.Test14_1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test14_1.cs
│   │   ├── test14_1.csproj
│   │   ├── Test14_1.Designer.cs
│   │   └── Test14_1.resx
│   ├── test14_1.sln
│   └── test14_1.suo
├── test14_2
│   ├── test14_2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test14_2.exe
│   │   │   ├── test14_2.pdb
│   │   │   └── test14_2.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test14_2.csproj.FileListAbsolute.txt
│   │   │   ├── test14_2.exe
│   │   │   ├── test14_2.pdb
│   │   │   ├── test14_2.Properties.Resources.resources
│   │   │   └── test14_2.Test14_2.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test14_2.cs
│   │   ├── test14_2.csproj
│   │   ├── Test14_2.Designer.cs
│   │   └── Test14_2.resx
│   ├── test14_2.sln
│   └── test14_2.suo
├── test14_3
│   ├── test14_3
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test14_3.exe
│   │   │   ├── test14_3.pdb
│   │   │   ├── test14_3.vshost.exe
│   │   │   └── test14_3.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test14_3.csproj.FileListAbsolute.txt
│   │   │   ├── test14_3.exe
│   │   │   ├── test14_3.pdb
│   │   │   ├── test14_3.Properties.Resources.resources
│   │   │   └── test14_3.Test14_3.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test14_3.cs
│   │   ├── test14_3.csproj
│   │   ├── Test14_3.Designer.cs
│   │   └── Test14_3.resx
│   ├── test14_3.sln
│   └── test14_3.suo
├── test14_4
│   ├── test14_4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test14_4.exe
│   │   │   ├── test14_4.pdb
│   │   │   └── test14_4.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test14_4.csproj.FileListAbsolute.txt
│   │   │   ├── test14_4.exe
│   │   │   ├── test14_4.pdb
│   │   │   ├── test14_4.Properties.Resources.resources
│   │   │   └── test14_4.Test14_4.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test14_4.cs
│   │   ├── test14_4.csproj
│   │   ├── Test14_4.Designer.cs
│   │   └── Test14_4.resx
│   ├── test14_4.sln
│   └── test14_4.suo
├── test14_5
│   ├── test14_5
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── test14_5.exe
│   │   │   ├── test14_5.pdb
│   │   │   ├── test14_5.vshost.exe
│   │   │   └── test14_5.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── TempPE
│   │   │   │   └── ADVENTUREWORKSDataSet.Designer.cs.dll
│   │   │   ├── test14_5.csproj.FileListAbsolute.txt
│   │   │   ├── test14_5.csproj.ResolveComReference.cache
│   │   │   ├── test14_5.exe
│   │   │   ├── test14_5.pdb
│   │   │   ├── test14_5.Properties.Resources.resources
│   │   │   └── test14_5.Test14_5.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test14_5.cs
│   │   ├── test14_5.csproj
│   │   ├── Test14_5.Designer.cs
│   │   └── Test14_5.resx
│   ├── test14_5.sln
│   └── test14_5.suo
├── test2_1
│   ├── test2_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test2_1.exe
│   │   │   ├── test2_1.pdb
│   │   │   ├── test2_1.vshost.exe
│   │   │   └── test2_1.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test2_1.csproj.FileListAbsolute.txt
│   │   │   ├── test2_1.exe
│   │   │   ├── test2_1.pdb
│   │   │   ├── test2_1.Properties.Resources.resources
│   │   │   └── test2_1.test2_1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── test2_1.cs
│   │   ├── test2_1.csproj
│   │   ├── test2_1.Designer.cs
│   │   └── test2_1.resx
│   ├── test2_1.sln
│   └── test2_1.suo
├── test2_2
│   ├── test2_2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test2_2.exe
│   │   │   ├── test2_2.pdb
│   │   │   ├── test2_2.vshost.exe
│   │   │   └── test2_2.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test2_2.csproj.FileListAbsolute.txt
│   │   │   ├── test2_2.exe
│   │   │   ├── test2_2.pdb
│   │   │   ├── test2_2.Properties.Resources.resources
│   │   │   └── test2_2.test2_2.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── test2_2.cs
│   │   ├── test2_2.csproj
│   │   ├── test2_2.Designer.cs
│   │   └── test2_2.resx
│   ├── test2_2.sln
│   └── test2_2.suo
├── test2_3
│   ├── test2_3
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test2_3.exe
│   │   │   ├── test2_3.pdb
│   │   │   ├── test2_3.vshost.exe
│   │   │   └── test2_3.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test2_3.csproj.FileListAbsolute.txt
│   │   │   ├── test2_3.exe
│   │   │   ├── test2_3.pdb
│   │   │   ├── test2_3.Properties.Resources.resources
│   │   │   └── test2_3.Test2_3.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test2_3.cs
│   │   ├── test2_3.csproj
│   │   ├── Test2_3.Designer.cs
│   │   └── Test2_3.resx
│   ├── test2_3.sln
│   └── test2_3.suo
├── test2_4
│   ├── test2_4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test2_4.exe
│   │   │   ├── test2_4.pdb
│   │   │   ├── test2_4.vshost.exe
│   │   │   └── test2_4.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test2_4.csproj.FileListAbsolute.txt
│   │   │   ├── test2_4.exe
│   │   │   ├── test2_4.pdb
│   │   │   ├── test2_4.Properties.Resources.resources
│   │   │   └── test2_4.Test2_4.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test2_4.cs
│   │   ├── test2_4.csproj
│   │   ├── Test2_4.Designer.cs
│   │   └── Test2_4.resx
│   ├── test2_4.sln
│   └── test2_4.suo
├── test2_5
│   ├── test2_5
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test2_5.exe
│   │   │   ├── test2_5.pdb
│   │   │   ├── test2_5.vshost.exe
│   │   │   └── test2_5.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test2_5.csproj.FileListAbsolute.txt
│   │   │   ├── test2_5.exe
│   │   │   ├── test2_5.pdb
│   │   │   ├── test2_5.Properties.Resources.resources
│   │   │   └── test2_5.Test2_5.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test2_5.cs
│   │   ├── test2_5.csproj
│   │   ├── Test2_5.Designer.cs
│   │   └── Test2_5.resx
│   ├── test2_5.sln
│   └── test2_5.suo
├── test2_6
│   ├── test2_6
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test2_6.exe
│   │   │   ├── test2_6.pdb
│   │   │   ├── test2_6.vshost.exe
│   │   │   └── test2_6.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test2_6.csproj.FileListAbsolute.txt
│   │   │   ├── test2_6.exe
│   │   │   ├── test2_6.pdb
│   │   │   ├── test2_6.Properties.Resources.resources
│   │   │   └── test2_6.Test2_6.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test2_6.cs
│   │   ├── test2_6.csproj
│   │   ├── Test2_6.Designer.cs
│   │   └── Test2_6.resx
│   ├── test2_6.sln
│   └── test2_6.suo
├── test2_7
│   ├── test2_7
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test2_7.exe
│   │   │   ├── test2_7.pdb
│   │   │   └── test2_7.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test2_7.csproj.FileListAbsolute.txt
│   │   │   ├── test2_7.exe
│   │   │   ├── test2_7.pdb
│   │   │   ├── test2_7.Properties.Resources.resources
│   │   │   └── test2_7.Test2_7.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test2_7.cs
│   │   ├── test2_7.csproj
│   │   ├── Test2_7.Designer.cs
│   │   └── Test2_7.resx
│   ├── test2_7.sln
│   └── test2_7.suo
├── test2_8
│   ├── test2_8
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test2_8.exe
│   │   │   ├── test2_8.pdb
│   │   │   ├── test2_8.vshost.exe
│   │   │   └── test2_8.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test2_8.csproj.FileListAbsolute.txt
│   │   │   ├── test2_8.exe
│   │   │   ├── test2_8.pdb
│   │   │   ├── test2_8.Properties.Resources.resources
│   │   │   └── test2_8.Test2_8.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test2_8.cs
│   │   ├── test2_8.csproj
│   │   ├── Test2_8.Designer.cs
│   │   └── Test2_8.resx
│   ├── test2_8.sln
│   └── test2_8.suo
├── test2_9
│   ├── test2_9
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test2_9.exe
│   │   │   ├── test2_9.pdb
│   │   │   ├── test2_9.vshost.exe
│   │   │   └── test2_9.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test2_9.csproj.FileListAbsolute.txt
│   │   │   ├── test2_9.exe
│   │   │   ├── test2_9.pdb
│   │   │   ├── test2_9.Properties.Resources.resources
│   │   │   └── test2_9.Test2_9.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test2_9.cs
│   │   ├── test2_9.csproj
│   │   ├── Test2_9.Designer.cs
│   │   └── Test2_9.resx
│   ├── test2_9.sln
│   └── test2_9.suo
├── test3_1
│   ├── test3_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_1.exe
│   │   │   ├── test3_1.pdb
│   │   │   ├── test3_1.vshost.exe
│   │   │   └── test3_1.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test3_1.csproj.FileListAbsolute.txt
│   │   │   ├── test3_1.exe
│   │   │   ├── test3_1.pdb
│   │   │   ├── test3_1.Properties.Resources.resources
│   │   │   └── test3_1.Test3_1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_1.cs
│   │   ├── test3_1.csproj
│   │   ├── Test3_1.Designer.cs
│   │   └── Test3_1.resx
│   ├── test3_1.sln
│   └── test3_1.suo
├── test3_10
│   ├── test3_10
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_10.exe
│   │   │   ├── test3_10.pdb
│   │   │   ├── test3_10.vshost.exe
│   │   │   └── test3_10.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test3_10.csproj.FileListAbsolute.txt
│   │   │   ├── test3_10.exe
│   │   │   ├── test3_10.pdb
│   │   │   ├── test3_10.Properties.Resources.resources
│   │   │   └── test3_10.Test3_10.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_10.cs
│   │   ├── test3_10.csproj
│   │   ├── Test3_10.Designer.cs
│   │   └── Test3_10.resx
│   ├── test3_10.sln
│   └── test3_10.suo
├── test3_2
│   ├── test3_2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_2.exe
│   │   │   ├── test3_2.pdb
│   │   │   └── test3_2.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test3_2.csproj.FileListAbsolute.txt
│   │   │   ├── test3_2.exe
│   │   │   ├── test3_2.pdb
│   │   │   ├── test3_2.Properties.Resources.resources
│   │   │   └── test3_2.Test3_2.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_2.cs
│   │   ├── test3_2.csproj
│   │   ├── Test3_2.Designer.cs
│   │   └── Test3_2.resx
│   ├── test3_2.sln
│   └── test3_2.suo
├── test3_3
│   ├── test3_3
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_3.exe
│   │   │   ├── test3_3.pdb
│   │   │   ├── test3_3.vshost.exe
│   │   │   └── test3_3.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test3_3.csproj.FileListAbsolute.txt
│   │   │   ├── test3_3.exe
│   │   │   ├── test3_3.pdb
│   │   │   ├── test3_3.Properties.Resources.resources
│   │   │   └── test3_3.Test3_3.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_3.cs
│   │   ├── test3_3.csproj
│   │   ├── Test3_3.Designer.cs
│   │   └── Test3_3.resx
│   ├── test3_3.sln
│   └── test3_3.suo
├── Test3_4
│   ├── Test3_4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_4.exe
│   │   │   ├── test3_4.pdb
│   │   │   └── test3_4.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Test3_4.csproj.FileListAbsolute.txt
│   │   │   ├── test3_4.exe
│   │   │   ├── test3_4.pdb
│   │   │   ├── test3_4.Properties.Resources.resources
│   │   │   └── test3_4.Test3_4.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_4.cs
│   │   ├── test3_4.csproj
│   │   ├── Test3_4.Designer.cs
│   │   └── Test3_4.resx
│   ├── Test3_4.sln
│   └── Test3_4.suo
├── test3_5
│   ├── test3_5
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_5.exe
│   │   │   ├── test3_5.pdb
│   │   │   ├── test3_5.vshost.exe
│   │   │   └── test3_5.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test3_5.csproj.FileListAbsolute.txt
│   │   │   ├── test3_5.exe
│   │   │   ├── test3_5.pdb
│   │   │   ├── test3_5.Properties.Resources.resources
│   │   │   └── test3_5.Test3_5.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_5.cs
│   │   ├── test3_5.csproj
│   │   ├── Test3_5.Designer.cs
│   │   └── Test3_5.resx
│   ├── test3_5.sln
│   └── test3_5.suo
├── test3_6
│   ├── test3_6
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_6.exe
│   │   │   ├── test3_6.pdb
│   │   │   ├── test3_6.vshost.exe
│   │   │   └── test3_6.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test3_6.csproj.FileListAbsolute.txt
│   │   │   ├── test3_6.exe
│   │   │   ├── test3_6.pdb
│   │   │   ├── test3_6.Properties.Resources.resources
│   │   │   └── test3_6.Test3_6.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_6.cs
│   │   ├── test3_6.csproj
│   │   ├── Test3_6.Designer.cs
│   │   └── Test3_6.resx
│   ├── test3_6.sln
│   └── test3_6.suo
├── test3_7
│   ├── test3_7
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_7.exe
│   │   │   ├── test3_7.pdb
│   │   │   ├── test3_7.vshost.exe
│   │   │   └── test3_7.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test3_7.csproj.FileListAbsolute.txt
│   │   │   ├── test3_7.exe
│   │   │   ├── test3_7.pdb
│   │   │   ├── test3_7.Properties.Resources.resources
│   │   │   └── test3_7.Test3_7.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_7.cs
│   │   ├── test3_7.csproj
│   │   ├── Test3_7.Designer.cs
│   │   └── Test3_7.resx
│   ├── test3_7.sln
│   └── test3_7.suo
├── test3_8
│   ├── test3_8
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_8.exe
│   │   │   ├── test3_8.pdb
│   │   │   ├── test3_8.vshost.exe
│   │   │   └── test3_8.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test3_8.csproj.FileListAbsolute.txt
│   │   │   ├── test3_8.exe
│   │   │   ├── test3_8.pdb
│   │   │   ├── test3_8.Properties.Resources.resources
│   │   │   └── test3_8.Test3_8.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_8.cs
│   │   ├── test3_8.csproj
│   │   ├── Test3_8.Designer.cs
│   │   └── Test3_8.resx
│   ├── test3_8.sln
│   └── test3_8.suo
├── test3_9
│   ├── test3_9
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test3_9.exe
│   │   │   ├── test3_9.pdb
│   │   │   ├── test3_9.vshost.exe
│   │   │   └── test3_9.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test3_9.csproj.FileListAbsolute.txt
│   │   │   ├── test3_9.exe
│   │   │   ├── test3_9.pdb
│   │   │   ├── test3_9.Properties.Resources.resources
│   │   │   └── test3_9.Test3_9.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test3_9.cs
│   │   ├── test3_9.csproj
│   │   ├── Test3_9.Designer.cs
│   │   └── Test3_9.resx
│   ├── test3_9.sln
│   └── test3_9.suo
├── Test6
│   └── Test6
│   ├── Test6
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Test6.exe
│   │   │   ├── Test6.pdb
│   │   │   ├── Test6.vshost.exe
│   │   │   └── Test6.vshost.exe.manifest
│   │   ├── Exp6_1.cs
│   │   ├── Exp6_1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── Test6.csproj.FileListAbsolute.txt
│   │   │   ├── Test6.exe
│   │   │   ├── Test6.pdb
│   │   │   ├── Test6.Properties.Resources.resources
│   │   │   ├── Test6.Test6_1.resources
│   │   │   ├── Test6.Test6_2.resources
│   │   │   ├── Test6.Test6_3.resources
│   │   │   └── Test6.Test6_4.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test6_1.cs
│   │   ├── Test6_1.Designer.cs
│   │   ├── Test6_1.resx
│   │   ├── Test6_2.cs
│   │   ├── Test6_2.Designer.cs
│   │   ├── Test6_2.resx
│   │   ├── Test6_3.cs
│   │   ├── Test6_3.Designer.cs
│   │   ├── Test6_3.resx
│   │   ├── Test6_4.cs
│   │   ├── Test6_4.Designer.cs
│   │   ├── Test6_4.resx
│   │   └── Test6.csproj
│   ├── Test6.sln
│   └── Test6.suo
├── test7_1
│   ├── test7_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test7_1.exe
│   │   │   ├── test7_1.pdb
│   │   │   └── test7_1.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test7_1.csproj.FileListAbsolute.txt
│   │   │   ├── test7_1.exe
│   │   │   ├── test7_1.pdb
│   │   │   ├── test7_1.Properties.Resources.resources
│   │   │   └── test7_1.Test7_1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test7_1.cs
│   │   ├── test7_1.csproj
│   │   ├── Test7_1.Designer.cs
│   │   └── Test7_1.resx
│   ├── test7_1.sln
│   └── test7_1.suo
├── test7_2
│   ├── test7_2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test7_2.exe
│   │   │   ├── test7_2.pdb
│   │   │   ├── test7_2.vshost.exe
│   │   │   └── test7_2.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── test7_2.csproj.FileListAbsolute.txt
│   │   │   ├── test7_2.exe
│   │   │   ├── test7_2.pdb
│   │   │   ├── test7_2.Properties.Resources.resources
│   │   │   └── test7_2.Test7_2.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test7_2.cs
│   │   ├── test7_2.csproj
│   │   ├── Test7_2.Designer.cs
│   │   └── Test7_2.resx
│   ├── test7_2.sln
│   └── test7_2.suo
├── test7_4
│   ├── test7_4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test7_4.exe
│   │   │   ├── test7_4.pdb
│   │   │   ├── test7_4.vshost.exe
│   │   │   └── test7_4.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test7_4.csproj.FileListAbsolute.txt
│   │   │   ├── test7_4.exe
│   │   │   ├── test7_4.pdb
│   │   │   ├── test7_4.Properties.Resources.resources
│   │   │   └── test7_4.Test7_4.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test7_4.cs
│   │   ├── test7_4.csproj
│   │   ├── Test7_4.Designer.cs
│   │   └── Test7_4.resx
│   ├── test7_4.sln
│   └── test7_4.suo
├── test8_1
│   ├── test8_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test8_1.exe
│   │   │   ├── test8_1.pdb
│   │   │   ├── test8_1.vshost.exe
│   │   │   └── test8_1.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test8_1.csproj.FileListAbsolute.txt
│   │   │   ├── test8_1.exe
│   │   │   ├── test8_1.pdb
│   │   │   ├── test8_1.Properties.Resources.resources
│   │   │   └── test8_1.Test8_1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test8_1.cs
│   │   ├── test8_1.csproj
│   │   ├── Test8_1.Designer.cs
│   │   └── Test8_1.resx
│   ├── test8_1.sln
│   └── test8_1.suo
├── test8_3
│   ├── test8_3
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test8_3.exe
│   │   │   ├── test8_3.pdb
│   │   │   ├── test8_3.vshost.exe
│   │   │   └── test8_3.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── test8_3.csproj.FileListAbsolute.txt
│   │   │   ├── test8_3.exe
│   │   │   ├── test8_3.pdb
│   │   │   ├── test8_3.Properties.Resources.resources
│   │   │   └── test8_3.Test8_3.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test8_3.cs
│   │   ├── test8_3.csproj
│   │   ├── Test8_3.Designer.cs
│   │   └── Test8_3.resx
│   ├── test8_3.sln
│   └── test8_3.suo
├── test8_4
│   ├── test8_4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── test8_4.exe
│   │   │   ├── test8_4.pdb
│   │   │   ├── test8_4.vshost.exe
│   │   │   └── test8_4.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── test8_4.csproj.FileListAbsolute.txt
│   │   │   ├── test8_4.exe
│   │   │   ├── test8_4.pdb
│   │   │   ├── test8_4.Properties.Resources.resources
│   │   │   └── test8_4.Test8_4.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test8_4.cs
│   │   ├── test8_4.csproj
│   │   ├── Test8_4.Designer.cs
│   │   └── Test8_4.resx
│   ├── test8_4.sln
│   └── test8_4.suo
├── Test9
│   └── Test9
│   ├── AddressList
│   │   ├── AddressList.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AddressList.exe
│   │   │   ├── AddressList.pdb
│   │   │   ├── AddressList.vshost.exe
│   │   │   └── AddressList.vshost.exe.manifest
│   │   ├── MainFrm.cs
│   │   ├── MainFrm.Designer.cs
│   │   ├── MainFrm.resx
│   │   ├── NewContact.cs
│   │   ├── NewContact.Designer.cs
│   │   ├── NewContact.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AddressList.csproj.FileListAbsolute.txt
│   │   │   ├── AddressList.exe
│   │   │   ├── AddressList.MainFrm.resources
│   │   │   ├── AddressList.NewContact.resources
│   │   │   ├── AddressList.pdb
│   │   │   ├── AddressList.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   └── GenerateResource.write.1.tlog
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Test9
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Test9.exe
│   │   │   ├── Test9.pdb
│   │   │   ├── Test9.vshost.exe
│   │   │   └── Test9.vshost.exe.manifest
│   │   ├── Exp9_1.cs
│   │   ├── Exp9_1.Designer.cs
│   │   ├── Exp9_1.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── Test9.csproj.FileListAbsolute.txt
│   │   │   ├── Test9.exe
│   │   │   ├── Test9.Exp9_1.resources
│   │   │   ├── Test9.ModelForm.resources
│   │   │   ├── Test9.pdb
│   │   │   ├── Test9.Properties.Resources.resources
│   │   │   ├── Test9.test9_1.resources
│   │   │   ├── Test9.Test9_2.resources
│   │   │   ├── Test9.Test9_3.resources
│   │   │   ├── Test9.Test9_4.resources
│   │   │   ├── Test9.Test9_6.resources
│   │   │   └── Test9.Test9_7.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Test9_1.cs
│   │   ├── Test9_1.Designer.cs
│   │   ├── Test9_1.resx
│   │   ├── Test9_2.cs
│   │   ├── Test9_2.Designer.cs
│   │   ├── Test9_2.resx
│   │   ├── Test9_3.cs
│   │   ├── Test9_3.Designer.cs
│   │   ├── Test9_3.resx
│   │   ├── Test9_4.cs
│   │   ├── Test9_4.Designer.cs
│   │   ├── Test9_4.resx
│   │   ├── Test9_5.cs
│   │   ├── Test9_5.Designer.cs
│   │   ├── Test9_5.resx
│   │   ├── Test9_6.cs
│   │   ├── Test9_6.Designer.cs
│   │   ├── Test9_6.resx
│   │   ├── Test9_7.cs
│   │   ├── Test9_7.Designer.cs
│   │   ├── Test9_7.resx
│   │   └── Test9.csproj
│   ├── Test9.sln
│   └── Test9.suo
├── train11_1
│   ├── train11_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── train11_1.exe
│   │   │   ├── train11_1.pdb
│   │   │   ├── train11_1.vshost.exe
│   │   │   └── train11_1.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── train11_1.csproj.FileListAbsolute.txt
│   │   │   ├── train11_1.exe
│   │   │   ├── train11_1.pdb
│   │   │   ├── train11_1.Properties.Resources.resources
│   │   │   └── train11_1.Train11_1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Train11_1.cs
│   │   ├── train11_1.csproj
│   │   ├── Train11_1.Designer.cs
│   │   └── Train11_1.resx
│   ├── train11_1.sln
│   └── train11_1.suo
├── train2_1
│   ├── train2_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── train2_1.exe
│   │   │   ├── train2_1.pdb
│   │   │   ├── train2_1.vshost.exe
│   │   │   └── train2_1.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── train2_1.csproj.FileListAbsolute.txt
│   │   │   ├── train2_1.exe
│   │   │   ├── train2_1.pdb
│   │   │   ├── train2_1.Properties.Resources.resources
│   │   │   └── train2_1.Train2_2.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── train2_1.csproj
│   │   ├── Train2_2.cs
│   │   ├── Train2_2.Designer.cs
│   │   └── Train2_2.resx
│   ├── train2_1.sln
│   └── train2_1.suo
├── train2_2
│   ├── train2_2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── train2_2.exe
│   │   │   ├── train2_2.pdb
│   │   │   ├── train2_2.vshost.exe
│   │   │   └── train2_2.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── train2_2.csproj.FileListAbsolute.txt
│   │   │   ├── train2_2.exe
│   │   │   ├── train2_2.pdb
│   │   │   ├── train2_2.Properties.Resources.resources
│   │   │   └── train2_2.Train2_2.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Train2_2.cs
│   │   ├── train2_2.csproj
│   │   ├── Train2_2.Designer.cs
│   │   └── Train2_2.resx
│   ├── train2_2.sln
│   └── train2_2.suo
├── train2_3
│   ├── train2_3
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── train2_3.exe
│   │   │   ├── train2_3.pdb
│   │   │   ├── train2_3.vshost.exe
│   │   │   └── train2_3.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── train2_3.csproj.FileListAbsolute.txt
│   │   │   ├── train2_3.exe
│   │   │   ├── train2_3.pdb
│   │   │   ├── train2_3.Properties.Resources.resources
│   │   │   └── train2_3.Train2_3.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Train2_3.cs
│   │   ├── train2_3.csproj
│   │   ├── Train2_3.Designer.cs
│   │   └── Train2_3.resx
│   ├── train2_3.sln
│   └── train2_3.suo
├── train3_3
│   ├── train3_3
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── train3_3.exe
│   │   │   ├── train3_3.pdb
│   │   │   ├── train3_3.vshost.exe
│   │   │   └── train3_3.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── train3_3.csproj.FileListAbsolute.txt
│   │   │   ├── train3_3.exe
│   │   │   ├── train3_3.pdb
│   │   │   ├── train3_3.Properties.Resources.resources
│   │   │   └── train3_3.Train3_3.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Train3_3.cs
│   │   ├── train3_3.csproj
│   │   ├── Train3_3.Designer.cs
│   │   └── Train3_3.resx
│   ├── train3_3.sln
│   └── train3_3.suo
├── train7_1
│   ├── train7_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── train7_1.exe
│   │   │   ├── train7_1.pdb
│   │   │   ├── train7_1.vshost.exe
│   │   │   └── train7_1.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── train7_1.csproj.FileListAbsolute.txt
│   │   │   ├── train7_1.exe
│   │   │   ├── train7_1.pdb
│   │   │   ├── train7_1.Properties.Resources.resources
│   │   │   └── train7_1.Train7_1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Train7_1.cs
│   │   ├── train7_1.csproj
│   │   ├── Train7_1.Designer.cs
│   │   └── Train7_1.resx
│   ├── train7_1.sln
│   └── train7_1.suo
├── train8_1
│   ├── train8_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── train8_1.exe
│   │   │   ├── train8_1.pdb
│   │   │   ├── train8_1.vshost.exe
│   │   │   └── train8_1.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── train8_1.csproj.FileListAbsolute.txt
│   │   │   ├── train8_1.exe
│   │   │   ├── train8_1.pdb
│   │   │   ├── train8_1.Properties.Resources.resources
│   │   │   └── train8_1.Train8_1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Train8_1.cs
│   │   ├── train8_1.csproj
│   │   ├── Train8_1.Designer.cs
│   │   └── Train8_1.resx
│   ├── train8_1.sln
│   └── train8_1.suo
├── train8_2
│   ├── train8_2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── train8_2.exe
│   │   │   ├── train8_2.pdb
│   │   │   ├── train8_2.vshost.exe
│   │   │   └── train8_2.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── train8_2.csproj.FileListAbsolute.txt
│   │   │   ├── train8_2.exe
│   │   │   ├── train8_2.pdb
│   │   │   ├── train8_2.Properties.Resources.resources
│   │   │   └── train8_2.Train8_2.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── tp.jpg
│   │   ├── Train8_2.cs
│   │   ├── train8_2.csproj
│   │   ├── Train8_2.Designer.cs
│   │   └── Train8_2.resx
│   ├── train8_2.sln
│   └── train8_2.suo
└── 实训4
├── 实训4
│   ├── bin
│   │   └── Debug
│   │   ├── 实训4.exe
│   │   ├── 实训4.pdb
│   │   ├── 实训4.vshost.exe
│   │   └── 实训4.vshost.exe.manifest
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GenerateResource.read.1.tlog
│   │   ├── GenerateResource.write.1.tlog
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── 实训4_2.Form1.resources
│   │   ├── 实训4_2.Form2.resources
│   │   ├── 实训4_2.Properties.Resources.resources
│   │   ├── 实训4.csproj.FileListAbsolute.txt
│   │   ├── 实训4.exe
│   │   └── 实训4.pdb
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 实训4-1.cs
│   ├── 实训4-1.Designer.cs
│   ├── 实训4-1.resx
│   ├── 实训4-2.cs
│   ├── 实训4-2.Designer.cs
│   ├── 实训4-2.resx
│   └── 实训4.csproj
├── 实训4.sln
└── 实训4.suo

1051 directories, 3313 files

标签:

实例下载地址

C#程序设计经典教程实验原代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警