359 lines
No EOL
16 KiB
XML
359 lines
No EOL
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{3857ABB1-DDBF-41B1-81CA-B9D8D00B2CF7}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<StartupObject>Notepad_Ultra.My.MyApplication</StartupObject>
|
|
<RootNamespace>Notepad_Ultra</RootNamespace>
|
|
<AssemblyName>Notepad Ultra</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<MyType>WindowsForms</MyType>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<HockeyAppResourceId>fcd84c09de6e4876a14b65213e88c530</HockeyAppResourceId>
|
|
<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>1</ApplicationRevision>
|
|
<ApplicationVersion>0.11.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<DontImportPostSharp>True</DontImportPostSharp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>Notepad Ultra.xml</DocumentationFile>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
<SkipPostSharp>True</SkipPostSharp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>Notepad Ultra.xml</DocumentationFile>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestCertificateThumbprint>89DE94F5D75D483307A40CC9799567D794564D7D</ManifestCertificateThumbprint>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestKeyFile>Notepad Ultra_TemporaryKey.pfx</ManifestKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateManifests>true</GenerateManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignManifests>true</SignManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>npu beta logo.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="PostSharp, Version=4.3.25.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\PostSharp.4.3.25\lib\net35-client\PostSharp.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="RichTextBoxPrintCtrl">
|
|
<HintPath>bin\Debug\dependencies\RichTextBoxPrintCtrl.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Data" />
|
|
<Import Include="System.Drawing" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Windows.Forms" />
|
|
<Import Include="System.Linq" />
|
|
<Import Include="System.Xml.Linq" />
|
|
<Import Include="System.Threading.Tasks" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="About.Designer.vb">
|
|
<DependentUpon>About.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="About.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ApplicationEvents.vb" />
|
|
<Compile Include="ChangelogViewer.Designer.vb">
|
|
<DependentUpon>ChangelogViewer.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ChangelogViewer.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FindCommon.vb" />
|
|
<Compile Include="FindReplace.Designer.vb">
|
|
<DependentUpon>FindReplace.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FindReplace.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LoadTimeWarning.Designer.vb">
|
|
<DependentUpon>LoadTimeWarning.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LoadTimeWarning.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Open Passed File.Designer.vb">
|
|
<DependentUpon>Open Passed File.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Open Passed File.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Passed File Action Settings.Designer.vb">
|
|
<DependentUpon>Passed File Action Settings.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Passed File Action Settings.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Preset Directory Manager.Designer.vb">
|
|
<DependentUpon>Preset Directory Manager.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Preset Directory Manager.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Settings1.vb" />
|
|
<Compile Include="Splash Screen.Designer.vb">
|
|
<DependentUpon>Splash Screen.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Splash Screen.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Theme Editor.Designer.vb">
|
|
<DependentUpon>Theme Editor.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Theme Editor.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Extensions.vb" />
|
|
<Compile Include="Find.Designer.vb">
|
|
<DependentUpon>Find.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Find.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Status Bar Options.Designer.vb">
|
|
<DependentUpon>Status Bar Options.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Status Bar Options.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Supported File Extensions.Designer.vb">
|
|
<DependentUpon>Supported File Extensions.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Supported File Extensions.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<None Include="bin\Debug\dependencies\file\share\misc\magic" />
|
|
<None Include="bin\Debug\dependencies\file\share\misc\magic.mgc" />
|
|
<None Include="Resources\FileIcon.ico" />
|
|
<None Include="bin\Debug\dependencies\icon\res\png\beta\npu beta logo 16x.png" />
|
|
<None Include="bin\Debug\dependencies\icon\res\png\beta\npu beta logo 24x.png" />
|
|
<None Include="bin\Debug\dependencies\icon\res\png\beta\npu beta logo 128x.png" />
|
|
<None Include="bin\Debug\dependencies\icon\res\png\beta\npu beta logo 256x.png" />
|
|
<None Include="bin\Debug\dependencies\icon\res\png\beta\upscaled\npu beta logo 24x.png" />
|
|
<Content Include="bin\Debug\dependencies\file\bin\file.exe">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="bin\Debug\dependencies\file\bin\magic1.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="bin\Debug\dependencies\file\bin\regex2.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="bin\Debug\dependencies\file\bin\zlib1.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="bin\Debug\dependencies\RichTextBoxPrintCtrl.dll">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<Content Include="npu beta logo.ico" />
|
|
<EmbeddedResource Include="bin\Debug\dependencies\icon\res\png\npu alpha logo 128x.png" />
|
|
<None Include="bin\Debug\dependencies\icon\res\png\npu alpha logo 16x.png" />
|
|
<None Include="bin\Debug\dependencies\icon\res\png\npu alpha logo 24x.png" />
|
|
<None Include="bin\Debug\dependencies\icon\res\png\npu alpha logo 256x.png" />
|
|
<None Include="bin\Debug\dependencies\img\imageres_5348-0.png" />
|
|
<None Include="bin\Debug\dependencies\img\shell32_134-0.png" />
|
|
<None Include="bin\Debug\dependencies\img\shell32_148-0.png" />
|
|
<None Include="bin\Debug\dependencies\img\imageres_5348-02.png" />
|
|
<None Include="bin\Debug\dependencies\img\shell32_134-02.png" />
|
|
<None Include="bin\Debug\dependencies\img\shell32_148-02.png" />
|
|
<Content Include="Changelog.txt">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Compile Include="Notepad Ultra.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Notepad Ultra.Designer.vb">
|
|
<DependentUpon>Notepad Ultra.vb</DependentUpon>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="Settings.Designer.vb">
|
|
<DependentUpon>Settings.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Settings.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Content Include="npu alpha logo.ico" />
|
|
<None Include="My Project\app.manifest" />
|
|
<None Include="Notepad Ultra_TemporaryKey.pfx" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="About.resx">
|
|
<DependentUpon>About.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ChangelogViewer.resx">
|
|
<DependentUpon>ChangelogViewer.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FindReplace.resx">
|
|
<DependentUpon>FindReplace.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LoadTimeWarning.resx">
|
|
<DependentUpon>LoadTimeWarning.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Open Passed File.resx">
|
|
<DependentUpon>Open Passed File.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Passed File Action Settings.resx">
|
|
<DependentUpon>Passed File Action Settings.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Preset Directory Manager.resx">
|
|
<DependentUpon>Preset Directory Manager.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Splash Screen.resx">
|
|
<DependentUpon>Splash Screen.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Theme Editor.resx">
|
|
<DependentUpon>Theme Editor.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Find.resx">
|
|
<DependentUpon>Find.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Notepad Ultra.resx">
|
|
<DependentUpon>Notepad Ultra.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Settings.resx">
|
|
<DependentUpon>Settings.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Status Bar Options.resx">
|
|
<DependentUpon>Status Bar Options.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Supported File Extensions.resx">
|
|
<DependentUpon>Supported File Extensions.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="My Project\Application.myapp">
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<CustomToolNamespace>My</CustomToolNamespace>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4 %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>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 4.5</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
<Import Project="..\packages\PostSharp.4.3.25\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.4.3.25\tools\PostSharp.targets')" />
|
|
<Target Name="EnsurePostSharpImported" BeforeTargets="BeforeBuild" Condition="'$(PostSharp30Imported)' == ''">
|
|
<Error Condition="!Exists('..\packages\PostSharp.4.3.25\tools\PostSharp.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://www.postsharp.net/links/nuget-restore." />
|
|
<Error Condition="Exists('..\packages\PostSharp.4.3.25\tools\PostSharp.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://www.postsharp.net/links/nuget-restore." />
|
|
</Target>
|
|
<!-- 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> |