1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{0D49FD4F-D019-41A7-8FF7-E8E8E3691D55}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >OpenKinect</RootNamespace >
12
+ <AssemblyName >OpenKinect</AssemblyName >
13
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <DebugType >pdbonly</DebugType >
27
+ <Optimize >true</Optimize >
28
+ <OutputPath >bin\Release\</OutputPath >
29
+ <DefineConstants >TRACE</DefineConstants >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <WarningLevel >4</WarningLevel >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
34
+ <DebugSymbols >true</DebugSymbols >
35
+ <OutputPath >bin\x86\Debug\</OutputPath >
36
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
37
+ <DebugType >full</DebugType >
38
+ <PlatformTarget >x86</PlatformTarget >
39
+ <CodeAnalysisLogFile >bin\Debug\OpenKinect.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile >
40
+ <CodeAnalysisUseTypeNameInSuppression >true</CodeAnalysisUseTypeNameInSuppression >
41
+ <CodeAnalysisModuleSuppressionsFile >GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile >
42
+ <ErrorReport >prompt</ErrorReport >
43
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
44
+ <CodeAnalysisRuleSetDirectories >;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories >
45
+ <CodeAnalysisRuleDirectories >;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
48
+ <OutputPath >bin\x86\Release\</OutputPath >
49
+ <DefineConstants >TRACE</DefineConstants >
50
+ <Optimize >true</Optimize >
51
+ <DebugType >pdbonly</DebugType >
52
+ <PlatformTarget >x86</PlatformTarget >
53
+ <CodeAnalysisLogFile >bin\Release\OpenKinect.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile >
54
+ <CodeAnalysisUseTypeNameInSuppression >true</CodeAnalysisUseTypeNameInSuppression >
55
+ <CodeAnalysisModuleSuppressionsFile >GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile >
56
+ <ErrorReport >prompt</ErrorReport >
57
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
58
+ <CodeAnalysisRuleSetDirectories >;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories >
59
+ <CodeAnalysisRuleDirectories >;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories >
60
+ </PropertyGroup >
61
+ <ItemGroup >
62
+ <Reference Include =" LibUsbDotNet" >
63
+ <HintPath >..\external\LibUsbDotNet.dll</HintPath >
64
+ </Reference >
65
+ <Reference Include =" System" />
66
+ <Reference Include =" System.Core" />
67
+ <Reference Include =" System.Xml.Linq" />
68
+ <Reference Include =" System.Data.DataSetExtensions" />
69
+ <Reference Include =" Microsoft.CSharp" />
70
+ <Reference Include =" System.Data" />
71
+ <Reference Include =" System.Xml" />
72
+ </ItemGroup >
73
+ <ItemGroup >
74
+ <Compile Include =" KinectLEDStatus.cs" />
75
+ <Compile Include =" KinectMotor.cs" />
76
+ <Compile Include =" Properties\AssemblyInfo.cs" />
77
+ </ItemGroup >
78
+ <ItemGroup >
79
+ <Folder Include =" Camera\" />
80
+ </ItemGroup >
81
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83
+ Other similar extension points exist, see Microsoft.Common.targets.
84
+ <Target Name="BeforeBuild">
85
+ </Target>
86
+ <Target Name="AfterBuild">
87
+ </Target>
88
+ -->
89
+ </Project >
0 commit comments