author | ARIAS Santiago |
Mon, 26 Oct 2009 08:36:15 +0100 | |
changeset 173 | e99fe78cd168 |
permissions | -rw-r--r-- |
173
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
2 |
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
3 |
<PropertyGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
6 |
<ProductVersion>9.0.21022</ProductVersion> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
8 |
<ProjectGuid>{99A9037F-5431-44DD-BCE9-ED60670DEBC1}</ProjectGuid> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
9 |
<OutputType>library</OutputType> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
11 |
<RootNamespace>GestureControl</RootNamespace> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
12 |
<AssemblyName>GestureControl</AssemblyName> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
14 |
<FileAlignment>512</FileAlignment> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
15 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
16 |
<WarningLevel>4</WarningLevel> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
17 |
<SccProjectName> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
18 |
</SccProjectName> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
19 |
<SccLocalPath> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
20 |
</SccLocalPath> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
21 |
<SccAuxPath> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
22 |
</SccAuxPath> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
23 |
<SccProvider> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
24 |
</SccProvider> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
25 |
<ExpressionBlendVersion>3.0.1927.0</ExpressionBlendVersion> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
26 |
</PropertyGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
28 |
<DebugSymbols>true</DebugSymbols> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
29 |
<DebugType>full</DebugType> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
30 |
<Optimize>false</Optimize> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
31 |
<OutputPath>bin\Debug\</OutputPath> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
32 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
33 |
<ErrorReport>prompt</ErrorReport> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
34 |
<WarningLevel>4</WarningLevel> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
35 |
</PropertyGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
36 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
37 |
<DebugType>pdbonly</DebugType> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
38 |
<Optimize>true</Optimize> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
39 |
<OutputPath>bin\Release\</OutputPath> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
40 |
<DefineConstants>TRACE</DefineConstants> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
41 |
<ErrorReport>prompt</ErrorReport> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
42 |
<WarningLevel>4</WarningLevel> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
43 |
</PropertyGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
44 |
<ItemGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
45 |
<Reference Include="Microsoft.Surface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
46 |
<Reference Include="Microsoft.Surface.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
47 |
<Reference Include="Microsoft.Surface.Presentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
48 |
<Reference Include="Microsoft.Surface.Presentation.Generic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
49 |
<Reference Include="System" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
50 |
<Reference Include="System.Core"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
51 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
52 |
</Reference> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
53 |
<Reference Include="System.Xml.Linq"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
54 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
55 |
</Reference> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
56 |
<Reference Include="System.Data.DataSetExtensions"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
57 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
58 |
</Reference> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
59 |
<Reference Include="System.Data" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
60 |
<Reference Include="System.Xml" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
61 |
<Reference Include="UIAutomationProvider"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
62 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
63 |
</Reference> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
64 |
<Reference Include="WindowsBase"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
65 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
66 |
</Reference> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
67 |
<Reference Include="PresentationCore"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
68 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
69 |
</Reference> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
70 |
<Reference Include="PresentationFramework"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
71 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
72 |
</Reference> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
73 |
</ItemGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
74 |
<ItemGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
75 |
<Page Include="Themes\Generic.xaml"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
76 |
<Generator>MSBuild:Compile</Generator> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
77 |
<SubType>Designer</SubType> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
78 |
</Page> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
79 |
<Compile Include="GestureControl.cs"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
80 |
<SubType>Code</SubType> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
81 |
</Compile> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
82 |
</ItemGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
83 |
<ItemGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
84 |
<Compile Include="DoubleHalfConverter.cs" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
85 |
<Compile Include="GestureVector.cs" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
86 |
<Compile Include="Properties\AssemblyInfo.cs"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
87 |
<SubType>Code</SubType> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
88 |
</Compile> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
89 |
<Compile Include="Properties\Resources.Designer.cs"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
90 |
<AutoGen>True</AutoGen> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
91 |
<DesignTime>True</DesignTime> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
92 |
<DependentUpon>Resources.resx</DependentUpon> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
93 |
</Compile> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
94 |
<Compile Include="Properties\Settings.Designer.cs"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
95 |
<AutoGen>True</AutoGen> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
96 |
<DependentUpon>Settings.settings</DependentUpon> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
97 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
98 |
</Compile> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
99 |
<EmbeddedResource Include="Properties\Resources.resx"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
100 |
<Generator>ResXFileCodeGenerator</Generator> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
101 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
102 |
<SubType>Designer</SubType> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
103 |
</EmbeddedResource> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
104 |
<None Include="Properties\Settings.settings"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
105 |
<Generator>SettingsSingleFileGenerator</Generator> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
106 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
107 |
</None> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
108 |
<AppDesigner Include="Properties\" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
109 |
</ItemGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
110 |
<ItemGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
111 |
<EmbeddedResource Include="Resources\Patterns.xml"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
112 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
113 |
</EmbeddedResource> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
114 |
</ItemGroup> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
115 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
116 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
117 |
Other similar extension points exist, see Microsoft.Common.targets. |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
118 |
<Target Name="BeforeBuild"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
119 |
</Target> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
120 |
<Target Name="AfterBuild"> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
121 |
</Target> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
122 |
--> |
e99fe78cd168
Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff
changeset
|
123 |
</Project> |