1 Star 0 Fork 1

nik/FormDesigner.Demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Smart.FormDesigner.Demo.csproj 6.21 KB
一键复制 编辑 原始数据 按行查看 历史
sants 提交于 2018-11-20 17:17 . No commit message
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{F0C044E1-0530-424E-BE99-D182C9F5DE99}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Smart.FormDesigner.Demo</RootNamespace>
<AssemblyName>Smart.FormDesigner.Demo</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Smart.FormDesigner, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Smart.FormDesigner.1.2.0\lib\net40\Smart.FormDesigner.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=3.0.6.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>packages\DockPanelSuite.3.0.6\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=3.0.6.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>packages\DockPanelSuite.ThemeVS2015.3.0.6\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DesignerDocument.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CustomForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CustomForm.Designer.cs">
<DependentUpon>CustomForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PropertyWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PropertyWindow.Designer.cs">
<DependentUpon>PropertyWindow.cs</DependentUpon>
</Compile>
<Compile Include="ToolboxWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ToolboxWindow.Designer.cs">
<DependentUpon>ToolboxWindow.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="DesignerDocument.resx">
<DependentUpon>DesignerDocument.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CustomForm.resx">
<DependentUpon>CustomForm.cs</DependentUpon>
</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>
<EmbeddedResource Include="PropertyWindow.resx">
<DependentUpon>PropertyWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ToolboxWindow.resx">
<DependentUpon>ToolboxWindow.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<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\align_bottom_16x.png" />
<Content Include="images\align_left_16x.png" />
<Content Include="images\align_right_16x.png" />
<Content Include="images\align_top_16x.png" />
<Content Include="images\align_center_16x.png" />
<Content Include="images\align_middlle_16x.png" />
<Content Include="images\delete_16x.png" />
<Content Include="images\preview_16x.png" />
<Content Include="images\new_form_16x.png" />
<Content Include="images\open_file_16x.png" />
<Content Include="images\redo_16x.png" />
<Content Include="images\same_height_16x.png" />
<Content Include="images\same_width_16x.png" />
<Content Include="images\save_all_16x.png" />
<Content Include="images\same_size_16x.png" />
<Content Include="images\save_16x.png" />
<Content Include="images\undo_16x.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhu596861877/FormDesigner.Demo.git
git@gitee.com:zhu596861877/FormDesigner.Demo.git
zhu596861877
FormDesigner.Demo
FormDesigner.Demo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385