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

📄 penflicksdemo.csproj

📁 Upload Source code in temp folder
💻 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>{1D01E099-465A-4A67-89DB-BD41A5ED5B4B}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>PenFlicksDemo</RootNamespace>
    <AssemblyName>PenFlicksDemo</AssemblyName>
    <ApplicationIcon>images\TouchScreenExplorer.ico</ApplicationIcon>
  </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="ExpTreeLib, Version=2.11.2660.24679, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\ExpTreeLib.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.VisualBasic" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Management" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="frmDemoExplorer.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmDemoExplorer.Designer.cs">
      <DependentUpon>frmDemoExplorer.cs</DependentUpon>
    </Compile>
    <Compile Include="Panes\BasePane.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Panes\FileCollection.cs" />
    <Compile Include="Panes\ImageListBox.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Panes\ImageListBoxItem.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Panes\TouchScreenExplorer.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Panes\PaneCaption.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="frmDemoExplorer.resx">
      <SubType>Designer</SubType>
      <DependentUpon>frmDemoExplorer.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Panes\BasePane.resx">
      <DependentUpon>BasePane.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Panes\ImageListBox.resx">
      <DependentUpon>ImageListBox.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Panes\ImageListBoxItem.resx">
      <DependentUpon>ImageListBoxItem.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Panes\TouchScreenExplorer.resx">
      <DependentUpon>TouchScreenExplorer.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Panes\PaneCaption.resx">
      <DependentUpon>PaneCaption.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </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>
  </ItemGroup>
  <ItemGroup>
    <Content Include="images\Capture.JPG" />
    <Content Include="Copyright.txt" />
    <Content Include="EULA.txt" />
    <Content Include="images\Capture2.jpg" />
    <Content Include="images\Hardware-Tablet-PC-icon.jpg" />
    <Content Include="images\logo.png" />
    <Content Include="images\tablet.jpg" />
    <Content Include="images\TouchScreenExplorer.ico" />
  </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 + -