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

📄 csharpnotepad.csproj

📁 在CSharpNotepad中可以创建和编辑简单文本文档
💻 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>{96BDE34F-FDD1-4A15-BF90-969F0B4D7948}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>CSharpNotepad</RootNamespace>
    <AssemblyName>CSharpNotepad</AssemblyName>
    <ApplicationIcon>Resources\AppIcon.ico</ApplicationIcon>
    <IsWebBootstrapper>true</IsWebBootstrapper>
    <ManifestCertificateThumbprint>0B1EB60B6561092E5ED7B6892EC32A882150F734</ManifestCertificateThumbprint>
    <ManifestKeyFile>CSharpNotepad_TemporaryKey.pfx</ManifestKeyFile>
    <GenerateManifests>false</GenerateManifests>
    <TargetZone>LocalIntranet</TargetZone>
    <SignManifests>false</SignManifests>
    <Win32Resource>
    </Win32Resource>
    <PublishUrl>http://localhost/CSharpNotepad/</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Web</InstallFrom>
    <UpdateEnabled>true</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </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="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="aboutForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="aboutForm.Designer.cs">
      <DependentUpon>aboutForm.cs</DependentUpon>
    </Compile>
    <Compile Include="childForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="childForm.Designer.cs">
      <DependentUpon>childForm.cs</DependentUpon>
    </Compile>
    <Compile Include="datetimeForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="datetimeForm.Designer.cs">
      <DependentUpon>datetimeForm.cs</DependentUpon>
    </Compile>
    <Compile Include="displayratioForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="displayratioForm.Designer.cs">
      <DependentUpon>displayratioForm.cs</DependentUpon>
    </Compile>
    <Compile Include="loginForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="loginForm.Designer.cs">
      <DependentUpon>loginForm.cs</DependentUpon>
    </Compile>
    <Compile Include="mainForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="mainForm.Designer.cs">
      <DependentUpon>mainForm.cs</DependentUpon>
    </Compile>
    <Compile Include="CSharpNotepad.cs" />
    <Compile Include="newfileForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="newfileForm.Designer.cs">
      <DependentUpon>newfileForm.cs</DependentUpon>
    </Compile>
    <Compile Include="paragraphForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="paragraphForm.Designer.cs">
      <DependentUpon>paragraphForm.cs</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="aboutForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>aboutForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="childForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>childForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="datetimeForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>datetimeForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="displayratioForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>displayratioForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="loginForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>loginForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="mainForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>mainForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="newfileForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>newfileForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="paragraphForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>paragraphForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="searchAndreplaceForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>searchAndreplaceForm.cs</DependentUpon>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <Compile Include="searchAndreplaceForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="searchAndreplaceForm.Designer.cs">
      <DependentUpon>searchAndreplaceForm.cs</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\MdiClientController\MdiClientController.csproj">
      <Project>{DE36F1D4-2227-4F44-8174-DCDB8D0ECAB9}</Project>
      <Name>MdiClientController</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Resources\AppIcon.ico" />
    <None Include="Notepad 使用帮助.chm">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Resources\demo.jpg" />
    <None Include="Resources\TxtIcon.ico" />
    <None Include="Resources\RtfIcon.ico" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 2.0</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <BaseApplicationManifest Include="Properties\app.manifest" />
  </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 + -