WinFormTools/WinformGeneralDeveloperFram.../Start.csproj

113 lines
5.3 KiB
XML
Raw Normal View History

2021-04-17 15:40:26 +08:00
<?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>{AB69D376-ACC7-4D9C-B5EA-B8C3E5B64103}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WinformGeneralDeveloperFrame.Start</RootNamespace>
<AssemblyName>WinformGeneralDeveloperFrame.Start</AssemblyName>
2021-11-14 22:46:27 +08:00
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
2021-04-17 15:40:26 +08:00
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
2021-10-10 18:17:58 +08:00
<TargetFrameworkProfile />
2022-04-17 23:45:57 +08:00
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
2021-04-17 15:40:26 +08:00
</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>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.BonusSkins.v19.2, Version=19.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Program Files (x86)\DevExpress 19.2\Components\Bin\Framework\DevExpress.BonusSkins.v19.2.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Utils.v19.2, Version=19.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraBars.v19.2, Version=19.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
2021-11-14 22:46:27 +08:00
<Reference Include="System.Drawing" />
2021-04-17 15:40:26 +08:00
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
2022-06-14 23:02:55 +08:00
<ProjectReference Include="..\Update.Core\Update.Core.csproj">
<Project>{4903d5f5-ff01-426d-b5bb-aadf7c4232fa}</Project>
<Name>Update.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Update\Update.csproj">
<Project>{40fb5be4-89be-4717-9378-e85de86d56dd}</Project>
<Name>Update</Name>
</ProjectReference>
2021-11-14 22:46:27 +08:00
<ProjectReference Include="..\WinformGeneralDeveloperFrame.Commons\Commons.csproj">
2021-04-17 15:40:26 +08:00
<Project>{6f2b061d-6116-45a4-9649-49ae4981c496}</Project>
2021-11-14 22:46:27 +08:00
<Name>Commons</Name>
2021-04-17 15:40:26 +08:00
</ProjectReference>
2021-11-14 22:46:27 +08:00
<ProjectReference Include="..\WinformGeneralDeveloperFrame\DevexpressForm.csproj">
2021-04-17 15:40:26 +08:00
<Project>{fccdaf3a-fc3e-4f85-b794-2aaa299fbc45}</Project>
2021-11-14 22:46:27 +08:00
<Name>DevexpressForm</Name>
2021-04-17 15:40:26 +08:00
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
2022-04-17 23:45:57 +08:00
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
2021-04-17 15:40:26 +08:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>