1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" 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 >{690FABB1-5188-48D5-8F65-AE4DDACF9953}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >ClientKit</RootNamespace >
11+ <AssemblyName >ClientKit45</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ <CodeAnalysisRuleSet >ManagedMinimumRules.ruleset</CodeAnalysisRuleSet >
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+ <ItemGroup >
34+ <Reference Include =" System" />
35+ <Reference Include =" System.Core" />
36+ <Reference Include =" System.Xml.Linq" />
37+ <Reference Include =" System.Data.DataSetExtensions" />
38+ <Reference Include =" Microsoft.CSharp" />
39+ <Reference Include =" System.Data" />
40+ <Reference Include =" System.Xml" />
41+ </ItemGroup >
42+ <ItemGroup >
43+ <Compile Include =" ..\ClientKit\ClientKit.cs" >
44+ <Link >ClientKit.cs</Link >
45+ </Compile >
46+ <Compile Include =" ..\ClientKit\ClientReportTypes.cs" >
47+ <Link >ClientReportTypes.cs</Link >
48+ </Compile >
49+ <Compile Include =" ..\ClientKit\Interface.cs" >
50+ <Link >Interface.cs</Link >
51+ </Compile >
52+ <Compile Include =" ..\ClientKit\Pose3.cs" >
53+ <Link >Pose3.cs</Link >
54+ </Compile >
55+ <Compile Include =" ..\ClientKit\Quaternion.cs" >
56+ <Link >Quaternion.cs</Link >
57+ </Compile >
58+ <Compile Include =" ..\ClientKit\TimeValue.cs" >
59+ <Link >TimeValue.cs</Link >
60+ </Compile >
61+ <Compile Include =" ..\ClientKit\Vec3.cs" >
62+ <Link >Vec3.cs</Link >
63+ </Compile >
64+ <Compile Include =" Properties\AssemblyInfo.cs" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <Content Include =" ..\ClientKit\osvrClient.dll" >
68+ <Link >osvrClient.dll</Link >
69+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
70+ </Content >
71+ <Content Include =" ..\ClientKit\osvrClientKit.dll" >
72+ <Link >osvrClientKit.dll</Link >
73+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
74+ </Content >
75+ <Content Include =" ..\ClientKit\osvrCommon.dll" >
76+ <Link >osvrCommon.dll</Link >
77+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
78+ </Content >
79+ <Content Include =" ..\ClientKit\osvrTransform.dll" >
80+ <Link >osvrTransform.dll</Link >
81+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
82+ </Content >
83+ <Content Include =" ..\ClientKit\osvrUtil.dll" >
84+ <Link >osvrUtil.dll</Link >
85+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
86+ </Content >
87+ </ItemGroup >
88+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90+ Other similar extension points exist, see Microsoft.Common.targets.
91+ <Target Name="BeforeBuild">
92+ </Target>
93+ <Target Name="AfterBuild">
94+ </Target>
95+ -->
96+ </Project >
0 commit comments