author | PAMPHILE Jonathan <pamphile@efrei.fr> |
Wed, 23 Sep 2009 16:56:08 +0200 | |
changeset 85 | 3e8532a77c2e |
parent 83 | 841de52a9f83 |
parent 82 | c37122b567fa |
child 104 | 1a428e733fea |
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> |
|
12 |
<Install>true</Install> |
|
13 |
<InstallFrom>Web</InstallFrom> |
|
14 |
<UpdateEnabled>true</UpdateEnabled> |
|
15 |
<UpdateMode>Foreground</UpdateMode> |
|
16 |
<UpdateInterval>7</UpdateInterval> |
|
17 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
18 |
<UpdatePeriodically>false</UpdatePeriodically> |
|
19 |
<UpdateRequired>false</UpdateRequired> |
|
20 |
<MapFileExtensions>false</MapFileExtensions> |
|
21 |
<ApplicationVersion>1.0.0.*</ApplicationVersion> |
|
22 |
<IsWebBootstrapper>true</IsWebBootstrapper> |
|
23 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
24 |
<PublishUrl>Publish\</PublishUrl> |
|
25 |
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
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 |
</PropertyGroup> |
|
34 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
35 |
<DebugSymbols>false</DebugSymbols> |
|
36 |
<Optimize>true</Optimize> |
|
37 |
<OutputPath>.\bin\Release\</OutputPath> |
|
38 |
<DefineConstants>TRACE</DefineConstants> |
|
39 |
</PropertyGroup> |
|
6 | 40 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
41 |
<DebugSymbols>true</DebugSymbols> |
|
42 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
43 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
44 |
<DebugType>full</DebugType> |
|
45 |
<PlatformTarget>x86</PlatformTarget> |
|
46 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
47 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
48 |
</PropertyGroup> |
|
49 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
50 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
51 |
<DefineConstants>TRACE</DefineConstants> |
|
52 |
<Optimize>true</Optimize> |
|
53 |
<PlatformTarget>x86</PlatformTarget> |
|
54 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
55 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
56 |
</PropertyGroup> |
|
0 | 57 |
<ItemGroup> |
58 |
<Reference Include="System" /> |
|
59 |
<Reference Include="System.Core"> |
|
60 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
61 |
</Reference> |
|
62 |
<Reference Include="System.Xml.Linq"> |
|
63 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
64 |
</Reference> |
|
65 |
<Reference Include="System.Data.DataSetExtensions"> |
|
66 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
67 |
</Reference> |
|
68 |
<Reference Include="System.Data" /> |
|
69 |
<Reference Include="System.Xml" /> |
|
70 |
<Reference Include="WindowsBase" /> |
|
71 |
<Reference Include="PresentationCore" /> |
|
72 |
<Reference Include="PresentationFramework" /> |
|
73 |
<Reference Include="Microsoft.Surface" /> |
|
74 |
<Reference Include="Microsoft.Surface.Presentation" /> |
|
75 |
<Reference Include="Microsoft.Surface.Presentation.Generic" /> |
|
76 |
</ItemGroup> |
|
77 |
<ItemGroup> |
|
78 |
<ApplicationDefinition Include="App.xaml"> |
|
79 |
<Generator>MSBuild:Compile</Generator> |
|
80 |
<SubType>Designer</SubType> |
|
81 |
</ApplicationDefinition> |
|
82 |
<Compile Include="App.xaml.cs"> |
|
83 |
<DependentUpon>App.xaml</DependentUpon> |
|
84 |
<SubType>Code</SubType> |
|
85 |
</Compile> |
|
86 |
</ItemGroup> |
|
87 |
<ItemGroup> |
|
88 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
89 |
<EmbeddedResource Include="Properties\Resources.resx"> |
|
90 |
<Generator>ResXFileCodeGenerator</Generator> |
|
91 |
<SubType>Designer</SubType> |
|
92 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
93 |
</EmbeddedResource> |
|
94 |
<None Include="Properties\Settings.settings"> |
|
95 |
<Generator>SettingsSingleFileGenerator</Generator> |
|
96 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
97 |
</None> |
|
59 | 98 |
<Content Include="Resources\menu.xml"> |
99 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
100 |
</Content> |
|
0 | 101 |
<Compile Include="Properties\Resources.Designer.cs"> |
102 |
<AutoGen>True</AutoGen> |
|
103 |
<DesignTime>True</DesignTime> |
|
104 |
<DependentUpon>Resources.resx</DependentUpon> |
|
105 |
</Compile> |
|
106 |
<Compile Include="Properties\Settings.Designer.cs"> |
|
107 |
<AutoGen>True</AutoGen> |
|
108 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
109 |
<DependentUpon>Settings.settings</DependentUpon> |
|
110 |
</Compile> |
|
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
111 |
<Compile Include="MainSurfaceWindow.xaml.cs"> |
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
112 |
<DependentUpon>MainSurfaceWindow.xaml</DependentUpon> |
0 | 113 |
</Compile> |
114 |
<AppDesigner Include="Properties\" /> |
|
115 |
</ItemGroup> |
|
116 |
<ItemGroup> |
|
72
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
117 |
<Resource Include="Resources\Butterfly.jpg" /> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
118 |
<Content Include="Resources\Butterfly.wmv"> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
119 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
120 |
</Content> |
0 | 121 |
<Content Include="Resources\icon.png"> |
122 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
123 |
</Content> |
|
124 |
<Content Include="Resources\iconPreview.png"> |
|
125 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
126 |
</Content> |
|
72
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
127 |
<Resource Include="Resources\Lake.jpg" /> |
49 | 128 |
<Content Include="Resources\Lake.wmv"> |
129 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
130 |
</Content> |
|
0 | 131 |
<Resource Include="FingersDance.xml" /> |
132 |
</ItemGroup> |
|
133 |
<ItemGroup> |
|
134 |
<Resource Include="Resources\WindowBackground.jpg" /> |
|
135 |
</ItemGroup> |
|
136 |
<ItemGroup> |
|
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
137 |
<Page Include="MainSurfaceWindow.xaml"> |
0 | 138 |
<Generator>MSBuild:Compile</Generator> |
139 |
<SubType>Designer</SubType> |
|
140 |
</Page> |
|
141 |
</ItemGroup> |
|
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
142 |
<ItemGroup> |
54
c724ac229181
Singleton de la factory
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
49
diff
changeset
|
143 |
<ProjectReference Include="..\FingersDance.ActionFactory\FingersDance.ActionFactory.csproj"> |
c724ac229181
Singleton de la factory
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
49
diff
changeset
|
144 |
<Project>{C7B905EA-0678-4DA0-8EF8-7F9CBD22818E}</Project> |
c724ac229181
Singleton de la factory
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
49
diff
changeset
|
145 |
<Name>FingersDance.ActionFactory</Name> |
c724ac229181
Singleton de la factory
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
49
diff
changeset
|
146 |
</ProjectReference> |
72
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
147 |
<ProjectReference Include="..\FingersDance.Control.ListVideo\FingersDance.Control.ListVideo.csproj"> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
148 |
<Project>{072436EC-FCD5-4A55-96AA-0047BF25BD37}</Project> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
149 |
<Name>FingersDance.Control.ListVideo</Name> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
61
diff
changeset
|
150 |
</ProjectReference> |
46
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
151 |
<ProjectReference Include="..\FingersDance.Control.Pivot\FingersDance.Control.Pivot.csproj"> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
152 |
<Project>{0EC4C48C-132C-4926-9A09-A4135C58688C}</Project> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
153 |
<Name>FingersDance.Control.Pivot</Name> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
154 |
</ProjectReference> |
82 | 155 |
<ProjectReference Include="..\FingersDance.Control.Screen\FingersDance.Control.Screen.csproj"> |
156 |
<Project>{67E2CB60-529E-4AFF-8E0F-A8087EE638B1}</Project> |
|
157 |
<Name>FingersDance.Control.Screen</Name> |
|
158 |
</ProjectReference> |
|
61 | 159 |
<ProjectReference Include="..\FingersDance.Control.SessionInput\FingersDance.Control.SessionInput.csproj"> |
160 |
<Project>{4C5C068F-7D41-4563-9109-7B57485F4BED}</Project> |
|
161 |
<Name>FingersDance.Control.SessionInput</Name> |
|
162 |
</ProjectReference> |
|
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
163 |
<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
|
164 |
<Project>{E6A3A067-1CB4-43D2-BB9C-DC72361F7E22}</Project> |
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
165 |
<Name>FingersDance.Control.UserPanel</Name> |
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
166 |
</ProjectReference> |
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
6
diff
changeset
|
167 |
</ItemGroup> |
0 | 168 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
169 |
</Project> |