2022-08-13 19:38:14 +02:00

164 lines
6.2 KiB
XML

<?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>{6456DDCB-170B-44D8-8D19-8BB34537563C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>bankApplication</RootNamespace>
<AssemblyName>bankApplication</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>
<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="Account.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Account.Designer.cs">
<DependentUpon>Account.cs</DependentUpon>
</Compile>
<Compile Include="Balance.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Balance.Designer.cs">
<DependentUpon>Balance.cs</DependentUpon>
</Compile>
<Compile Include="ChangePin.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ChangePin.Designer.cs">
<DependentUpon>ChangePin.cs</DependentUpon>
</Compile>
<Compile Include="Deposit.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Deposit.Designer.cs">
<DependentUpon>Deposit.cs</DependentUpon>
</Compile>
<Compile Include="FASTCASH.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FASTCASH.Designer.cs">
<DependentUpon>FASTCASH.cs</DependentUpon>
</Compile>
<Compile Include="Homepage.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Homepage.Designer.cs">
<DependentUpon>Homepage.cs</DependentUpon>
</Compile>
<Compile Include="Login.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Login.Designer.cs">
<DependentUpon>Login.cs</DependentUpon>
</Compile>
<Compile Include="Ministatement.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Ministatement.Designer.cs">
<DependentUpon>Ministatement.cs</DependentUpon>
</Compile>
<Compile Include="Sprogress.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Sprogress.Designer.cs">
<DependentUpon>Sprogress.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Withdraw.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Withdraw.Designer.cs">
<DependentUpon>Withdraw.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="Account.resx">
<DependentUpon>Account.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Balance.resx">
<DependentUpon>Balance.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ChangePin.resx">
<DependentUpon>ChangePin.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Deposit.resx">
<DependentUpon>Deposit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FASTCASH.resx">
<DependentUpon>FASTCASH.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Homepage.resx">
<DependentUpon>Homepage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Login.resx">
<DependentUpon>Login.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Ministatement.resx">
<DependentUpon>Ministatement.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Sprogress.resx">
<DependentUpon>Sprogress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EmbeddedResource Include="Withdraw.resx">
<DependentUpon>Withdraw.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>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>