diff options
Diffstat (limited to 'Gestor.Common/Gestor.Common.csproj')
| -rw-r--r-- | Gestor.Common/Gestor.Common.csproj | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Gestor.Common/Gestor.Common.csproj b/Gestor.Common/Gestor.Common.csproj new file mode 100644 index 0000000..ebd448a --- /dev/null +++ b/Gestor.Common/Gestor.Common.csproj @@ -0,0 +1,25 @@ +<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> + <PropertyGroup> + <AssemblyName>Gestor.Common</AssemblyName> + <GenerateAssemblyInfo>False</GenerateAssemblyInfo> + <UseWPF>True</UseWPF> + <TargetFramework>net48</TargetFramework> + </PropertyGroup> + <PropertyGroup> + <LangVersion>11.0</LangVersion> + <AllowUnsafeBlocks>True</AllowUnsafeBlocks> + </PropertyGroup> + <PropertyGroup /> + <ItemGroup /> + <ItemGroup> + <Reference Include="Gestor.Model" /> + <Reference Include="System.Core"> + <HintPath>../../../../usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.25/System.Core.dll</HintPath> + </Reference> + <Reference Include="WindowsBase"> + <HintPath>../../../../usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.25/WindowsBase.dll</HintPath> + </Reference> + <Reference Include="System.Net.Http" /> + <Reference Include="PresentationCore" /> + </ItemGroup> +</Project>
\ No newline at end of file |