-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Expand file tree
/
Copy pathFlexGridShowcaseDemo.csproj
More file actions
32 lines (27 loc) · 1.1 KB
/
FlexGridShowcaseDemo.csproj
File metadata and controls
32 lines (27 loc) · 1.1 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>App.ico</ApplicationIcon>
<Company>MESCIUS inc.</Company>
<Copyright>©️ MESCIUS inc. All rights reserved.</Copyright>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="App.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="C1.Win" Version="8.0.20242.700" />
<PackageReference Include="C1.Win.FlexGrid" Version="8.0.20242.700" />
<PackageReference Include="C1.Win.Ribbon" Version="8.0.20242.700" />
<PackageReference Include="C1.Win.RulesManager" Version="8.0.20242.700" />
<PackageReference Include="C1.Win.SuperTooltip" Version="8.0.20242.700" />
<PackageReference Include="C1.Win.Themes" Version="8.0.20242.700" />
</ItemGroup>
<ItemGroup>
<Content Include="Greenwich.c1themez">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>