-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKeyboardMaster.csproj
More file actions
51 lines (43 loc) · 1.55 KB
/
KeyboardMaster.csproj
File metadata and controls
51 lines (43 loc) · 1.55 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
43
44
45
46
47
48
49
50
51
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>Без имени-1.ico</ApplicationIcon>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>
<ItemGroup>
<Compile Remove="KeyboardMaster-Server\**" />
<Compile Remove="m3md2\**" />
<EmbeddedResource Remove="KeyboardMaster-Server\**" />
<EmbeddedResource Remove="m3md2\**" />
<None Remove="KeyboardMaster-Server\**" />
<None Remove="m3md2\**" />
<Page Remove="KeyboardMaster-Server\**" />
<Page Remove="m3md2\**" />
</ItemGroup>
<ItemGroup>
<None Remove="Attachments\d2.gif" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Attachments\d2.gif">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.0.1" />
<PackageReference Include="MouseKeyHook" Version="5.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="m3md2\m3md2.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Attachments\d1.gif">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>