You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
145 lines
6.4 KiB
145 lines
6.4 KiB
|
2 years ago
|
<?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.6.2</TargetFrameworkVersion>
|
||
|
|
<FileAlignment>512</FileAlignment>
|
||
|
|
<Deterministic>true</Deterministic>
|
||
|
|
<TargetFrameworkProfile />
|
||
|
|
</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>
|
||
|
|
<Prefer32Bit>false</Prefer32Bit>
|
||
|
|
</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>
|
||
|
|
<Prefer32Bit>false</Prefer32Bit>
|
||
|
|
</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>
|
||
|
|
<SubType>Designer</SubType>
|
||
|
|
</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="app.config" />
|
||
|
|
<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>
|