author | PAMPHILE Jonathan <pamphile@efrei.fr> |
Thu, 24 Sep 2009 17:39:19 +0200 | |
changeset 113 | 3c9ebcf59e64 |
parent 112 | 08bc8eac9e71 |
parent 111 | 168048e2f1bc |
child 124 | 14b058fc64fc |
permissions | -rw-r--r-- |
0 | 1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
2 |
<PropertyGroup> |
|
3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
4 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
5 |
<ProjectGuid>{2E4DE79B-67F4-4803-8C9A-5708B4335353}</ProjectGuid> |
|
6 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
7 |
<RootNamespace>FingersDance</RootNamespace> |
|
8 |
<AssemblyName>FingersDance</AssemblyName> |
|
9 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
10 |
<WarningLevel>4</WarningLevel> |
|
11 |
<OutputType>winexe</OutputType> |
|
111 | 12 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
13 |
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
14 |
<PublishUrl>Publish\</PublishUrl> |
|
0 | 15 |
<Install>true</Install> |
16 |
<InstallFrom>Web</InstallFrom> |
|
17 |
<UpdateEnabled>true</UpdateEnabled> |
|
18 |
<UpdateMode>Foreground</UpdateMode> |
|
19 |
<UpdateInterval>7</UpdateInterval> |
|
20 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
21 |
<UpdatePeriodically>false</UpdatePeriodically> |
|
22 |
<UpdateRequired>false</UpdateRequired> |
|
23 |
<MapFileExtensions>false</MapFileExtensions> |
|
111 | 24 |
<ApplicationRevision>0</ApplicationRevision> |
25 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
26 |
<UseApplicationTrust>false</UseApplicationTrust> |
|
0 | 27 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
28 |
</PropertyGroup> |
|
29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
30 |
<DebugSymbols>true</DebugSymbols> |
|
31 |
<DebugType>full</DebugType> |
|
32 |
<Optimize>false</Optimize> |
|
33 |
<OutputPath>.\bin\Debug\</OutputPath> |
|
34 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
35 |
</PropertyGroup> |
|
36 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
37 |
<DebugSymbols>false</DebugSymbols> |
|
38 |
<Optimize>true</Optimize> |
|
39 |
<OutputPath>.\bin\Release\</OutputPath> |
|
40 |
<DefineConstants>TRACE</DefineConstants> |
|
41 |
</PropertyGroup> |
|
6 | 42 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
43 |
<DebugSymbols>true</DebugSymbols> |
|
44 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
45 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
46 |
<DebugType>full</DebugType> |
|
47 |
<PlatformTarget>x86</PlatformTarget> |
|
48 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
49 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
50 |
</PropertyGroup> |
|
51 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
52 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
53 |
<DefineConstants>TRACE</DefineConstants> |
|
54 |
<Optimize>true</Optimize> |
|
55 |
<PlatformTarget>x86</PlatformTarget> |
|
56 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
57 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
58 |
</PropertyGroup> |
|
0 | 59 |
<ItemGroup> |
60 |
<Reference Include="System" /> |
|
61 |
<Reference Include="System.Core"> |
|
62 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
63 |
</Reference> |
|
64 |
<Reference Include="System.Xml.Linq"> |
|
65 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
66 |
</Reference> |
|
67 |
<Reference Include="System.Data.DataSetExtensions"> |
|
68 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
69 |
</Reference> |
|
70 |
<Reference Include="System.Data" /> |
|
71 |
<Reference Include="System.Xml" /> |
|
72 |
<Reference Include="WindowsBase" /> |
|
73 |
<Reference Include="PresentationCore" /> |
|
74 |
<Reference Include="PresentationFramework" /> |
|
75 |
<Reference Include="Microsoft.Surface" /> |
|
76 |
<Reference Include="Microsoft.Surface.Presentation" /> |
|
77 |
<Reference Include="Microsoft.Surface.Presentation.Generic" /> |
|
78 |
</ItemGroup> |
|
79 |
<ItemGroup> |
|
80 |
<ApplicationDefinition Include="App.xaml"> |
|
81 |
<Generator>MSBuild:Compile</Generator> |
|
82 |
<SubType>Designer</SubType> |
|
83 |
</ApplicationDefinition> |
|
84 |
<Compile Include="App.xaml.cs"> |
|
85 |
<DependentUpon>App.xaml</DependentUpon> |
|
86 |
<SubType>Code</SubType> |
|
87 |
</Compile> |
|
88 |
</ItemGroup> |
|
89 |
<ItemGroup> |
|
90 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
91 |
<EmbeddedResource Include="Properties\Resources.resx"> |
|
92 |
<Generator>ResXFileCodeGenerator</Generator> |
|
93 |
<SubType>Designer</SubType> |
|
94 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
95 |
</EmbeddedResource> |
|
96 |
<None Include="Properties\Settings.settings"> |
|
97 |
<Generator>SettingsSingleFileGenerator</Generator> |
|
98 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
99 |
</None> |
|
59 | 100 |
<Content Include="Resources\menu.xml"> |
101 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
102 |
</Content> |
|
0 | 103 |
<Compile Include="Properties\Resources.Designer.cs"> |
104 |
<AutoGen>True</AutoGen> |
|
105 |
<DesignTime>True</DesignTime> |
|
106 |
<DependentUpon>Resources.resx</DependentUpon> |
|
107 |
</Compile> |
|
108 |
<Compile Include="Properties\Settings.Designer.cs"> |
|
109 |
<AutoGen>True</AutoGen> |
|
110 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
111 |
<DependentUpon>Settings.settings</DependentUpon> |
|
112 |
</Compile> |
|
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
113 |
<Compile Include="MainSurfaceWindow.xaml.cs"> |
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
114 |
<DependentUpon>MainSurfaceWindow.xaml</DependentUpon> |
0 | 115 |
</Compile> |
116 |
<AppDesigner Include="Properties\" /> |
|
117 |
</ItemGroup> |
|
118 |
<ItemGroup> |
|
109 | 119 |
<Content Include="Resources\Butterfly.jpg"> |
120 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
121 |
</Content> |
|
72
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
122 |
<Content Include="Resources\Butterfly.wmv"> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
123 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
124 |
</Content> |
0 | 125 |
<Content Include="Resources\icon.png"> |
126 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
127 |
</Content> |
|
128 |
<Content Include="Resources\iconPreview.png"> |
|
129 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
130 |
</Content> |
|
109 | 131 |
<Content Include="Resources\Lake.jpg"> |
132 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
133 |
</Content> |
|
49 | 134 |
<Content Include="Resources\Lake.wmv"> |
135 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
136 |
</Content> |
|
109 | 137 |
<Content Include="Resources\videos.xml"> |
138 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
139 |
</Content> |
|
0 | 140 |
<Resource Include="FingersDance.xml" /> |
141 |
</ItemGroup> |
|
142 |
<ItemGroup> |
|
143 |
<Resource Include="Resources\WindowBackground.jpg" /> |
|
144 |
</ItemGroup> |
|
145 |
<ItemGroup> |
|
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
146 |
<Page Include="MainSurfaceWindow.xaml"> |
0 | 147 |
<Generator>MSBuild:Compile</Generator> |
148 |
<SubType>Designer</SubType> |
|
149 |
</Page> |
|
150 |
</ItemGroup> |
|
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
151 |
<ItemGroup> |
54
c724ac229181
Singleton de la factory
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
49
diff
changeset
|
152 |
<ProjectReference Include="..\FingersDance.ActionFactory\FingersDance.ActionFactory.csproj"> |
c724ac229181
Singleton de la factory
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
49
diff
changeset
|
153 |
<Project>{C7B905EA-0678-4DA0-8EF8-7F9CBD22818E}</Project> |
c724ac229181
Singleton de la factory
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
49
diff
changeset
|
154 |
<Name>FingersDance.ActionFactory</Name> |
c724ac229181
Singleton de la factory
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
49
diff
changeset
|
155 |
</ProjectReference> |
112 | 156 |
<ProjectReference Include="..\FingersDance.Control.Menu\FingersDance.Control.Menu.csproj"> |
157 |
<Project>{6960F7ED-3D82-4BCE-AB88-D31D6C72F2B6}</Project> |
|
158 |
<Name>FingersDance.Control.Menu</Name> |
|
159 |
</ProjectReference> |
|
46
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
160 |
<ProjectReference Include="..\FingersDance.Control.Pivot\FingersDance.Control.Pivot.csproj"> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
161 |
<Project>{0EC4C48C-132C-4926-9A09-A4135C58688C}</Project> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
162 |
<Name>FingersDance.Control.Pivot</Name> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
163 |
</ProjectReference> |
82 | 164 |
<ProjectReference Include="..\FingersDance.Control.Screen\FingersDance.Control.Screen.csproj"> |
165 |
<Project>{67E2CB60-529E-4AFF-8E0F-A8087EE638B1}</Project> |
|
166 |
<Name>FingersDance.Control.Screen</Name> |
|
167 |
</ProjectReference> |
|
111 | 168 |
<ProjectReference Include="..\FingersDance.Control.SessionInput\FingersDance.Control.SessionInput.csproj"> |
169 |
<Project>{4C5C068F-7D41-4563-9109-7B57485F4BED}</Project> |
|
170 |
<Name>FingersDance.Control.SessionInput</Name> |
|
171 |
</ProjectReference> |
|
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
172 |
<ProjectReference Include="..\FingersDance.Control.UserPanel\FingersDance.Control.UserPanel.csproj"> |
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
173 |
<Project>{E6A3A067-1CB4-43D2-BB9C-DC72361F7E22}</Project> |
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
174 |
<Name>FingersDance.Control.UserPanel</Name> |
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
175 |
</ProjectReference> |
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
176 |
</ItemGroup> |
111 | 177 |
<ItemGroup> |
178 |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
|
179 |
<Visible>False</Visible> |
|
180 |
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
|
181 |
<Install>false</Install> |
|
182 |
</BootstrapperPackage> |
|
183 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
|
184 |
<Visible>False</Visible> |
|
185 |
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
|
186 |
<Install>false</Install> |
|
187 |
</BootstrapperPackage> |
|
188 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
|
189 |
<Visible>False</Visible> |
|
190 |
<ProductName>.NET Framework 3.5</ProductName> |
|
191 |
<Install>true</Install> |
|
192 |
</BootstrapperPackage> |
|
193 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|
194 |
<Visible>False</Visible> |
|
195 |
<ProductName>Windows Installer 3.1</ProductName> |
|
196 |
<Install>true</Install> |
|
197 |
</BootstrapperPackage> |
|
198 |
</ItemGroup> |
|
0 | 199 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
200 |
</Project> |