ldj/WindowsServiceOut/WindowsServiceOut.csproj

193 lines
7.8 KiB
XML
Raw Permalink Normal View History

2023-05-23 16:13:17 +08:00
<?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>{04BCB46C-1D1E-4BE5-BDC4-22E0BD9C8C16}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WindowsServiceOut</RootNamespace>
<AssemblyName>WindowsServiceOut</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
2023-09-04 22:41:19 +08:00
<TargetFrameworkProfile>
</TargetFrameworkProfile>
2023-05-23 16:13:17 +08:00
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>C:\serviceRelease\</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>
<AutorunEnabled>true</AutorunEnabled>
2023-12-03 22:13:49 +08:00
<ApplicationRevision>10</ApplicationRevision>
2023-05-23 16:13:17 +08:00
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</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|x86' ">
2023-09-04 22:41:19 +08:00
<PlatformTarget>x86</PlatformTarget>
2023-05-23 16:13:17 +08:00
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>8EDEA4FE2635C3914EC82B736C5230BD6ED46D9D</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>WindowsServiceOut_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
2023-09-04 22:41:19 +08:00
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
2023-05-23 16:13:17 +08:00
<ItemGroup>
2024-05-10 14:42:45 +08:00
<Reference Include="log4net, Version=2.0.16.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.16\lib\net40\log4net.dll</HintPath>
2023-09-04 22:41:19 +08:00
</Reference>
2023-05-23 16:13:17 +08:00
<Reference Include="System" />
2024-05-10 14:42:45 +08:00
<Reference Include="System.Configuration" />
2023-05-23 16:13:17 +08:00
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Management" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
2024-05-10 14:42:45 +08:00
<Reference Include="System.Web" />
2023-05-23 16:13:17 +08:00
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ProjectInstaller.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ProjectInstaller.Designer.cs">
<DependentUpon>ProjectInstaller.cs</DependentUpon>
</Compile>
<Compile Include="Service References\ServiceReferenceScheduledService\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Service1.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Service1.Designer.cs">
<DependentUpon>Service1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ProjectInstaller.resx">
<DependentUpon>ProjectInstaller.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Log4Net.config">
<SubType>Designer</SubType>
2023-09-04 22:41:19 +08:00
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2023-05-23 16:13:17 +08:00
</None>
2024-05-10 14:42:45 +08:00
<None Include="packages.config" />
2023-05-23 16:13:17 +08:00
<None Include="Properties\DataSources\System.Data.DataSet.datasource" />
<None Include="Properties\DataSources\System.Data.DataTable.datasource" />
2023-09-04 22:41:19 +08:00
<None Include="Service References\ServiceReferenceScheduledService\ScheduledService1.wsdl" />
<None Include="Service References\ServiceReferenceScheduledService\ScheduledService4.xsd">
2023-05-23 16:13:17 +08:00
<SubType>Designer</SubType>
</None>
2023-09-04 22:41:19 +08:00
<None Include="Service References\ServiceReferenceScheduledService\ScheduledService41.xsd">
2023-05-23 16:13:17 +08:00
<SubType>Designer</SubType>
</None>
2023-09-04 22:41:19 +08:00
<None Include="Service References\ServiceReferenceScheduledService\ScheduledService42.xsd">
2023-05-23 16:13:17 +08:00
<SubType>Designer</SubType>
</None>
2023-09-04 22:41:19 +08:00
<None Include="Service References\ServiceReferenceScheduledService\ScheduledService43.xsd">
2023-05-23 16:13:17 +08:00
<SubType>Designer</SubType>
</None>
<None Include="WindowsServiceOut_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Service References\ServiceReferenceScheduledService\" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServiceReferenceScheduledService\configuration91.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServiceReferenceScheduledService\configuration.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServiceReferenceScheduledService\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
</ItemGroup>
2023-09-04 22:41:19 +08:00
<ItemGroup>
<None Include="Service References\ServiceReferenceScheduledService\ScheduledService1.disco" />
</ItemGroup>
2023-05-23 16:13:17 +08:00
<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>