-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathToS-TextClient.csproj
More file actions
42 lines (42 loc) · 1.78 KB
/
ToS-TextClient.csproj
File metadata and controls
42 lines (42 loc) · 1.78 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
34
35
36
37
38
39
40
41
42
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net46</TargetFramework>
<Copyright>© 2018 CrazyPhoenix</Copyright>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/CrazyPyroEagle/ToS-TextClient.git</RepositoryUrl>
<PackageLicenseUrl>https://github.com/CrazyPyroEagle/ToS-TextClient/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/CrazyPyroEagle/ToS-TextClient</PackageProjectUrl>
<Description>An unofficial text client for Town of Salem.</Description>
<Authors>CrazyPhoenix</Authors>
<Company>CrazyPhoenix</Company>
<RootNamespace>ToSTextClient</RootNamespace>
<ApplicationIcon />
<OutputType>Exe</OutputType>
<StartupObject>ToSTextClient.TextClient</StartupObject>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<FileVersion>1.7.13.0</FileVersion>
<Version>1.7.1</Version>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageReleaseNotes>Build 9706</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="Configuration == 'Release'">
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Colorful.Console" Version="1.2.9" />
<PackageReference Include="Costura.Fody" Version="3.1.0" />
<PackageReference Include="Optional" Version="4.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ToS-Parser\ToS-Parser.csproj" />
</ItemGroup>
</Project>