-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTakymLib.ConsoleApp.csproj
More file actions
33 lines (32 loc) · 1.5 KB
/
TakymLib.ConsoleApp.csproj
File metadata and controls
33 lines (32 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--*
* TakymLib
* Copyright (C) 2020-2022 Yigty.ORG; all rights reserved.
* Copyright (C) 2020-2022 Takym.
*
* distributed under the MIT License.
**-->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>TakymLib.ConsoleApp</AssemblyName>
<RootNamespace>TakymLib.ConsoleApp</RootNamespace>
<OutputType>Exe</OutputType>
</PropertyGroup>
<Import Project="../../TakymLib.ProjectSettings.targets" />
<PropertyGroup>
<Product>TakymLib.ConsoleApp</Product>
<Description>The test console application for validation. The compatibility of this is not preserved.</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../TakymLib/TakymLib.csproj" />
<ProjectReference Include="../TakymLib.Aspect/TakymLib.Aspect.csproj" />
<ProjectReference Include="../TakymLib.CommandLine/TakymLib.CommandLine.csproj" />
<ProjectReference Include="../TakymLib.Extensibility/TakymLib.Extensibility.csproj" />
<ProjectReference Include="../TakymLib.Logging/TakymLib.Logging.csproj" />
<ProjectReference Include="../TakymLib.Security/TakymLib.Security.csproj" />
<ProjectReference Include="../TakymLib.Text/TakymLib.Text.csproj" />
<ProjectReference Include="../TakymLib.Threading.Distributed/TakymLib.Threading.Distributed.csproj" />
<ProjectReference Include="../TakymLib.Threading.Tasks/TakymLib.Threading.Tasks.csproj" />
<!-- TakymLib.UI はテストの対象に含めない。 -->
<Compile Include="../TakymLib/Text/BuildString.cs" Link="Text/BuildString" />
</ItemGroup>
</Project>