33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
55 <LangVersion >preview</LangVersion >
6- <Configuration Condition =" '$(Configuration)' == '' " >Debug </Configuration >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Release </Configuration >
77 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
88 <ProjectGuid >{57EAA6B0-5C69-4AE0-8C88-89126AC0BC78}</ProjectGuid >
99 <OutputType >WinExe</OutputType >
1515 <Deterministic >true</Deterministic >
1616 <TargetFrameworkProfile />
1717 </PropertyGroup >
18- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Default |AnyCPU' " >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release |AnyCPU' " >
1919 <PlatformTarget >AnyCPU</PlatformTarget >
2020 <DebugType >none</DebugType >
2121 <Optimize >true</Optimize >
2222 <OutputPath >bin\Release\</OutputPath >
23- <DefineConstants >TRACE</DefineConstants >
23+ <DefineConstants >
24+ </DefineConstants >
2425 <ErrorReport >none</ErrorReport >
25- <WarningLevel >4 </WarningLevel >
26+ <WarningLevel >5 </WarningLevel >
2627 <Prefer32Bit >false</Prefer32Bit >
2728 <NoWarn >S108;SA1200;SA1600;SA1633;SA1602;S2486;S1075;SA0001;SA1101;</NoWarn >
2829 </PropertyGroup >
29- <PropertyGroup />
3030 <PropertyGroup >
3131 <StartupObject />
32- </PropertyGroup >
33- <PropertyGroup />
34- <PropertyGroup >
35- <ApplicationManifest >app.manifest</ApplicationManifest >
36- </PropertyGroup >
37- <PropertyGroup >
38- <ApplicationIcon >icon.ico</ApplicationIcon >
32+ <ApplicationManifest >Properties\app.manifest</ApplicationManifest >
33+ <ApplicationIcon >Properties\icon.ico</ApplicationIcon >
3934 </PropertyGroup >
4035 <ItemGroup >
4136 <Reference Include =" BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL" >
4237 <SpecificVersion >False</SpecificVersion >
4338 <HintPath >Properties\BouncyCastle.Cryptography.dll</HintPath >
39+ <Private >False</Private >
4440 </Reference >
4541 <Reference Include =" System" />
4642 <Reference Include =" System.Drawing" />
4743 <Reference Include =" System.IO.Compression" />
4844 <Reference Include =" System.Windows.Forms" />
4945 <Reference Include =" Microsoft.CSharp" />
50- </ItemGroup >
51- <ItemGroup >
52- <Compile Include =" AndroidKeyGenForm.cs" />
53- <Compile Include =" LaUIForm.cs" />
54- <Compile Include =" Program.cs" />
46+ <Compile Include =" src\AndroidKeyGenForm.cs" />
47+ <Compile Include =" src\CertUtils.cs" />
48+ <Compile Include =" src\LaUIForm.cs" />
49+ <Compile Include =" src\Program.cs" />
5550 <Compile Include =" Properties\AssemblyInfo.cs" />
56- </ItemGroup >
57- <ItemGroup >
58- <None Include =" .editorconfig" />
59- <None Include =" app.manifest" />
51+ <None Include =" Properties\app.manifest" />
6052 <EmbeddedResource Include =" Properties\res.gz" />
61- </ItemGroup >
62- <ItemGroup >
53+ <EmbeddedResource Include =" Properties\Android_symbol_green_RGB.png" />
54+ <Content Include =" Properties\icon.ico" />
55+ <None Include =" Properties\BouncyCastle.Cryptography.dll" />
6356 <PackageReference Include =" StyleCop.Analyzers" >
6457 <Version >1.2.0-beta.556</Version >
6558 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
6659 <PrivateAssets >all</PrivateAssets >
6760 </PackageReference >
6861 </ItemGroup >
69- <ItemGroup >
70- <Content Include =" icon.ico" />
71- <Content Include =" Properties\BouncyCastle.Cryptography.dll" />
72- </ItemGroup >
7362 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7463 <PropertyGroup >
75- <PostBuildEvent >cd "$(TargetDir)" && del BouncyCastle.Cryptography.dll
76-
77- lalaki_sign "$(TargetPath)"</PostBuildEvent >
64+ <PostBuildEvent >lalaki_sign "$(TargetPath)"</PostBuildEvent >
7865 </PropertyGroup >
7966</Project >
0 commit comments