-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathConfigurator3.csproj
More file actions
28 lines (23 loc) · 931 Bytes
/
Configurator3.csproj
File metadata and controls
28 lines (23 loc) · 931 Bytes
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>3.1.0.8</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.117-develop" />
<PackageReference Include="GtkSourceSharp" Version="3.24.24.117-develop" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AccountingSoftwareLib\AccountingSoftware\AccountingSoftware.csproj" />
<ProjectReference Include="..\AccountingSoftwareLib\InterfaceGtk3\InterfaceGtk3.csproj" />
<Reference Include="Configurator">
<HintPath>..\Configurator3\bin\Debug\net10.0\Configurator3.exe</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="xslt/*.xslt" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>