Notepad.vbproj
Upload User: wuanfu007
Upload Date: 2021-01-16
Package Size: 501k
Code Size: 6k
Category:

.net

Development Platform:

DOS

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{AB58C819-A5FC-4031-AB50-05FCCD720A1D}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>Notepad</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>
  15.     </AssemblyOriginatorKeyFile>
  16.     <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
  17.     <DefaultClientScript>JScript</DefaultClientScript>
  18.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  19.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  20.     <DelaySign>false</DelaySign>
  21.     <OutputType>WinExe</OutputType>
  22.     <OptionCompare>Binary</OptionCompare>
  23.     <OptionExplicit>On</OptionExplicit>
  24.     <OptionStrict>Off</OptionStrict>
  25.     <RootNamespace>Notepad</RootNamespace>
  26.     <StartupObject>Sub Main</StartupObject>
  27.     <FileUpgradeFlags>
  28.     </FileUpgradeFlags>
  29.     <MyType>WindowsFormsWithCustomSubMain</MyType>
  30.     <UpgradeBackupLocation>
  31.     </UpgradeBackupLocation>
  32.   </PropertyGroup>
  33.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34.     <OutputPath>bin</OutputPath>
  35.     <DocumentationFile>Notepad.xml</DocumentationFile>
  36.     <BaseAddress>285212672</BaseAddress>
  37.     <ConfigurationOverrideFile>
  38.     </ConfigurationOverrideFile>
  39.     <DefineConstants>
  40.     </DefineConstants>
  41.     <DefineDebug>true</DefineDebug>
  42.     <DefineTrace>true</DefineTrace>
  43.     <DebugSymbols>true</DebugSymbols>
  44.     <Optimize>false</Optimize>
  45.     <RegisterForComInterop>false</RegisterForComInterop>
  46.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  47.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  48.     <WarningLevel>1</WarningLevel>
  49.     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  50.     <DebugType>full</DebugType>
  51.   </PropertyGroup>
  52.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  53.     <OutputPath>bin</OutputPath>
  54.     <DocumentationFile>Notepad.xml</DocumentationFile>
  55.     <BaseAddress>285212672</BaseAddress>
  56.     <ConfigurationOverrideFile>
  57.     </ConfigurationOverrideFile>
  58.     <DefineConstants>
  59.     </DefineConstants>
  60.     <DefineDebug>false</DefineDebug>
  61.     <DefineTrace>true</DefineTrace>
  62.     <DebugSymbols>false</DebugSymbols>
  63.     <Optimize>true</Optimize>
  64.     <RegisterForComInterop>false</RegisterForComInterop>
  65.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  66.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  67.     <WarningLevel>1</WarningLevel>
  68.     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  69.     <DebugType>none</DebugType>
  70.   </PropertyGroup>
  71.   <ItemGroup>
  72.     <Reference Include="System">
  73.       <Name>System</Name>
  74.     </Reference>
  75.     <Reference Include="System.Data">
  76.       <Name>System.Data</Name>
  77.     </Reference>
  78.     <Reference Include="System.Drawing">
  79.       <Name>System.Drawing</Name>
  80.     </Reference>
  81.     <Reference Include="System.Windows.Forms">
  82.       <Name>System.Windows.Forms</Name>
  83.     </Reference>
  84.     <Reference Include="System.Xml">
  85.       <Name>System.XML</Name>
  86.     </Reference>
  87.   </ItemGroup>
  88.   <ItemGroup>
  89.     <Import Include="Microsoft.VisualBasic" />
  90.     <Import Include="System" />
  91.     <Import Include="System.Collections" />
  92.     <Import Include="System.Data" />
  93.     <Import Include="System.Diagnostics" />
  94.     <Import Include="System.Drawing" />
  95.     <Import Include="System.Windows.Forms" />
  96.   </ItemGroup>
  97.   <ItemGroup>
  98.     <Compile Include="AssemblyInfo.vb">
  99.       <SubType>Code</SubType>
  100.     </Compile>
  101.     <Compile Include="frmAbout.vb">
  102.       <SubType>Form</SubType>
  103.     </Compile>
  104.     <Compile Include="FrmDES.Designer.vb">
  105.       <DependentUpon>FrmDES.vb</DependentUpon>
  106.     </Compile>
  107.     <Compile Include="FrmDES.vb">
  108.       <SubType>Form</SubType>
  109.     </Compile>
  110.     <Compile Include="frmFind.vb">
  111.       <SubType>Form</SubType>
  112.     </Compile>
  113.     <Compile Include="frmMain.Designer.vb">
  114.       <DependentUpon>frmMain.vb</DependentUpon>
  115.     </Compile>
  116.     <Compile Include="frmMain.vb">
  117.       <SubType>Form</SubType>
  118.     </Compile>
  119.     <Compile Include="My ProjectResources.Designer.vb">
  120.       <AutoGen>True</AutoGen>
  121.       <DesignTime>True</DesignTime>
  122.       <DependentUpon>Resources.resx</DependentUpon>
  123.     </Compile>
  124.     <Compile Include="PublicMod.vb" />
  125.     <EmbeddedResource Include="frmAbout.resx">
  126.       <DependentUpon>frmAbout.vb</DependentUpon>
  127.     </EmbeddedResource>
  128.     <EmbeddedResource Include="FrmDES.resx">
  129.       <SubType>Designer</SubType>
  130.       <DependentUpon>FrmDES.vb</DependentUpon>
  131.     </EmbeddedResource>
  132.     <EmbeddedResource Include="frmFind.resx">
  133.       <DependentUpon>frmFind.vb</DependentUpon>
  134.     </EmbeddedResource>
  135.     <EmbeddedResource Include="frmMain.resx">
  136.       <DependentUpon>frmMain.vb</DependentUpon>
  137.       <SubType>Designer</SubType>
  138.     </EmbeddedResource>
  139.     <EmbeddedResource Include="My ProjectResources.resx">
  140.       <SubType>Designer</SubType>
  141.       <CustomToolNamespace>My.Resources</CustomToolNamespace>
  142.       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  143.       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  144.     </EmbeddedResource>
  145.   </ItemGroup>
  146.   <Import Project="$(MSBuildBinPath)Microsoft.VisualBasic.targets" />
  147.   <PropertyGroup>
  148.     <PreBuildEvent>
  149.     </PreBuildEvent>
  150.     <PostBuildEvent>
  151.     </PostBuildEvent>
  152.   </PropertyGroup>
  153. </Project>