1 Star 0 Fork 122

疯狂杜/DevelopAssistant

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
DevelopAssistant.AddIn.StringFormat.csproj 5.03 KB
一键复制 编辑 原始数据 按行查看 历史
wxdongtt2007 提交于 2022-12-02 11:42 +08:00 . 修改toolstripTextBox 样式
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4CF81735-5CF7-40C7-AEA1-FB479DC9EF07}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DevelopAssistant.AddIn.StringFormat</RootNamespace>
<AssemblyName>DevelopAssistant.AddIn.StringFormat</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\DevelopAssistant\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="DevelopAssistant.AddIn">
<HintPath>..\DevelopAssistant.AddIn\bin\Debug\DevelopAssistant.AddIn.dll</HintPath>
</Reference>
<Reference Include="DevelopAssistant.Format">
<HintPath>..\DevelopAssistant.Format\bin\Debug\DevelopAssistant.Format.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.WinFormsUI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\ICSharpCode.WinFormsUI\bin\Debug\ICSharpCode.WinFormsUI.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.WinFormsUI.Docking">
<HintPath>..\ICSharpCode.WinFormsUI.Docking\bin\Debug\ICSharpCode.WinFormsUI.Docking.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Drawing.Design" />
<Reference Include="System.Windows.Forms" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="HighlightingItem.cs" />
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="StringFormatAddIn.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="DevelopAssistant.StringFormat.AddIn" />
<None Include="Resources\controlPanel.png" />
<None Include="Resources\save.png" />
<None Include="Resources\document_editing.png" />
<None Include="Resources\submit.png" />
<None Include="Resources\sqlicon.net.png" />
<None Include="Resources\plugin.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DevelopAssistant.Service\DevelopAssistant.Service.csproj">
<Project>{cc20d5fa-790b-4a63-8c77-a8a4e15ade8c}</Project>
<Name>DevelopAssistant.Service</Name>
</ProjectReference>
<ProjectReference Include="..\ICSharpCode.TextEditorN4.x\Project\ICSharpCode.TextEditor.N4.x.csproj">
<Project>{2d18be89-d210-49eb-a9dd-2246fbb3df6d}</Project>
<Name>ICSharpCode.TextEditor.N4.x</Name>
</ProjectReference>
<ProjectReference Include="..\ICSharpCode.WinFormsUI.Controls\ICSharpCode.WinFormsUI.Controls.csproj">
<Project>{9d38f372-792c-44d2-9345-4a72b72ee035}</Project>
<Name>ICSharpCode.WinFormsUI.Controls</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/crazydu/DevelopAssistant.git
git@gitee.com:crazydu/DevelopAssistant.git
crazydu
DevelopAssistant
DevelopAssistant
master

搜索帮助