2019-09-28 19:57:03 +00:00
<?xml version="1.0" encoding="utf-8"?>
2016-01-06 14:47:38 +00:00
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2019-11-11 17:21:34 +00:00
<Import Project= "..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition= "Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
2016-01-06 14:47:38 +00:00
<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 > {06D6F36C-FAFA-4B88-BE04-3F73EB28C21E}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2016-01-09 20:46:25 +00:00
<RootNamespace > Crypto_Notepad</RootNamespace>
<AssemblyName > Crypto Notepad</AssemblyName>
2019-11-19 13:38:18 +00:00
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
2016-01-06 14:47:38 +00:00
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile >
</TargetFrameworkProfile>
<IsWebBootstrapper > false</IsWebBootstrapper>
2016-01-15 16:19:12 +00:00
<ApplicationIcon > Notepad_Lock.ico</ApplicationIcon>
2016-01-06 14:47:38 +00:00
<SignAssembly > False</SignAssembly>
<DelaySign > False</DelaySign>
<RunPostBuildEvent > OnBuildSuccess</RunPostBuildEvent>
<AllowUnsafeBlocks > False</AllowUnsafeBlocks>
<NoStdLib > False</NoStdLib>
<TreatWarningsAsErrors > False</TreatWarningsAsErrors>
<IntermediateOutputPath > obj\$(Configuration)\</IntermediateOutputPath>
<RunCodeAnalysis > False</RunCodeAnalysis>
<SourceAnalysisOverrideSettingsFile > C:\Users\Alex\AppData\Roaming\ICSharpCode/SharpDevelop4\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
2019-11-22 15:38:41 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2016-01-06 14:47:38 +00: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>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
</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>
<UseVSHostingProcess > false</UseVSHostingProcess>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
2022-09-09 10:27:51 +00:00
<DebugType > embedded</DebugType>
<Optimize > true</Optimize>
2016-01-06 14:47:38 +00:00
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<UseVSHostingProcess > false</UseVSHostingProcess>
<Prefer32Bit > false</Prefer32Bit>
2022-09-09 10:27:51 +00:00
<DebugSymbols > true</DebugSymbols>
2016-01-06 14:47:38 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)' == 'Release' " >
<CheckForOverflowUnderflow > False</CheckForOverflowUnderflow>
<BaseIntermediateOutputPath > obj\</BaseIntermediateOutputPath>
<StartAction > Project</StartAction>
</PropertyGroup>
<PropertyGroup Condition= " '$(Platform)' == 'AnyCPU' " >
<BaseAddress > 4194304</BaseAddress>
<RegisterForComInterop > False</RegisterForComInterop>
<GenerateSerializationAssemblies > Auto</GenerateSerializationAssemblies>
</PropertyGroup>
2019-01-04 11:16:51 +00:00
<PropertyGroup >
<SignManifests > false</SignManifests>
</PropertyGroup>
2019-11-27 10:00:13 +00:00
<PropertyGroup >
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
</PropertyGroup>
2022-09-09 10:27:51 +00:00
<PropertyGroup >
<NoWin32Manifest > true</NoWin32Manifest>
</PropertyGroup>
2016-01-06 14:47:38 +00:00
<ItemGroup >
2019-11-11 17:21:34 +00:00
<Reference Include= "Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
<HintPath > ..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
</Reference>
2019-08-21 09:23:51 +00:00
<Reference Include= "Microsoft.VisualBasic" />
2020-01-17 14:17:17 +00:00
<Reference Include= "PasswordGenerator, Version=2.0.5.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\PasswordGenerator.2.0.5\lib\netstandard2.0\PasswordGenerator.dll</HintPath>
2019-11-11 17:21:34 +00:00
</Reference>
2016-01-06 14:47:38 +00:00
<Reference Include= "System" />
<Reference Include= "System.configuration" />
<Reference Include= "System.Core" />
2019-11-19 13:41:28 +00:00
<Reference Include= "System.Diagnostics.Contracts" />
2016-01-06 14:47:38 +00:00
<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 >
2019-11-24 20:03:20 +00:00
<Compile Include= "Forms\AboutFrom.cs" >
2016-01-07 15:01:42 +00:00
<SubType > Form</SubType>
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "Forms\AboutFrom.Designer.cs" >
2016-01-07 15:01:42 +00:00
<DependentUpon > AboutFrom.cs</DependentUpon>
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "External Libraries\AES.cs" />
2019-11-28 20:36:43 +00:00
<Compile Include= "Forms\ChangePasswordForm.cs" >
2016-01-07 16:45:53 +00:00
<SubType > Form</SubType>
</Compile>
2019-11-28 20:36:43 +00:00
<Compile Include= "Forms\ChangePasswordForm.Designer.cs" >
<DependentUpon > ChangePasswordForm.cs</DependentUpon>
2016-01-07 16:45:53 +00:00
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "External Libraries\EncryptedString.cs" />
<Compile Include= "External Libraries\HideCaretRichTextBox.cs" >
2019-11-20 11:49:47 +00:00
<SubType > Component</SubType>
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "Forms\MainForm.cs" >
2016-01-06 14:47:38 +00:00
<SubType > Form</SubType>
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "Forms\MainForm.Designer.cs" >
2018-12-17 11:20:40 +00:00
<DependentUpon > MainForm.cs</DependentUpon>
2016-01-06 14:47:38 +00:00
</Compile>
2019-11-28 20:28:23 +00:00
<Compile Include= "Forms\EnterPasswordForm.cs" >
2016-01-06 14:47:38 +00:00
<SubType > Form</SubType>
</Compile>
2019-11-28 20:28:23 +00:00
<Compile Include= "Forms\EnterPasswordForm.Designer.cs" >
<DependentUpon > EnterPasswordForm.cs</DependentUpon>
2016-01-06 14:47:38 +00:00
</Compile>
2019-11-23 20:22:53 +00:00
<Compile Include= "External Libraries\MsgBoxCenterParent.cs" />
2019-11-24 20:03:20 +00:00
<Compile Include= "External Libraries\ExRichTextBox.cs" >
2019-08-27 07:04:44 +00:00
<SubType > Component</SubType>
</Compile>
2019-11-23 20:22:53 +00:00
<Compile Include= "External Libraries\OSVersionInfoClass.cs" />
2019-11-24 20:03:20 +00:00
<Compile Include= "Forms\PasswordGeneratorFrom.cs" >
2019-11-11 17:21:34 +00:00
<SubType > Form</SubType>
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "Forms\PasswordGeneratorFrom.Designer.cs" >
2019-11-11 17:21:34 +00:00
<DependentUpon > PasswordGeneratorFrom.cs</DependentUpon>
</Compile>
2019-11-23 20:22:53 +00:00
<Compile Include= "External Libraries\PortableSettingsProvider.cs" />
2016-01-06 14:47:38 +00:00
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2016-01-07 16:45:53 +00:00
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "Forms\SettingsForm.cs" >
2016-01-06 14:47:38 +00:00
<SubType > Form</SubType>
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "Forms\SettingsForm.Designer.cs" >
2016-01-06 14:47:38 +00:00
<DependentUpon > SettingsForm.cs</DependentUpon>
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "External Libraries\PlaceholderTextBox.cs" >
2019-10-28 18:32:13 +00:00
<SubType > Component</SubType>
</Compile>
2019-11-24 20:03:20 +00:00
<Compile Include= "External Libraries\Methods.cs" />
<EmbeddedResource Include= "Forms\AboutFrom.resx" >
2016-01-07 15:01:42 +00:00
<DependentUpon > AboutFrom.cs</DependentUpon>
</EmbeddedResource>
2019-11-28 20:36:43 +00:00
<EmbeddedResource Include= "Forms\ChangePasswordForm.resx" >
<DependentUpon > ChangePasswordForm.cs</DependentUpon>
2016-01-07 16:45:53 +00:00
</EmbeddedResource>
2019-11-24 20:03:20 +00:00
<EmbeddedResource Include= "Forms\MainForm.resx" >
2018-12-17 11:20:40 +00:00
<DependentUpon > MainForm.cs</DependentUpon>
2016-01-06 14:47:38 +00:00
</EmbeddedResource>
2019-11-28 20:28:23 +00:00
<EmbeddedResource Include= "Forms\EnterPasswordForm.resx" >
<DependentUpon > EnterPasswordForm.cs</DependentUpon>
2016-01-06 14:47:38 +00:00
</EmbeddedResource>
2019-11-24 20:03:20 +00:00
<EmbeddedResource Include= "Forms\PasswordGeneratorFrom.resx" >
2019-11-11 17:21:34 +00:00
<DependentUpon > PasswordGeneratorFrom.cs</DependentUpon>
</EmbeddedResource>
2016-01-06 14:47:38 +00:00
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<SubType > Designer</SubType>
2016-01-07 16:45:53 +00:00
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
2016-01-06 14:47:38 +00:00
</EmbeddedResource>
2019-11-24 20:03:20 +00:00
<EmbeddedResource Include= "Forms\SettingsForm.resx" >
2016-01-06 14:47:38 +00:00
<DependentUpon > SettingsForm.cs</DependentUpon>
2016-01-10 12:32:53 +00:00
</EmbeddedResource>
2019-11-11 17:21:34 +00:00
<None Include= "packages.config" />
2016-01-06 14:47:38 +00:00
<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>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
<ItemGroup >
2022-05-22 08:07:48 +00:00
<None Include= "Resources\clock--plus.png" />
<None Include= "Resources\clock_add.png" />
2021-04-07 11:19:36 +00:00
<None Include= "Resources\clipboard-text.png" />
2021-03-28 18:10:43 +00:00
<None Include= "Resources\Updater.exe" />
2021-03-28 17:46:45 +00:00
<None Include= "Resources\application.png" />
<None Include= "Resources\application-dock-180.png" />
2016-01-15 16:19:12 +00:00
<Content Include= "Notepad_Lock.ico" />
2016-01-06 14:47:38 +00:00
</ItemGroup>
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.0" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4 %28x86 и x64%29</ProductName>
<Install > true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Client.3.5" >
<Visible > False</Visible>
<ProductName > Клиентский профиль .NET Framework 3.5 с пакетом обновления 1 %28SP1%29</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.4.5" >
<Visible > False</Visible>
<ProductName > Windows Installer 4.5</ProductName>
<Install > true</Install>
</BootstrapperPackage>
</ItemGroup>
2018-12-09 13:37:57 +00:00
<ItemGroup >
<COMReference Include= "IWshRuntimeLibrary" >
<Guid > {F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
<VersionMajor > 1</VersionMajor>
<VersionMinor > 0</VersionMinor>
<Lcid > 0</Lcid>
<WrapperTool > tlbimp</WrapperTool>
<Isolated > False</Isolated>
<EmbedInteropTypes > True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
2019-11-27 10:00:49 +00:00
<ItemGroup />
2016-01-06 14:47:38 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2019-11-11 17:21:34 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
2020-01-17 14:17:56 +00:00
<Error Condition= "!Exists('..\packages\Fody.6.0.6\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.6\build\Fody.targets'))" />
2019-11-11 17:21:34 +00:00
</Target>
2020-01-17 14:17:56 +00:00
<Import Project= "..\packages\Fody.6.0.6\build\Fody.targets" Condition= "Exists('..\packages\Fody.6.0.6\build\Fody.targets')" />
2016-01-06 14:47:38 +00:00
<!-- 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>