Создан проект Intersvyaz.Core.

This commit is contained in:
mikhail "synzr" 2025-11-19 10:48:54 +05:00
parent ad2453f97d
commit fe86ee934c
5 changed files with 240 additions and 1 deletions

View file

@ -5,7 +5,9 @@ VisualStudioVersion = 15.0.33801.198
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersvyaz", "src\Intersvyaz\Intersvyaz.csproj", "{06793BA6-51AC-4451-9686-683F64F6B257}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersvyaz", "src\Intersvyaz\Intersvyaz.csproj", "{06793BA6-51AC-4451-9686-683F64F6B257}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersvyaz.Net", "src\Intersvyaz.Net\Intersvyaz.Net.csproj", "{D53E9B31-82CA-4B3B-A6BA-9F4B9353ABB1}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Intersvyaz.Net", "src\Intersvyaz.Net\Intersvyaz.Net.csproj", "{D53E9B31-82CA-4B3B-A6BA-9F4B9353ABB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersvyaz.Core", "src\Intersvyaz.Core\Intersvyaz.Core.csproj", "{FBE4CED9-3007-44B4-AABB-E49916DA09C1}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -67,6 +69,26 @@ Global
{D53E9B31-82CA-4B3B-A6BA-9F4B9353ABB1}.Release|x64.Build.0 = Release|Any CPU {D53E9B31-82CA-4B3B-A6BA-9F4B9353ABB1}.Release|x64.Build.0 = Release|Any CPU
{D53E9B31-82CA-4B3B-A6BA-9F4B9353ABB1}.Release|x86.ActiveCfg = Release|Any CPU {D53E9B31-82CA-4B3B-A6BA-9F4B9353ABB1}.Release|x86.ActiveCfg = Release|Any CPU
{D53E9B31-82CA-4B3B-A6BA-9F4B9353ABB1}.Release|x86.Build.0 = Release|Any CPU {D53E9B31-82CA-4B3B-A6BA-9F4B9353ABB1}.Release|x86.Build.0 = Release|Any CPU
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|ARM.ActiveCfg = Debug|ARM
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|ARM.Build.0 = Debug|ARM
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|ARM64.ActiveCfg = Debug|ARM64
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|ARM64.Build.0 = Debug|ARM64
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|x64.ActiveCfg = Debug|x64
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|x64.Build.0 = Debug|x64
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|x86.ActiveCfg = Debug|x86
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Debug|x86.Build.0 = Debug|x86
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|Any CPU.Build.0 = Release|Any CPU
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|ARM.ActiveCfg = Release|ARM
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|ARM.Build.0 = Release|ARM
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|ARM64.ActiveCfg = Release|ARM64
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|ARM64.Build.0 = Release|ARM64
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|x64.ActiveCfg = Release|x64
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|x64.Build.0 = Release|x64
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|x86.ActiveCfg = Release|x86
{FBE4CED9-3007-44B4-AABB-E49916DA09C1}.Release|x86.Build.0 = Release|x86
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

View file

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Intersvyaz.Core
{
public class Class1
{
}
}

View file

@ -0,0 +1,143 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.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>{FBE4CED9-3007-44B4-AABB-E49916DA09C1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Intersvyaz.Core</RootNamespace>
<AssemblyName>Intersvyaz.Core</AssemblyName>
<DefaultLanguage>ru-RU</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</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;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<PlatformTarget>ARM</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<PlatformTarget>ARM</PlatformTarget>
<OutputPath>bin\ARM\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
<PlatformTarget>ARM64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
<PlatformTarget>ARM64</PlatformTarget>
<OutputPath>bin\ARM64\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\Intersvyaz.Core.rd.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.8</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<!-- 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>

View file

@ -0,0 +1,29 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Intersvyaz.Core")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Intersvyaz.Core")]
[assembly: AssemblyCopyright("Copyright © 2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: ComVisible(false)]

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Этот файл содержит директивы среды выполнения, спецификации о типах, к которым получает доступ приложение
через отражение, и другие динамические шаблоны кода. Директивы среды выполнения используются для управления
оптимизатором .NET Native, а также чтобы не удалить код, к которому обращается ваша библиотека. Если
библиотека не выполняет отражение, обычно изменять этот файл не нужно. Но
если библиотека отражает типы (особенно типы, переданные в нее или наследуемые из ее типов),
следует написать директивы среды выполнения.
Чаще всего отражение используется в библиотеках для обнаружения информации о типах, переданных
в библиотеку. У директив среды выполнения есть три способа выражения требований к типам, переданным в
библиотеку.
1. Parameter, GenericParameter, TypeParameter, TypeEnumerableParameter
Используйте эти директивы для отражения типов, переданных в виде параметров.
2. SubTypes
Используйте директиву SubTypes для отражения типов, наследуемых из другого типа.
3. AttributeImplies
Используйте директиву AttributeImplies, чтобы указать, что библиотеке необходимо отразить
типы или методы, снабженные атрибутом.
Дополнительные сведения о написании директив среды выполнения для библиотек:
https://go.microsoft.com/fwlink/?LinkID=391919
.-->
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="Intersvyaz.Core">
<!-- добавьте сюда директивы для своей библиотеки -->
</Library>
</Directives>