2021-01-12 01:34:14 -05:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2021-02-05 20:09:56 -05:00
<Import Project= "packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props" Condition= "Exists('packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" />
2021-01-12 01:34:14 -05:00
<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 > {525C0420-12EE-4A97-A54E-59F651CB98A9}</ProjectGuid>
<OutputType > WinExe</OutputType>
<RootNamespace > GreatHomeChildcare</RootNamespace>
<AssemblyName > GreatHomeChildcare</AssemblyName>
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2021-01-13 01:23:55 -05:00
<IsWebBootstrapper > true</IsWebBootstrapper>
2021-01-12 01:34:14 -05:00
<PublishUrl > M:\down\GreatHomeChildcare\</PublishUrl>
<Install > true</Install>
<InstallFrom > Web</InstallFrom>
<UpdateEnabled > false</UpdateEnabled>
<UpdateMode > Foreground</UpdateMode>
<UpdateInterval > 7</UpdateInterval>
<UpdateIntervalUnits > Days</UpdateIntervalUnits>
<UpdatePeriodically > false</UpdatePeriodically>
<UpdateRequired > false</UpdateRequired>
<MapFileExtensions > true</MapFileExtensions>
<InstallUrl > http://kougyoku.freeshell.org/down/DBWizard/</InstallUrl>
<ProductName > GreatHomeChildcare</ProductName>
<PublisherName > Great Home Childcare</PublisherName>
<ApplicationRevision > 0</ApplicationRevision>
<ApplicationVersion > 1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust > false</UseApplicationTrust>
<CreateDesktopShortcut > true</CreateDesktopShortcut>
<BootstrapperEnabled > true</BootstrapperEnabled>
</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>
2021-01-23 23:20:36 -05:00
<PropertyGroup >
<ApplicationIcon > attendanceProgram.ico</ApplicationIcon>
</PropertyGroup>
2021-01-12 01:34:14 -05:00
<ItemGroup >
<Reference Include= "CsvHelper, Version=12.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL" >
<HintPath > packages\CsvHelper.12.1.2\lib\net45\CsvHelper.dll</HintPath>
</Reference>
<Reference Include= "Dapper, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\Dapper.2.0.35\lib\net461\Dapper.dll</HintPath>
</Reference>
2021-02-05 20:09:56 -05:00
<Reference Include= "OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL" >
<HintPath > packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.dll</HintPath>
</Reference>
<Reference Include= "OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL" >
<HintPath > packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Blob.dll</HintPath>
</Reference>
<Reference Include= "OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL" >
<HintPath > packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
</Reference>
<Reference Include= "OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL" >
<HintPath > packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
</Reference>
2021-01-12 01:34:14 -05:00
<Reference Include= "System" />
<Reference Include= "System.Configuration" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<HintPath > packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net46\System.Data.SQLite.dll</HintPath>
</Reference>
2021-01-23 01:38:03 -05:00
<Reference Include= "System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > packages\System.ValueTuple.4.4.0\lib\net47\System.ValueTuple.dll</HintPath>
2021-01-12 01:34:14 -05:00
</Reference>
<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 >
2021-01-17 20:57:19 -05:00
<Compile Include= "frmAdminForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "frmAdminForm.Designer.cs" >
<DependentUpon > frmAdminForm.cs</DependentUpon>
</Compile>
2021-01-21 01:29:15 -05:00
<Compile Include= "frmChildCrud.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "frmChildCrud.Designer.cs" >
<DependentUpon > frmChildCrud.cs</DependentUpon>
</Compile>
2021-01-23 23:36:52 -05:00
<Compile Include= "frmGuardianCrud.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "frmGuardianCrud.Designer.cs" >
<DependentUpon > frmGuardianCrud.cs</DependentUpon>
</Compile>
2021-01-12 01:34:14 -05:00
<Compile Include= "frmMainForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "frmMainForm.Designer.cs" >
<DependentUpon > frmMainForm.cs</DependentUpon>
</Compile>
<Compile Include= "frmPinEntry.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "frmPinEntry.Designer.cs" >
<DependentUpon > frmPinEntry.cs</DependentUpon>
</Compile>
2021-02-03 01:05:58 -05:00
<Compile Include= "frmReports.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "frmReports.Designer.cs" >
<DependentUpon > frmReports.cs</DependentUpon>
</Compile>
2021-01-14 19:19:35 -05:00
<Compile Include= "ImageWrangler.cs" />
2021-01-12 01:34:14 -05:00
<Compile Include= "Models\Attendance.cs" />
2021-01-13 01:23:55 -05:00
<Compile Include= "Models\Authorized_Guardian.cs" />
2021-01-12 01:34:14 -05:00
<Compile Include= "Models\Child.cs" />
<Compile Include= "Models\Guardian.cs" />
2021-02-05 01:16:12 -05:00
<Compile Include= "Models\Reports.cs" />
2021-01-12 01:34:14 -05:00
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2021-02-05 20:09:56 -05:00
<Compile Include= "SnapShotWin.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "SnapShotWin.Designer.cs" >
<DependentUpon > SnapShotWin.cs</DependentUpon>
</Compile>
2021-01-12 01:34:14 -05:00
<Compile Include= "SqliteDataAccess.cs" />
2021-02-05 20:09:56 -05:00
<EmbeddedResource Include= "SnapShotWin.resx" >
<DependentUpon > SnapShotWin.cs</DependentUpon>
</EmbeddedResource>
2021-01-21 01:29:15 -05:00
<None Include= "Properties\DataSources\GreatHomeChildcare.Models.Child.datasource" />
2021-01-23 23:36:52 -05:00
<None Include= "Properties\DataSources\GreatHomeChildcare.Models.Guardian.datasource" />
2021-01-14 19:19:35 -05:00
<None Include= "Resources\child.png" />
2021-01-17 20:57:19 -05:00
<EmbeddedResource Include= "frmAdminForm.resx" >
<DependentUpon > frmAdminForm.cs</DependentUpon>
</EmbeddedResource>
2021-01-21 01:29:15 -05:00
<EmbeddedResource Include= "frmChildCrud.resx" >
<DependentUpon > frmChildCrud.cs</DependentUpon>
</EmbeddedResource>
2021-01-23 23:36:52 -05:00
<EmbeddedResource Include= "frmGuardianCrud.resx" >
<DependentUpon > frmGuardianCrud.cs</DependentUpon>
</EmbeddedResource>
2021-01-12 01:34:14 -05:00
<EmbeddedResource Include= "frmMainForm.resx" >
<DependentUpon > frmMainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "frmPinEntry.resx" >
<DependentUpon > frmPinEntry.cs</DependentUpon>
</EmbeddedResource>
2021-02-03 01:05:58 -05:00
<EmbeddedResource Include= "frmReports.resx" >
<DependentUpon > frmReports.cs</DependentUpon>
</EmbeddedResource>
2021-01-12 01:34:14 -05:00
<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>
2021-01-14 19:19:35 -05:00
<DesignTime > True</DesignTime>
2021-01-12 01:34:14 -05:00
</Compile>
2021-01-23 23:20:36 -05:00
<Content Include= "attendanceProgram.ico" />
2021-01-13 01:23:55 -05:00
<Content Include= "GreatHome.db" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2021-01-12 01:34:14 -05:00
<None Include= "packages.config" />
<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 >
<BootstrapperPackage Include= ".NETFramework,Version=v4.7.2" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
<Install > true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5.SP1" >
<Visible > False</Visible>
<ProductName > .NET Framework 3.5 SP1</ProductName>
<Install > false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition= "Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
2021-02-05 20:09:56 -05:00
<Error Condition= "!Exists('packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props'))" />
2021-01-12 01:34:14 -05:00
</Target>
<PropertyGroup >
<PreBuildEvent > rmdir /s /q app.publish</PreBuildEvent>
</PropertyGroup>
</Project>