author | cavaliet |
Tue, 13 Oct 2009 10:43:39 +0200 | |
changeset 140 | fc7c12f9da30 |
parent 94 | 5d6ebbd6557f |
child 203 | 2948b34324bb |
permissions | -rw-r--r-- |
2 | 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>{2BCEE1BF-D3AC-478C-A26B-DFDB7420E965}</ProjectGuid> |
|
6 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
7 |
<RootNamespace>FingersDance.Control.TimeLine</RootNamespace> |
|
8 |
<AssemblyName>FingersDance.Control.TimeLine</AssemblyName> |
|
9 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
10 |
<WarningLevel>4</WarningLevel> |
|
39 | 11 |
<OutputType>Library</OutputType> |
2 | 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> |
|
92 | 28 |
<ExpressionBlendVersion>3.0.1927.0</ExpressionBlendVersion> |
2 | 29 |
</PropertyGroup> |
30 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
31 |
<DebugSymbols>true</DebugSymbols> |
|
32 |
<DebugType>full</DebugType> |
|
33 |
<Optimize>false</Optimize> |
|
34 |
<OutputPath>.\bin\Debug\</OutputPath> |
|
35 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
36 |
</PropertyGroup> |
|
37 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
38 |
<DebugSymbols>false</DebugSymbols> |
|
39 |
<Optimize>true</Optimize> |
|
40 |
<OutputPath>.\bin\Release\</OutputPath> |
|
41 |
<DefineConstants>TRACE</DefineConstants> |
|
42 |
</PropertyGroup> |
|
6 | 43 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
44 |
<DebugSymbols>true</DebugSymbols> |
|
45 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
46 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
47 |
<DebugType>full</DebugType> |
|
48 |
<PlatformTarget>x86</PlatformTarget> |
|
49 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
50 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
51 |
</PropertyGroup> |
|
52 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
53 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
54 |
<DefineConstants>TRACE</DefineConstants> |
|
55 |
<Optimize>true</Optimize> |
|
56 |
<PlatformTarget>x86</PlatformTarget> |
|
57 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
58 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
59 |
</PropertyGroup> |
|
2 | 60 |
<ItemGroup> |
61 |
<Reference Include="System" /> |
|
62 |
<Reference Include="System.Core"> |
|
63 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
64 |
</Reference> |
|
65 |
<Reference Include="System.Xml.Linq"> |
|
66 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
67 |
</Reference> |
|
68 |
<Reference Include="System.Data.DataSetExtensions"> |
|
69 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
70 |
</Reference> |
|
71 |
<Reference Include="System.Data" /> |
|
72 |
<Reference Include="System.Xml" /> |
|
73 |
<Reference Include="WindowsBase" /> |
|
74 |
<Reference Include="PresentationCore" /> |
|
75 |
<Reference Include="PresentationFramework" /> |
|
76 |
<Reference Include="Microsoft.Surface.Presentation" /> |
|
77 |
<Reference Include="Microsoft.Surface.Presentation.Generic" /> |
|
94 | 78 |
<Resource Include="FingersDance.Control.TimeLine.Ressources.xaml"> |
92 | 79 |
<Generator>MSBuild:Compile</Generator> |
80 |
<SubType>Designer</SubType> |
|
94 | 81 |
</Resource> |
10 | 82 |
<Page Include="UserControlTimeLine.xaml"> |
83 |
<Generator>MSBuild:Compile</Generator> |
|
84 |
<SubType>Designer</SubType> |
|
85 |
</Page> |
|
86 |
<Compile Include="UserControlTimeLine.xaml.cs"> |
|
87 |
<DependentUpon>UserControlTimeLine.xaml</DependentUpon> |
|
88 |
</Compile> |
|
2 | 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.TimeLine.xml" /> |
|
121 |
</ItemGroup> |
|
122 |
<ItemGroup> |
|
92 | 123 |
<Resource Include="FingersDance.Control.TimeLine.Ressources_Files\**\*.jpg;FingersDance.Control.TimeLine.Ressources_Files\**\*.jpeg;FingersDance.Control.TimeLine.Ressources_Files\**\*.png;FingersDance.Control.TimeLine.Ressources_Files\**\*.bmp;FingersDance.Control.TimeLine.Ressources_Files\**\*.gif;FingersDance.Control.TimeLine.Ressources_Files\**\*.tif;FingersDance.Control.TimeLine.Ressources_Files\**\*.tiff" /> |
2 | 124 |
<Resource Include="Resources\WindowBackground.jpg" /> |
125 |
</ItemGroup> |
|
69 | 126 |
<ItemGroup> |
140
fc7c12f9da30
Add a confirm dialog box before deleting an annotation by drag and drop. Now the UserControlClose is a generic confirm dialog box sending a ConfirmYesOrNo Event.
cavaliet
parents:
94
diff
changeset
|
127 |
<ProjectReference Include="..\FingersDance.Control.Close\FingersDance.Control.Close.csproj"> |
fc7c12f9da30
Add a confirm dialog box before deleting an annotation by drag and drop. Now the UserControlClose is a generic confirm dialog box sending a ConfirmYesOrNo Event.
cavaliet
parents:
94
diff
changeset
|
128 |
<Project>{D579FDB5-D412-4797-A0FF-C5873AE08BB8}</Project> |
fc7c12f9da30
Add a confirm dialog box before deleting an annotation by drag and drop. Now the UserControlClose is a generic confirm dialog box sending a ConfirmYesOrNo Event.
cavaliet
parents:
94
diff
changeset
|
129 |
<Name>FingersDance.Control.Close</Name> |
fc7c12f9da30
Add a confirm dialog box before deleting an annotation by drag and drop. Now the UserControlClose is a generic confirm dialog box sending a ConfirmYesOrNo Event.
cavaliet
parents:
94
diff
changeset
|
130 |
</ProjectReference> |
69 | 131 |
<ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj"> |
132 |
<Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project> |
|
133 |
<Name>FingersDance.Data</Name> |
|
134 |
</ProjectReference> |
|
135 |
<ProjectReference Include="..\FingersDance.ViewModel\FingersDance.ViewModels.csproj"> |
|
136 |
<Project>{E81BB080-0598-43AC-90CE-54D6570C4E9E}</Project> |
|
137 |
<Name>FingersDance.ViewModels</Name> |
|
138 |
</ProjectReference> |
|
139 |
<ProjectReference Include="..\FingersDance.Views\FingersDance.Views.csproj"> |
|
140 |
<Project>{0B308B6E-7B1E-46C0-ACC7-0B7EFC4D0B2C}</Project> |
|
141 |
<Name>FingersDance.Views</Name> |
|
142 |
</ProjectReference> |
|
143 |
</ItemGroup> |
|
140
fc7c12f9da30
Add a confirm dialog box before deleting an annotation by drag and drop. Now the UserControlClose is a generic confirm dialog box sending a ConfirmYesOrNo Event.
cavaliet
parents:
94
diff
changeset
|
144 |
<ItemGroup> |
fc7c12f9da30
Add a confirm dialog box before deleting an annotation by drag and drop. Now the UserControlClose is a generic confirm dialog box sending a ConfirmYesOrNo Event.
cavaliet
parents:
94
diff
changeset
|
145 |
<WCFMetadata Include="Service References\" /> |
fc7c12f9da30
Add a confirm dialog box before deleting an annotation by drag and drop. Now the UserControlClose is a generic confirm dialog box sending a ConfirmYesOrNo Event.
cavaliet
parents:
94
diff
changeset
|
146 |
</ItemGroup> |
2 | 147 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
148 |
</Project> |