Levelcode-IBRCAD/IBRCAD/IBRCAD.csproj

73 lines
2.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="iTextSharp" Version="5.5.13.3" />
<PackageReference Include="Microsoft.SqlServer.Server" Version="1.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BLL\BLL.csproj" />
<ProjectReference Include="..\CCH\CCH.csproj" />
<ProjectReference Include="..\DAL\DAL.csproj" />
<ProjectReference Include="..\ENP\ENP.csproj" />
<ProjectReference Include="..\FFT\FFT.csproj" />
<ProjectReference Include="..\LOGS\LOGS.csproj" />
<ProjectReference Include="..\MLL\MLL.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic.PowerPacks">
<HintPath>..\..\Login-Plano-Moderno-Transparente-Placeholder-WinForm-C-Sharp-master\FlatLoginWatermark\bin\Debug\Microsoft.VisualBasic.PowerPacks.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Update="ButtonCustom\ButtonCustom.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="frm_dashboardMore.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="frm_cadCat.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="frm_cadsubcat.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="frm_cadproducts.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="frm_movimentacaovenda.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="RadioButtonNT\RadioButtonCustom.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="ToggleButton\ToggleButton.cs">
<SubType>Component</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>