⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myobjectcsharp.csproj

📁 《圣殿祭司的ASP.NET 2.0开发详解——使用C#》光盘内容.包含了书籍所含的源代码.非常经典的一本asp.net2.0的书籍
💻 CSPROJ
字号:
<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.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{A4687ED2-401C-4105-85E2-70AFDE5F636D}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MyObjectCSharp</RootNamespace>
    <AssemblyName>MyObjectCSharp</AssemblyName>
    <StartupObject>
    </StartupObject>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Microsoft.VisualBasic" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.EnterpriseServices" />
    <Reference Include="System.Web.Services" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ApplicationInfo.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ApplicationInfo.Designer.cs">
      <DependentUpon>ApplicationInfo.cs</DependentUpon>
    </Compile>
    <Compile Include="ApplicationLog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ApplicationLog.Designer.cs">
      <DependentUpon>ApplicationLog.cs</DependentUpon>
    </Compile>
    <Compile Include="ComputerAudio.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ComputerAudio.Designer.cs">
      <DependentUpon>ComputerAudio.cs</DependentUpon>
    </Compile>
    <Compile Include="ComputerClipboard.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ComputerClipboard.Designer.cs">
      <DependentUpon>ComputerClipboard.cs</DependentUpon>
    </Compile>
    <Compile Include="ComputerFileSystem.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ComputerFileSystem.Designer.cs">
      <DependentUpon>ComputerFileSystem.cs</DependentUpon>
    </Compile>
    <Compile Include="ComputerPorts.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ComputerPorts.Designer.cs">
      <DependentUpon>ComputerPorts.cs</DependentUpon>
    </Compile>
    <Compile Include="ComputerRegistry.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ComputerRegistry.Designer.cs">
      <DependentUpon>ComputerRegistry.cs</DependentUpon>
    </Compile>
    <Compile Include="EventLog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="EventLog.Designer.cs">
      <DependentUpon>EventLog.cs</DependentUpon>
    </Compile>
    <Compile Include="MyResources.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="MyResources.Designer.cs">
      <DependentUpon>MyResources.cs</DependentUpon>
    </Compile>
    <Compile Include="MySettings.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="MySettings.Designer.cs">
      <DependentUpon>MySettings.cs</DependentUpon>
    </Compile>
    <Compile Include="MyWebServices.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="MyWebServices.Designer.cs">
      <DependentUpon>MyWebServices.cs</DependentUpon>
    </Compile>
    <Compile Include="Programmer.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="ApplicationInfo.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ApplicationInfo.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ApplicationLog.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ApplicationLog.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ComputerAudio.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ComputerAudio.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ComputerClipboard.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ComputerClipboard.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ComputerFileSystem.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ComputerFileSystem.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ComputerPorts.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ComputerPorts.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ComputerRegistry.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ComputerRegistry.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="EventLog.resx">
      <SubType>Designer</SubType>
      <DependentUpon>EventLog.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="MyResources.resx">
      <SubType>Designer</SubType>
      <DependentUpon>MyResources.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="MySettings.resx">
      <SubType>Designer</SubType>
      <DependentUpon>MySettings.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="MyWebServices.resx">
      <SubType>Designer</SubType>
      <DependentUpon>MyWebServices.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="MyForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>MyForm.cs</DependentUpon>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="MyForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="MyForm.Designer.cs">
      <DependentUpon>MyForm.cs</DependentUpon>
    </Compile>
    <Compile Include="Web References\wsReadEmployees\Reference.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Reference.map</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="Resources\F4005.jpg" />
    <None Include="Web References\wsReadEmployees\Reference.map">
      <Generator>MSDiscoCodeGenerator</Generator>
      <LastGenOutput>Reference.cs</LastGenOutput>
    </None>
    <None Include="Web References\wsReadEmployees\wsReadEmployees.wsdl" />
    <Content Include="ReadMe.txt" />
    <None Include="Resources\Dragon01.jpg" />
    <Content Include="TextFile1.txt" />
    <None Include="Web References\wsReadEmployees\wsReadEmployees.disco" />
  </ItemGroup>
  <ItemGroup>
    <COMReference Include="BARCODELib">
      <Guid>{D9347025-9612-11D1-9D75-00C04FCC8CDC}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="CICLib">
      <Guid>{3D5905E0-523C-11D1-9FEA-00600832DB4A}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="DirectAnimation">
      <Guid>{34F681D0-3640-11CF-9294-00AA00B8A733}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="stdole">
      <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
      <VersionMajor>2</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>primary</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="WMPLib">
      <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
  </ItemGroup>
  <ItemGroup>
    <WebReferences Include="Web References\" />
  </ItemGroup>
  <ItemGroup>
    <WebReferenceUrl Include="http://localhost/MyObject/wsReadEmployees.asmx">
      <UrlBehavior>Dynamic</UrlBehavior>
      <RelPath>Web References\wsReadEmployees\</RelPath>
      <UpdateFromURL>http://localhost/MyObject/wsReadEmployees.asmx</UpdateFromURL>
      <ServiceLocationURL>
      </ServiceLocationURL>
      <CachedDynamicPropName>
      </CachedDynamicPropName>
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
      <CachedSettingsPropName>MyObjectCSharp_wsReadEmployees_wsReadEmployees</CachedSettingsPropName>
    </WebReferenceUrl>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

⌨️ 快捷键说明

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