|
1 | | -<Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | | - <PropertyGroup> |
3 | | - <TargetFramework>net7.0</TargetFramework> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <RootNamespace>Reinforced.Typings.Cli</RootNamespace> |
6 | | - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
7 | | - <DebugSymbols Condition="$(Configuration) == 'Release'">false</DebugSymbols> |
8 | | - <DebugType Condition="$(Configuration) == 'Release'">None</DebugType> |
9 | | - <StartupObject>Reinforced.Typings.Cli.Bootstrapper</StartupObject> |
10 | | - <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> |
11 | | - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
12 | | - <Platforms>AnyCPU;x64;x86</Platforms> |
13 | | - |
14 | | - <AssemblyName>rtcli</AssemblyName> |
15 | | - <Company>Reinforced Software Construction OSS</Company> |
16 | | - <Copyright>Pavel B. Novikov 2019</Copyright> |
17 | | - <AssemblyTitle>$(AssemblyName)</AssemblyTitle> |
18 | | - <AssemblyVersion>1.6.1</AssemblyVersion> |
19 | | - <FileVersion>1.6.1</FileVersion> |
20 | | - <InformationalVersion>1.6.1</InformationalVersion> |
21 | | - <DefineConstants>$(DefineConstants);$(RtAdditionalConstants);</DefineConstants> |
22 | | - </PropertyGroup> |
23 | | - <ItemGroup> |
24 | | - <Compile Remove="Properties\AssemblyInfo.cs" /> |
25 | | - </ItemGroup> |
26 | | - <ItemGroup> |
27 | | - <Compile Include="..\Reinforced.Typings\Sign.cs" Link="Sign.cs" /> |
28 | | - </ItemGroup> |
29 | | - <ItemGroup> |
30 | | - <Folder Include="Properties\" /> |
31 | | - </ItemGroup> |
32 | | - |
33 | | - <ItemGroup Condition="$(RtNetCore)=='True'"> |
34 | | - <PackageReference Include="System.Runtime" Version="4.3.0" /> |
35 | | - <PackageReference Include="System.Runtime.Loader" Version="4.3.0" /> |
36 | | - <PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" /> |
37 | | - </ItemGroup> |
38 | | - |
39 | | - <ItemGroup> |
40 | | - <ProjectReference Include="..\Reinforced.Typings\Reinforced.Typings.NETCore.csproj" /> |
41 | | - </ItemGroup> |
42 | | - |
43 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Web"> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>net7.0</TargetFramework> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <RootNamespace>Reinforced.Typings.Cli</RootNamespace> |
| 6 | + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 7 | + <DebugSymbols Condition="$(Configuration) == 'Release'">false</DebugSymbols> |
| 8 | + <DebugType Condition="$(Configuration) == 'Release'">None</DebugType> |
| 9 | + <StartupObject>Reinforced.Typings.Cli.Bootstrapper</StartupObject> |
| 10 | + <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> |
| 11 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 12 | + <Platforms>AnyCPU;x64;x86</Platforms> |
| 13 | + |
| 14 | + <AssemblyName>rtcli</AssemblyName> |
| 15 | + <Company>Reinforced Software Construction OSS</Company> |
| 16 | + <Copyright>Pavel B. Novikov 2019</Copyright> |
| 17 | + <AssemblyTitle>$(AssemblyName)</AssemblyTitle> |
| 18 | + <AssemblyVersion>1.6.2</AssemblyVersion> |
| 19 | + <FileVersion>1.6.2</FileVersion> |
| 20 | + <InformationalVersion>1.6.2</InformationalVersion> |
| 21 | + <DefineConstants>$(DefineConstants);$(RtAdditionalConstants);</DefineConstants> |
| 22 | + </PropertyGroup> |
| 23 | + <ItemGroup> |
| 24 | + <Compile Remove="Properties\AssemblyInfo.cs" /> |
| 25 | + </ItemGroup> |
| 26 | + <ItemGroup> |
| 27 | + <Compile Include="..\Reinforced.Typings\Sign.cs" Link="Sign.cs" /> |
| 28 | + </ItemGroup> |
| 29 | + <ItemGroup> |
| 30 | + <Folder Include="Properties\" /> |
| 31 | + </ItemGroup> |
| 32 | + |
| 33 | + <ItemGroup Condition="$(RtNetCore)=='True'"> |
| 34 | + <PackageReference Include="System.Runtime" Version="4.3.0" /> |
| 35 | + <PackageReference Include="System.Runtime.Loader" Version="4.3.0" /> |
| 36 | + <PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" /> |
| 37 | + </ItemGroup> |
| 38 | + |
| 39 | + <ItemGroup> |
| 40 | + <ProjectReference Include="..\Reinforced.Typings\Reinforced.Typings.NETCore.csproj" /> |
| 41 | + </ItemGroup> |
| 42 | + |
| 43 | +</Project> |
0 commit comments