author | PAMPHILE Jonathan <pamphile@efrei.fr> |
Fri, 16 Oct 2009 03:37:48 +0200 | |
changeset 156 | e16c8c913c65 |
parent 114 | 8262d9756231 |
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>{0EC4C48C-132C-4926-9A09-A4135C58688C}</ProjectGuid> |
|
6 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
7 |
<RootNamespace>FingersDance.Control.Pivot</RootNamespace> |
|
8 |
<AssemblyName>FingersDance.Control.Pivot</AssemblyName> |
|
9 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
10 |
<WarningLevel>4</WarningLevel> |
|
39 | 11 |
<OutputType>Library</OutputType> |
0 | 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> |
|
39 | 26 |
<StartupObject> |
27 |
</StartupObject> |
|
0 | 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" /> |
|
46
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
39
diff
changeset
|
78 |
<Resource Include="FingersDance.Control.Pivot.Ressource.xaml"> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
39
diff
changeset
|
79 |
<Generator>MSBuild:Compile</Generator> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
39
diff
changeset
|
80 |
<SubType>Designer</SubType> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
39
diff
changeset
|
81 |
</Resource> |
35 | 82 |
<Page Include="UserControlPivot.xaml"> |
83 |
<Generator>MSBuild:Compile</Generator> |
|
84 |
<SubType>Designer</SubType> |
|
85 |
</Page> |
|
86 |
<Compile Include="UserControlPivot.xaml.cs"> |
|
87 |
<DependentUpon>UserControlPivot.xaml</DependentUpon> |
|
88 |
</Compile> |
|
0 | 89 |
</ItemGroup> |
90 |
<ItemGroup> |
|
91 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
92 |
<EmbeddedResource Include="Properties\Resources.resx"> |
|
93 |
<Generator>ResXFileCodeGenerator</Generator> |
|
94 |
<SubType>Designer</SubType> |
|
95 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
96 |
</EmbeddedResource> |
|
97 |
<None Include="Properties\Settings.settings"> |
|
98 |
<Generator>SettingsSingleFileGenerator</Generator> |
|
99 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
100 |
</None> |
|
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> |
|
111 |
<AppDesigner Include="Properties\" /> |
|
112 |
</ItemGroup> |
|
113 |
<ItemGroup> |
|
114 |
<Content Include="Resources\icon.png"> |
|
115 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
116 |
</Content> |
|
117 |
<Content Include="Resources\iconPreview.png"> |
|
118 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
119 |
</Content> |
|
120 |
<Resource Include="FingersDance.Control.Pivot.xml" /> |
|
121 |
</ItemGroup> |
|
122 |
<ItemGroup> |
|
46
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
39
diff
changeset
|
123 |
<Resource Include="FingersDance.Control.Pivot.Ressource_Files\**\*.jpg;FingersDance.Control.Pivot.Ressource_Files\**\*.jpeg;FingersDance.Control.Pivot.Ressource_Files\**\*.png;FingersDance.Control.Pivot.Ressource_Files\**\*.bmp;FingersDance.Control.Pivot.Ressource_Files\**\*.gif;FingersDance.Control.Pivot.Ressource_Files\**\*.tif;FingersDance.Control.Pivot.Ressource_Files\**\*.tiff" /> |
0 | 124 |
<Resource Include="Resources\WindowBackground.jpg" /> |
125 |
</ItemGroup> |
|
114 | 126 |
<ItemGroup> |
156
e16c8c913c65
Color Factory et application des couleurs au pivot
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
114
diff
changeset
|
127 |
<ProjectReference Include="..\FingersDance.ActionFactory\FingersDance.Factory.csproj"> |
e16c8c913c65
Color Factory et application des couleurs au pivot
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
114
diff
changeset
|
128 |
<Project>{C7B905EA-0678-4DA0-8EF8-7F9CBD22818E}</Project> |
e16c8c913c65
Color Factory et application des couleurs au pivot
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
114
diff
changeset
|
129 |
<Name>FingersDance.Factory</Name> |
e16c8c913c65
Color Factory et application des couleurs au pivot
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
114
diff
changeset
|
130 |
</ProjectReference> |
114 | 131 |
<ProjectReference Include="..\FingersDance.Control.Menu\FingersDance.Control.Menu.csproj"> |
132 |
<Project>{6960F7ED-3D82-4BCE-AB88-D31D6C72F2B6}</Project> |
|
133 |
<Name>FingersDance.Control.Menu</Name> |
|
134 |
</ProjectReference> |
|
135 |
</ItemGroup> |
|
0 | 136 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
137 |
</Project> |