|
@@ -44,6 +44,24 @@
|
44
|
44
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
45
|
45
|
</PropertyGroup>
|
46
|
46
|
<ItemGroup>
|
|
47
|
+ <Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL">
|
|
48
|
+ <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
|
|
49
|
+ </Reference>
|
|
50
|
+ <Reference Include="AForge.Controls, Version=2.2.5.0, Culture=neutral, PublicKeyToken=a8ac264d1dc6b9d9, processorArchitecture=MSIL">
|
|
51
|
+ <HintPath>..\packages\AForge.Controls.2.2.5\lib\AForge.Controls.dll</HintPath>
|
|
52
|
+ </Reference>
|
|
53
|
+ <Reference Include="AForge.Imaging, Version=2.2.5.0, Culture=neutral, PublicKeyToken=ba8ddea9676ca48b, processorArchitecture=MSIL">
|
|
54
|
+ <HintPath>..\packages\AForge.Imaging.2.2.5\lib\AForge.Imaging.dll</HintPath>
|
|
55
|
+ </Reference>
|
|
56
|
+ <Reference Include="AForge.Math, Version=2.2.5.0, Culture=neutral, PublicKeyToken=abba2e25397ee8c9, processorArchitecture=MSIL">
|
|
57
|
+ <HintPath>..\packages\AForge.Math.2.2.5\lib\AForge.Math.dll</HintPath>
|
|
58
|
+ </Reference>
|
|
59
|
+ <Reference Include="AForge.Video, Version=2.2.5.0, Culture=neutral, PublicKeyToken=cbfb6e07d173c401, processorArchitecture=MSIL">
|
|
60
|
+ <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
|
|
61
|
+ </Reference>
|
|
62
|
+ <Reference Include="AForge.Video.DirectShow, Version=2.2.5.0, Culture=neutral, PublicKeyToken=61ea4348d43881b7, processorArchitecture=MSIL">
|
|
63
|
+ <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
|
|
64
|
+ </Reference>
|
47
|
65
|
<Reference Include="log4net">
|
48
|
66
|
<HintPath>..\Common\dlls\log4net.dll</HintPath>
|
49
|
67
|
</Reference>
|
|
@@ -53,18 +71,18 @@
|
53
|
71
|
<Reference Include="System" />
|
54
|
72
|
<Reference Include="System.Data" />
|
55
|
73
|
<Reference Include="System.Drawing" />
|
56
|
|
- <Reference Include="System.Xml" />
|
57
|
74
|
<Reference Include="Microsoft.CSharp" />
|
58
|
75
|
<Reference Include="System.Core" />
|
59
|
|
- <Reference Include="System.Xml.Linq" />
|
60
|
76
|
<Reference Include="System.Data.DataSetExtensions" />
|
61
|
77
|
<Reference Include="System.Net.Http" />
|
62
|
|
- <Reference Include="System.Xaml">
|
63
|
|
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
64
|
|
- </Reference>
|
65
|
|
- <Reference Include="WindowsBase" />
|
66
|
78
|
<Reference Include="PresentationCore" />
|
67
|
79
|
<Reference Include="PresentationFramework" />
|
|
80
|
+ <Reference Include="System.Windows.Forms" />
|
|
81
|
+ <Reference Include="System.Xaml" />
|
|
82
|
+ <Reference Include="System.XML" />
|
|
83
|
+ <Reference Include="System.Xml.Linq" />
|
|
84
|
+ <Reference Include="WindowsBase" />
|
|
85
|
+ <Reference Include="WindowsFormsIntegration" />
|
68
|
86
|
<Reference Include="WpfAnimatedGif, Version=2.0.0.0, Culture=neutral, PublicKeyToken=9e7cd3b544a090dc, processorArchitecture=MSIL">
|
69
|
87
|
<HintPath>..\packages\WpfAnimatedGif.2.0.0\lib\net40\WpfAnimatedGif.dll</HintPath>
|
70
|
88
|
</Reference>
|
|
@@ -73,6 +91,9 @@
|
73
|
91
|
<Compile Include="AttendanceWindow.xaml.cs">
|
74
|
92
|
<DependentUpon>AttendanceWindow.xaml</DependentUpon>
|
75
|
93
|
</Compile>
|
|
94
|
+ <Compile Include="CameraWindow.xaml.cs">
|
|
95
|
+ <DependentUpon>CameraWindow.xaml</DependentUpon>
|
|
96
|
+ </Compile>
|
76
|
97
|
<Compile Include="LoadDialog.xaml.cs">
|
77
|
98
|
<DependentUpon>LoadDialog.xaml</DependentUpon>
|
78
|
99
|
</Compile>
|
|
@@ -107,6 +128,10 @@
|
107
|
128
|
<SubType>Designer</SubType>
|
108
|
129
|
<Generator>MSBuild:Compile</Generator>
|
109
|
130
|
</Page>
|
|
131
|
+ <Page Include="CameraWindow.xaml">
|
|
132
|
+ <SubType>Designer</SubType>
|
|
133
|
+ <Generator>MSBuild:Compile</Generator>
|
|
134
|
+ </Page>
|
110
|
135
|
<Page Include="LoadDialog.xaml">
|
111
|
136
|
<SubType>Designer</SubType>
|
112
|
137
|
<Generator>MSBuild:Compile</Generator>
|