summaryrefslogtreecommitdiff
path: root/Gestor.Common/Gestor.Common.csproj
diff options
context:
space:
mode:
authorLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-03-30 17:17:46 +0000
committerLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-03-30 17:17:46 +0000
commit0440c722a221b8068bbf388c1c0c51f0faff0451 (patch)
tree169cbf90c50ff7961db82ecb606c50c2a45a1688 /Gestor.Common/Gestor.Common.csproj
parent225aa1499e37faf9d38257caabbadc68d78b427e (diff)
downloadgestor-0440c722a221b8068bbf388c1c0c51f0faff0451.tar.gz
gestor-0440c722a221b8068bbf388c1c0c51f0faff0451.zip
some dllsHEADmaster
Diffstat (limited to 'Gestor.Common/Gestor.Common.csproj')
-rw-r--r--Gestor.Common/Gestor.Common.csproj25
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