author | PAMPHILE Jonathan <pamphile@efrei.fr> |
Thu, 10 Sep 2009 16:04:28 +0200 | |
changeset 44 | 9c6ea1f246da |
parent 39 | 0efa1d506f28 |
child 75 | 99d003723474 |
permissions | -rw-r--r-- |
9 | 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>{1E80D5A1-C45C-443B-8992-4A4D78D280FC}</ProjectGuid> |
|
6 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
7 |
<RootNamespace>FingersDance.Actions</RootNamespace> |
|
8 |
<AssemblyName>FingersDance.Actions</AssemblyName> |
|
9 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
10 |
<WarningLevel>4</WarningLevel> |
|
39 | 11 |
<OutputType>Library</OutputType> |
9 | 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> |
|
9 | 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> |
|
42 |
<ItemGroup> |
|
43 |
<Reference Include="System" /> |
|
44 |
<Reference Include="System.Core"> |
|
45 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
46 |
</Reference> |
|
47 |
<Reference Include="System.Xml.Linq"> |
|
48 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
49 |
</Reference> |
|
50 |
<Reference Include="System.Data.DataSetExtensions"> |
|
51 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
52 |
</Reference> |
|
53 |
<Reference Include="System.Data" /> |
|
54 |
<Reference Include="System.Xml" /> |
|
55 |
<Reference Include="WindowsBase" /> |
|
56 |
<Reference Include="PresentationCore" /> |
|
57 |
<Reference Include="PresentationFramework" /> |
|
58 |
<Reference Include="Microsoft.Surface" /> |
|
59 |
<Reference Include="Microsoft.Surface.Presentation" /> |
|
60 |
<Reference Include="Microsoft.Surface.Presentation.Generic" /> |
|
61 |
</ItemGroup> |
|
62 |
<ItemGroup> |
|
16 | 63 |
<Compile Include="ActionBase.cs" /> |
44
9c6ea1f246da
Correction tu TestMenu
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
39
diff
changeset
|
64 |
<Compile Include="ActionOpenMedia.cs" /> |
9c6ea1f246da
Correction tu TestMenu
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
39
diff
changeset
|
65 |
<Compile Include="ActionPlayMedia.cs" /> |
9c6ea1f246da
Correction tu TestMenu
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
39
diff
changeset
|
66 |
<Compile Include="ActionShowMessage.cs" /> |
9c6ea1f246da
Correction tu TestMenu
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
39
diff
changeset
|
67 |
<Compile Include="ActionStopMedia.cs" /> |
9 | 68 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
69 |
<EmbeddedResource Include="Properties\Resources.resx"> |
|
70 |
<Generator>ResXFileCodeGenerator</Generator> |
|
71 |
<SubType>Designer</SubType> |
|
72 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
73 |
</EmbeddedResource> |
|
74 |
<None Include="Properties\Settings.settings"> |
|
75 |
<Generator>SettingsSingleFileGenerator</Generator> |
|
76 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
77 |
</None> |
|
78 |
<Compile Include="Properties\Resources.Designer.cs"> |
|
79 |
<AutoGen>True</AutoGen> |
|
80 |
<DesignTime>True</DesignTime> |
|
81 |
<DependentUpon>Resources.resx</DependentUpon> |
|
82 |
</Compile> |
|
83 |
<Compile Include="Properties\Settings.Designer.cs"> |
|
84 |
<AutoGen>True</AutoGen> |
|
85 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
86 |
<DependentUpon>Settings.settings</DependentUpon> |
|
87 |
</Compile> |
|
88 |
<AppDesigner Include="Properties\" /> |
|
89 |
</ItemGroup> |
|
90 |
<ItemGroup> |
|
91 |
<Content Include="Resources\icon.png"> |
|
92 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
93 |
</Content> |
|
94 |
<Content Include="Resources\iconPreview.png"> |
|
95 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
96 |
</Content> |
|
97 |
</ItemGroup> |
|
98 |
<ItemGroup> |
|
99 |
<Resource Include="Resources\WindowBackground.jpg" /> |
|
100 |
</ItemGroup> |
|
101 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
102 |
</Project> |