diff --git a/Crypto Notepad/Crypto Notepad.csproj b/Crypto Notepad/Crypto Notepad.csproj index c1bcc00..28e00dc 100644 --- a/Crypto Notepad/Crypto Notepad.csproj +++ b/Crypto Notepad/Crypto Notepad.csproj @@ -1,5 +1,6 @@  + Debug @@ -38,6 +39,8 @@ 1.0.0.%2a false true + + AnyCPU @@ -76,7 +79,13 @@ false + + ..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll + + + ..\packages\PasswordGenerator.2.0.1\lib\netstandard2.0\PasswordGenerator.dll + @@ -120,6 +129,12 @@ Component + + Form + + + PasswordGeneratorFrom.cs + @@ -137,6 +152,7 @@ Component + AboutFrom.cs @@ -149,6 +165,9 @@ EnterKeyForm.cs + + PasswordGeneratorFrom.cs + ResXFileCodeGenerator Designer @@ -157,6 +176,7 @@ SettingsForm.cs + SettingsSingleFileGenerator Settings.Designer.cs @@ -171,6 +191,7 @@ + @@ -210,6 +231,14 @@ + + + Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}. + + + + + + + + + + + + + + A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + + + + + A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + + + + + A list of unmanaged 32 bit assembly names to include, delimited with line breaks. + + + + + A list of unmanaged 64 bit assembly names to include, delimited with line breaks. + + + + + The order of preloaded assemblies, delimited with line breaks. + + + + + + This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file. + + + + + Controls if .pdbs for reference assemblies are also embedded. + + + + + Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option. + + + + + As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off. + + + + + Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code. + + + + + Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior. + + + + + A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + + + + + A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |. + + + + + A list of unmanaged 32 bit assembly names to include, delimited with |. + + + + + A list of unmanaged 64 bit assembly names to include, delimited with |. + + + + + The order of preloaded assemblies, delimited with |. + + + + + + + + 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. + + + + + A comma-separated list of error codes that can be safely ignored in assembly verification. + + + + + 'false' to turn off automatic generation of the XML Schema file. + + + + + \ No newline at end of file diff --git a/Crypto Notepad/packages.config b/Crypto Notepad/packages.config new file mode 100644 index 0000000..884d534 --- /dev/null +++ b/Crypto Notepad/packages.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file