Files
lserp_cs_6.0/其他程序/xNewMyFormDesigner/NewMyFormDesigner.csproj
T
2026-07-02 10:11:39 +00:00

289 lines
13 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{A9B60EF2-354B-4E09-B4C3-9B8225AE7486}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NewMyFormDesigner</RootNamespace>
<AssemblyName>MyFormDesinger</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="DM.DmProvider, Version=8.3.1.34394, Culture=neutral, PublicKeyToken=7a2d44aa446c6d01, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\引用DLL\DM.DmProvider.dll</HintPath>
</Reference>
<Reference Include="Kdbndp, Version=8.6.1.1, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\引用DLL\Kdbndp.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.6.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<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" />
</ItemGroup>
<ItemGroup>
<Compile Include="Codes\ControlHelper.cs" />
<Compile Include="Codes\ControlParentProperty.cs" />
<Compile Include="Codes\ControlProperty.cs" />
<Compile Include="Codes\MessageFilter.cs" />
<Compile Include="Codes\Recter.cs" />
<Compile Include="Core\BaseModel.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Core\ControlType.cs" />
<Compile Include="Core\DBConfig.cs" />
<Compile Include="Core\Field.cs" />
<Compile Include="Core\FieldType.cs" />
<Compile Include="Core\IModel.cs" />
<Compile Include="Core\SqlHelper.cs" />
<Compile Include="Core\StringHelper.cs" />
<Compile Include="Core\TypeParse.cs" />
<Compile Include="DesignerControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="DesignerControl.Designer.cs">
<DependentUpon>DesignerControl.cs</DependentUpon>
</Compile>
<Compile Include="FrmGroup.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmGroup.Designer.cs">
<DependentUpon>FrmGroup.cs</DependentUpon>
</Compile>
<Compile Include="LabelDivider.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="LabelDivider.Designer.cs">
<DependentUpon>LabelDivider.cs</DependentUpon>
</Compile>
<Compile Include="LabelGroupBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="LabelGroupBox.Designer.cs">
<DependentUpon>LabelGroupBox.cs</DependentUpon>
</Compile>
<Compile Include="LabelTextEx.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="LabelTextEx.Designer.cs">
<DependentUpon>LabelTextEx.cs</DependentUpon>
</Compile>
<Compile Include="MyFormDesigner.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MyFormDesigner.Designer.cs">
<DependentUpon>MyFormDesigner.cs</DependentUpon>
</Compile>
<Compile Include="HostFrame.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HostFrame.Designer.cs">
<DependentUpon>HostFrame.cs</DependentUpon>
</Compile>
<Compile Include="Model\P_systemControlLocation.cs" />
<Compile Include="Model\P_systemControlParent.cs" />
<Compile Include="Overlayer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Overlayer.Designer.cs">
<DependentUpon>Overlayer.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="RunForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RunForm.Designer.cs">
<DependentUpon>RunForm.cs</DependentUpon>
</Compile>
<Compile Include="TextBoxEx.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TextBoxEx.Designer.cs">
<DependentUpon>TextBoxEx.cs</DependentUpon>
</Compile>
<Compile Include="Util\AESUtil.cs" />
<Compile Include="Util\extend\DataTableExtend.cs" />
<Compile Include="Util\extend\ListExtend.cs" />
<Compile Include="Util\extend\StringExtend.cs" />
<Compile Include="Util\LogHelper.cs" />
<Compile Include="Util\Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="DesignerControl.resx">
<DependentUpon>DesignerControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmGroup.resx">
<DependentUpon>FrmGroup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LabelDivider.resx">
<DependentUpon>LabelDivider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LabelTextEx.resx">
<DependentUpon>LabelTextEx.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MyFormDesigner.resx">
<DependentUpon>MyFormDesigner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HostFrame.resx">
<DependentUpon>HostFrame.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Overlayer.resx">
<DependentUpon>Overlayer.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="RunForm.resx">
<DependentUpon>RunForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.config" />
<None Include="obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache" />
<None Include="obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache" />
<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>
<None Include="Util\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache" />
<None Include="Util\obj\x86\Debug\Lskj.Util.csprojResolveAssemblyReference.cache" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\AddFile_16x16.png" />
<Content Include="Resources\AddFile_32x32.png" />
<Content Include="Resources\AddFolder_16x16.png" />
<Content Include="Resources\AddFolder_32x32.png" />
<Content Include="Resources\AddToAlbum_16x16.png" />
<Content Include="Resources\AddToAlbum_32x32.png" />
<Content Include="Resources\AddToLibrary_16x16.png" />
<Content Include="Resources\AddToLibrary_32x32.png" />
<Content Include="Resources\Album_16x16.png" />
<Content Include="Resources\Album_32x32.png" />
<Content Include="Resources\Back_16x16.png" />
<Content Include="Resources\Back_32x32.png" />
<Content Include="Resources\Cancel_16x16.png" />
<Content Include="Resources\Cancel_32x32.png" />
<Content Include="Resources\Close_16x16.png" />
<Content Include="Resources\Close_32x32.png" />
<Content Include="Resources\Collage_16x16.png" />
<Content Include="Resources\Collage_32x32.png" />
<Content Include="Resources\Edit_16x16.png" />
<Content Include="Resources\Edit_32x32.png" />
<Content Include="Resources\EMail_16x16.png" />
<Content Include="Resources\EMail_32x32.png" />
<Content Include="Resources\Export_16x16.png" />
<Content Include="Resources\Export_32x32.png" />
<Content Include="Resources\Film_16x16.png" />
<Content Include="Resources\Film_32x32.png" />
<Content Include="Resources\FilterSample.png" />
<Content Include="Resources\Filter_16x16.png" />
<Content Include="Resources\Filter_32x32.png" />
<Content Include="Resources\Folder_16x16.png" />
<Content Include="Resources\Folder_32x32.png" />
<Content Include="Resources\Forward_16x16.png" />
<Content Include="Resources\Forward_32x32.png" />
<Content Include="Resources\GenerateData_16x16.png" />
<Content Include="Resources\GenerateData_32x32.png" />
<Content Include="Resources\Help_16x16.png" />
<Content Include="Resources\Help_32x32.png" />
<Content Include="Resources\ItemMarked_16x16.png" />
<Content Include="Resources\ItemMarked_32x32.png" />
<Content Include="Resources\Library_16x16.png" />
<Content Include="Resources\Library_32x32.png" />
<Content Include="Resources\Mark_16x16.png" />
<Content Include="Resources\Mark_32x32.png" />
<Content Include="Resources\NewAlbum_16x16.png" />
<Content Include="Resources\NewAlbum_32x32.png" />
<Content Include="Resources\Other_16x16.png" />
<Content Include="Resources\Other_32x32.png" />
<Content Include="Resources\Print_16x16.png" />
<Content Include="Resources\Print_32x32.png" />
<Content Include="Resources\RemoveAlbum_16x16.png" />
<Content Include="Resources\RemoveAlbum_32x32.png" />
<Content Include="Resources\RemoveFolder_16x16.png" />
<Content Include="Resources\RemoveFolder_32x32.png" />
<Content Include="Resources\RemoveFromAlbum_16x16.png" />
<Content Include="Resources\RemoveFromAlbum_32x32.png" />
<Content Include="Resources\Remove_16x16.png" />
<Content Include="Resources\Remove_32x32.png" />
<Content Include="Resources\Save_16x16.png" />
<Content Include="Resources\Save_32x32.png" />
<Content Include="Resources\SelectAllMarked_16x16.png" />
<Content Include="Resources\SelectAllMarked_32x32.png" />
<Content Include="Resources\Slideshow_16x16.png" />
<Content Include="Resources\Slideshow_32x32.png" />
<Content Include="Resources\Tile.png" />
<Content Include="Resources\Undo_16x16.png" />
<Content Include="Resources\Undo_32x32.png" />
<Content Include="Resources\UnmarkAll_16x16.png" />
<Content Include="Resources\UnmarkAll_32x32.png" />
<Content Include="Resources\Unmark_16x16.png" />
<Content Include="Resources\Unmark_32x32.png" />
<Content Include="Resources\Upload_16x16.png" />
<Content Include="Resources\Upload_32x32.png" />
<Content Include="Resources\View_16x16.png" />
<Content Include="Resources\View_32x32.png" />
<Content Include="Util\obj\x86\Debug\Lskj.Util.csproj.FileListAbsolute.txt" />
<Content Include="Util\obj\x86\Debug\Lskj.Util.dll" />
<Content Include="Util\obj\x86\Debug\Lskj.Util.pdb" />
</ItemGroup>
<ItemGroup>
<Folder Include="Fakes\" />
<Folder Include="obj\x86\Debug\TempPE\" />
<Folder Include="Util\obj\x86\Debug\TempPE\" />
<Folder Include="Util\Service References\" />
</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>