📄 classesfromschemas.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>{FC2412BD-99D7-409E-AF34-FED5CD049545}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>ClassesFromSchemas.My.MyApplication</StartupObject>
<RootNamespace>ClassesFromSchemas</RootNamespace>
<AssemblyName>ClassesFromSchemas</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>ClassesFromSchemas.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>ClassesTest.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.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="clsCustomersDS.vb">
<SubType>Code</SubType>
</Compile>
<Compile Include="clsNorthwind.vb" />
<Compile Include="clsNorthwindDS.vb" />
<Compile Include="Classes.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Classes.Designer.vb">
<DependentUpon>Classes.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="EditForm.Designer.vb">
<DependentUpon>EditForm.vb</DependentUpon>
</Compile>
<Compile Include="EditForm.vb">
<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>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Classes.resx">
<DependentUpon>Classes.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="EditForm.resx">
<DependentUpon>EditForm.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="clsNorthwindDS.xsx">
<DependentUpon>clsNorthwindDS.xsd</DependentUpon>
</None>
<None Include="My Project\DataSources\Northwind.datasource" />
<None Include="My Project\DataSources\NorthwindCustomers.datasource" />
<None Include="My Project\DataSources\NorthwindOrder_Details.datasource" />
<None Include="My Project\DataSources\NorthwindOrders.datasource" />
<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>
<Content Include="clsCustomers.cd" />
<Content Include="clsCustomersDS.xsd" />
<Content Include="clsNorthwind.cd" />
<Content Include="clsNorthwind.xsd" />
<Content Include="clsNorthwindDS.cd" />
<Content Include="clsNorthwindDS.xsd" />
<Content Include="CustomersDS.xml" />
<Content Include="Northwind.xml" />
<Content Include="NorthwindDS.xml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -