Files
cs-oo-project/Online Gokkantoor/GUI_Gokkantoor/GUI_Gokkantoor.csproj
2019-08-12 18:15:17 +02:00

175 lines
6.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 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>{0FE2B3A0-3F8F-44C5-A96E-B821404E5335}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>GUI_Gokkantoor</RootNamespace>
<AssemblyName>GUI_Gokkantoor</AssemblyName>
<TargetFrameworkVersion>v4.6.1</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="AddBalance.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AddBalance.Designer.cs">
<DependentUpon>AddBalance.cs</DependentUpon>
</Compile>
<Compile Include="Admin.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Admin.Designer.cs">
<DependentUpon>Admin.cs</DependentUpon>
</Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Gokspel.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Gokspel.Designer.cs">
<DependentUpon>Gokspel.cs</DependentUpon>
</Compile>
<Compile Include="Login.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Login.Designer.cs">
<DependentUpon>Login.cs</DependentUpon>
</Compile>
<Compile Include="Match.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Match.Designer.cs">
<DependentUpon>Match.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SetGok.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SetGok.Designer.cs">
<DependentUpon>SetGok.cs</DependentUpon>
</Compile>
<Compile Include="Team.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Team.Designer.cs">
<DependentUpon>Team.cs</DependentUpon>
</Compile>
<Compile Include="UpdateMatch.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UpdateMatch.Designer.cs">
<DependentUpon>UpdateMatch.cs</DependentUpon>
</Compile>
<Compile Include="User.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="User.Designer.cs">
<DependentUpon>User.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="AddBalance.resx">
<DependentUpon>AddBalance.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Admin.resx">
<DependentUpon>Admin.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Gokspel.resx">
<DependentUpon>Gokspel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Login.resx">
<DependentUpon>Login.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Match.resx">
<DependentUpon>Match.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="SetGok.resx">
<DependentUpon>SetGok.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Team.resx">
<DependentUpon>Team.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateMatch.resx">
<DependentUpon>UpdateMatch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="User.resx">
<DependentUpon>User.cs</DependentUpon>
</EmbeddedResource>
<None Include="Data\db.json" />
<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>
<ItemGroup>
<ProjectReference Include="..\Globals\Globals.csproj">
<Project>{3643bc50-8412-4c17-99e0-9d4bf7edeb78}</Project>
<Name>Globals</Name>
</ProjectReference>
<ProjectReference Include="..\Logic\Logic.csproj">
<Project>{82f1af49-f9fa-42a1-bd3b-a37c36e340ad}</Project>
<Name>Logic</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>