📄 nwxmlcolumns.vbproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.40607</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{513626B5-2B72-42CE-8948-83BB0AD1ABFF}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>NWxmlColumns.My.MyApplication</StartupObject>
<RootNamespace>NWxmlColumns</RootNamespace>
<AssemblyName>NWxmlColumns</AssemblyName>
<MyType>WindowsForms</MyType>
<OptionStrict>On</OptionStrict>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<IncrementalBuild>true</IncrementalBuild>
<OutputPath>bin\</OutputPath>
<DocumentationFile>NWxmlColumns.xml</DocumentationFile>
<NoWarn>42016,42017,42018,42019,42032</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<IncrementalBuild>false</IncrementalBuild>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DocumentationFile>NWxmlColumns.xml</DocumentationFile>
<NoWarn>42016,42017,42018,42019,42032</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="CustomersXQuery.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="CustomersXML.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="NwXmlCols.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="NwXmlCols.Designer.vb">
<DependentUpon>NwXmlCols.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb">
<SubType>Code</SubType>
</Compile>
<Compile Include="My Project\MyApplication.vb">
<AutoGen>True</AutoGen>
<DependentUpon>MyApplication.myapp</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="My Project\MyResources.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>MyResources.resx</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="My Project\MySettings.vb">
<AutoGen>True</AutoGen>
<DependentUpon>MySettings.settings</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="My Project\MyEvents.vb">
<SubType>Code</SubType>
</Compile>
<Compile Include="OrdersXQuery.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="OrdersXML.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Stopwatch.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="NwXmlCols.resx">
<DependentUpon>NwXmlCols.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\MyResources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>MyResources.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="My Project\MyApplication.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>MyApplication.vb</LastGenOutput>
</None>
<None Include="My Project\MySettings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>MySettings.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<AppDesigner Include="My Project\" />
</ItemGroup>
<ItemGroup>
<Folder Include="bin\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -