CSharpLibrary/CSharpLibrary.csproj

192 lines
7.8 KiB
XML
Raw Permalink Normal View History

2021-09-02 08:04:56 -03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{BEDA9585-DDE2-44E3-BBCA-634DBDEEF886}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>CSharpLibrary</RootNamespace>
<AssemblyName>CSharpLibrary</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="SqlTypes\Objeto.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SqlTypes\Abstratos.cs" />
<Compile Include="SqlTypes\Pessoa.cs" />
<Compile Include="stuff\Cliente\Cadastro_de_Clientes.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Cliente\Cadastro_de_Clientes.Designer.cs">
<DependentUpon>Cadastro_de_Clientes.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Consulta.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Consulta.Designer.cs">
<DependentUpon>Consulta.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Item\AlterarEmprestimo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Item\AlterarEmprestimo.Designer.cs">
<DependentUpon>AlterarEmprestimo.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Item\CadastroLivros.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Item\CadastroLivros.Designer.cs">
<DependentUpon>CadastroLivros.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Item\AlterarLivro.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Item\AlterarLivro.Designer.cs">
<DependentUpon>AlterarLivro.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Cliente\ConsultaCliente.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Cliente\ConsultaCliente.Designer.cs">
<DependentUpon>ConsultaCliente.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Login.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Login.Designer.cs">
<DependentUpon>Login.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Item\ConsultaLivro.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Item\ConsultaLivro.Designer.cs">
<DependentUpon>ConsultaLivro.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Retirada_de_livros.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Retirada_de_livros.Designer.cs">
<DependentUpon>Retirada_de_livros.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Item\search.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Item\search.Designer.cs">
<DependentUpon>search.cs</DependentUpon>
</Compile>
<Compile Include="stuff\Tela_Principal.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="stuff\Tela_Principal.Designer.cs">
<DependentUpon>Tela_Principal.cs</DependentUpon>
</Compile>
<Compile Include="tbTrabalhoDataSet.cs">
<DependentUpon>tbTrabalhoDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="tbTrabalhoDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>tbTrabalhoDataSet.xsd</DependentUpon>
</Compile>
<EmbeddedResource Include="stuff\Cliente\Cadastro_de_Clientes.resx">
<DependentUpon>Cadastro_de_Clientes.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Consulta.resx">
<DependentUpon>Consulta.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Item\AlterarEmprestimo.resx">
<DependentUpon>AlterarEmprestimo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Item\CadastroLivros.resx">
<DependentUpon>CadastroLivros.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Item\AlterarLivro.resx">
<DependentUpon>AlterarLivro.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Cliente\ConsultaCliente.resx">
<DependentUpon>ConsultaCliente.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Login.resx">
<DependentUpon>Login.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Item\ConsultaLivro.resx">
<DependentUpon>ConsultaLivro.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Retirada_de_livros.resx">
<DependentUpon>Retirada_de_livros.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Item\search.resx">
<DependentUpon>search.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="stuff\Tela_Principal.resx">
<DependentUpon>Tela_Principal.cs</DependentUpon>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="tbTrabalhoDataSet.xsc">
<DependentUpon>tbTrabalhoDataSet.xsd</DependentUpon>
</None>
<None Include="tbTrabalhoDataSet.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>tbTrabalhoDataSet.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="tbTrabalhoDataSet.xss">
<DependentUpon>tbTrabalhoDataSet.xsd</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>