1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{F101A777-AC4C-4B68-AEFC-B1085059574D}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >Gesture_checker_GUI</RootNamespace >
10
+ <AssemblyName >Gesture checker GUI</AssemblyName >
11
+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
+ <WarningLevel >4</WarningLevel >
15
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
+ <TargetFrameworkProfile />
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <OutputPath >bin\x64\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <DebugType >full</DebugType >
23
+ <PlatformTarget >x64</PlatformTarget >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
26
+ <Prefer32Bit >false</Prefer32Bit >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
29
+ <OutputPath >bin\x64\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <Optimize >true</Optimize >
32
+ <DebugType >pdbonly</DebugType >
33
+ <PlatformTarget >x64</PlatformTarget >
34
+ <ErrorReport >prompt</ErrorReport >
35
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
36
+ <Prefer32Bit >false</Prefer32Bit >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
39
+ <DebugSymbols >true</DebugSymbols >
40
+ <OutputPath >bin\x86\Debug\</OutputPath >
41
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
42
+ <DebugType >full</DebugType >
43
+ <PlatformTarget >x86</PlatformTarget >
44
+ <ErrorReport >prompt</ErrorReport >
45
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
46
+ <Prefer32Bit >false</Prefer32Bit >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
49
+ <OutputPath >bin\x86\Release\</OutputPath >
50
+ <DefineConstants >TRACE</DefineConstants >
51
+ <Optimize >true</Optimize >
52
+ <DebugType >pdbonly</DebugType >
53
+ <PlatformTarget >x86</PlatformTarget >
54
+ <ErrorReport >prompt</ErrorReport >
55
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
56
+ <Prefer32Bit >false</Prefer32Bit >
57
+ </PropertyGroup >
58
+ <ItemGroup >
59
+ <Reference Include =" GlmNet, Version=0.7.0.0, Culture=neutral, processorArchitecture=MSIL" >
60
+ <SpecificVersion >False</SpecificVersion >
61
+ <HintPath >..\glmnet-0.7.0\source\GlmNet\GlmNet\bin\Debug\GlmNet.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" LeapCSharp.NET4.0" >
64
+ <HintPath >..\LeapSDK\lib\LeapCSharp.NET4.0.dll</HintPath >
65
+ </Reference >
66
+ <Reference Include =" System" />
67
+ <Reference Include =" System.Data" />
68
+ <Reference Include =" System.Xml" />
69
+ <Reference Include =" Microsoft.CSharp" />
70
+ <Reference Include =" System.Core" />
71
+ <Reference Include =" System.Xml.Linq" />
72
+ <Reference Include =" System.Data.DataSetExtensions" />
73
+ <Reference Include =" System.Net.Http" />
74
+ <Reference Include =" System.Xaml" >
75
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
76
+ </Reference >
77
+ <Reference Include =" WindowsBase" />
78
+ <Reference Include =" PresentationCore" />
79
+ <Reference Include =" PresentationFramework" />
80
+ </ItemGroup >
81
+ <ItemGroup >
82
+ <ApplicationDefinition Include =" App.xaml" >
83
+ <Generator >MSBuild:Compile</Generator >
84
+ <SubType >Designer</SubType >
85
+ </ApplicationDefinition >
86
+ <Page Include =" MainWindow.xaml" >
87
+ <Generator >MSBuild:Compile</Generator >
88
+ <SubType >Designer</SubType >
89
+ </Page >
90
+ <Compile Include =" App.xaml.cs" >
91
+ <DependentUpon >App.xaml</DependentUpon >
92
+ <SubType >Code</SubType >
93
+ </Compile >
94
+ <Compile Include =" CGestureMatcher.cs" />
95
+ <Compile Include =" MainWindow.xaml.cs" >
96
+ <DependentUpon >MainWindow.xaml</DependentUpon >
97
+ <SubType >Code</SubType >
98
+ </Compile >
99
+ </ItemGroup >
100
+ <ItemGroup >
101
+ <Compile Include =" Properties\AssemblyInfo.cs" >
102
+ <SubType >Code</SubType >
103
+ </Compile >
104
+ <Compile Include =" Properties\Resources.Designer.cs" >
105
+ <AutoGen >True</AutoGen >
106
+ <DesignTime >True</DesignTime >
107
+ <DependentUpon >Resources.resx</DependentUpon >
108
+ </Compile >
109
+ <Compile Include =" Properties\Settings.Designer.cs" >
110
+ <AutoGen >True</AutoGen >
111
+ <DependentUpon >Settings.settings</DependentUpon >
112
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
113
+ </Compile >
114
+ <EmbeddedResource Include =" Properties\Resources.resx" >
115
+ <Generator >ResXFileCodeGenerator</Generator >
116
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
117
+ </EmbeddedResource >
118
+ <None Include =" Properties\Settings.settings" >
119
+ <Generator >SettingsSingleFileGenerator</Generator >
120
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
121
+ </None >
122
+ </ItemGroup >
123
+ <ItemGroup >
124
+ <None Include =" App.config" />
125
+ </ItemGroup >
126
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127
+ </Project >
0 commit comments