gwireless.mdp

来自「无线网卡接口编程源码」· MDP 代码 · 共 50 行

MDP
50
字号
<Project name="GWireless" fileversion="2.0" language="C#" ctype="DotNetProject">  <Configurations>    <Configuration name="Debug" ctype="DotNetProjectConfiguration">      <Output directory="./bin/Debug" assembly="GWireless" />      <Build debugmode="True" target="Exe" />      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />    </Configuration>    <Configuration name="Release" ctype="DotNetProjectConfiguration">      <Output directory="./bin/Release" assembly="GWireless" />      <Build debugmode="False" target="Exe" />      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />    </Configuration>  </Configurations>  <References>    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />    <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />    <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />    <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />  </References>  <DeploymentInformation strategy="File">    <excludeFiles />  </DeploymentInformation>  <Contents>    <File name="./Main.cs" subtype="Code" buildaction="Compile" />    <File name="./GWireless.cs" subtype="Code" buildaction="Compile" />    <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" />    <File name="./Network.cs" subtype="Code" buildaction="Compile" />    <File name="./ItemContainer.cs" subtype="Code" buildaction="Compile" />    <File name="./Networks.cs" subtype="Code" buildaction="Compile" />    <File name="./pix/LightOff.png" subtype="Code" buildaction="EmbedAsResource" />    <File name="./pix/LightOn.png" subtype="Code" buildaction="EmbedAsResource" />    <File name="./pix/Lock.png" subtype="Code" buildaction="EmbedAsResource" />    <File name="./pix/Router.png" subtype="Code" buildaction="EmbedAsResource" />    <File name="./Config.glade" subtype="Code" buildaction="EmbedAsResource" />    <File name="./ConfigWindow.cs" subtype="Code" buildaction="Compile" />    <File name="./LegendWidget.cs" subtype="Code" buildaction="Compile" />    <File name="./TODO.txt" subtype="Code" buildaction="Compile" />    <File name="./DeviceWidget.cs" subtype="Code" buildaction="Compile" />    <File name="./OS" subtype="Directory" buildaction="Compile" />    <File name="./OS/OS.cs" subtype="Code" buildaction="Compile" />    <File name="./OS/FreeBSD.cs" subtype="Code" buildaction="Compile" />    <File name="./OS/Tester.cs" subtype="Code" buildaction="Nothing" />    <File name="./OS/Linux.cs" subtype="Code" buildaction="Compile" />    <File name="./pix/Logo.png" subtype="Code" buildaction="EmbedAsResource" />  </Contents></Project>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?