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