FlashPatcher/FlashPatcher/FlashPatcher.csproj

220 lines
9.6 KiB
XML

<?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>{E986744D-FB17-40E9-83DC-6043995545D9}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>FlashPatcher</RootNamespace>
<AssemblyName>Flash Patcher</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper>
<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>
<WebPage>publish.htm</WebPage>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.7.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
<LangVersion>8.0</LangVersion>
</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>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon0.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>FlashPatcher.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>2817862116B197B0C2C7AA5EA575AEC4D091866D</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>FlashPatcher_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<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="FileUtil.cs" />
<Compile Include="FlashPatcherForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FlashPatcherForm.Designer.cs">
<DependentUpon>FlashPatcherForm.cs</DependentUpon>
</Compile>
<Compile Include="Privileges.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TaskService\Action.cs" />
<Compile Include="TaskService\ActionCollection.cs" />
<Compile Include="TaskService\CultureSwitcher.cs" />
<Compile Include="TaskService\EnumGlobalizer.cs" />
<Compile Include="TaskService\JetBrains.Annotations.cs" />
<Compile Include="TaskService\NamedValueCollection.cs" />
<Compile Include="TaskService\Native\AccessControlExtension.cs" />
<Compile Include="TaskService\Native\ADVAPI32.cs" />
<Compile Include="TaskService\Native\EnumUtil.cs" />
<Compile Include="TaskService\Native\EventLog.cs" />
<Compile Include="TaskService\Native\ExtensionAttributeFor.NET_2.0.cs" />
<Compile Include="TaskService\Native\Func.Net2.cs" />
<Compile Include="TaskService\Native\InteropUtil.cs" />
<Compile Include="TaskService\Native\KERNEL32.cs" />
<Compile Include="TaskService\Native\Linq.Net2.cs" />
<Compile Include="TaskService\Native\NetServerEnum.cs" />
<Compile Include="TaskService\Native\NTDSAPI.cs" />
<Compile Include="TaskService\Native\System.Collections.Generic.PreNet45.cs" />
<Compile Include="TaskService\Native\System.Collections.Specialized.Net20.cs" />
<Compile Include="TaskService\Native\System.Runtime.CompilerServices.CallerXXAttribute.PreNet45.cs" />
<Compile Include="TaskService\Native\SYSTEMTIME.cs" />
<Compile Include="TaskService\Native\ThreadLocal.PreNet40.cs" />
<Compile Include="TaskService\Native\WindowsImpersonatedIdentity.cs" />
<Compile Include="TaskService\NotV1SupportedException.cs" />
<Compile Include="TaskService\Properties\Resources.Designer.cs" />
<Compile Include="TaskService\ReflectionHelper.cs" />
<Compile Include="TaskService\ResourceReferenceValue.cs" />
<Compile Include="TaskService\Snapshot.cs" />
<Compile Include="TaskService\Task.cs" />
<Compile Include="TaskService\TaskCollection.cs" />
<Compile Include="TaskService\TaskEvent.cs" />
<Compile Include="TaskService\TaskEventWatcher.cs" />
<Compile Include="TaskService\TaskFolder.cs" />
<Compile Include="TaskService\TaskFolderCollection.cs" />
<Compile Include="TaskService\TaskHandlerInterfaces.cs" />
<Compile Include="TaskService\TaskSecurity.cs" />
<Compile Include="TaskService\TaskService.cs" />
<Compile Include="TaskService\TaskServiceCronExt.cs" />
<Compile Include="TaskService\TaskServiceFluentExt.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TaskService\Trigger.cs" />
<Compile Include="TaskService\TriggerCollection.cs" />
<Compile Include="TaskService\User.cs" />
<Compile Include="TaskService\V1\TaskSchedulerV1Interop.cs" />
<Compile Include="TaskService\V2\TaskSchedulerV2Interop.cs" />
<Compile Include="TaskService\Wildcard.cs" />
<Compile Include="TaskService\XmlSerializationHelper.cs" />
<EmbeddedResource Include="FlashPatcherForm.resx">
<DependentUpon>FlashPatcherForm.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="TaskService\Properties\Resources.resx" />
<None Include="app.manifest" />
<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="TaskService\TaskService.csproj" />
<None Include="TaskService\V1\TaskSchedulerV1Schema.xsd">
<SubType>Designer</SubType>
</None>
<None Include="TaskService\V2\TaskSchedulerV2Schema.xsd">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="icon0.ico" />
<Content Include="TaskService\TaskService.bmp" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.8 %28x86 and 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>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>