author | cavaliet |
Thu, 12 Nov 2009 16:15:19 +0100 | |
changeset 192 | 11083c390ce4 |
parent 187 | b266af50744c |
child 208 | 0699cab5cbb3 |
permissions | -rw-r--r-- |
61 | 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>{4C5C068F-7D41-4563-9109-7B57485F4BED}</ProjectGuid> |
|
6 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
7 |
<RootNamespace>FingersDance.Control.SaisieSeance</RootNamespace> |
|
8 |
<AssemblyName>FingersDance.Control.SaisieSeance</AssemblyName> |
|
9 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
10 |
<WarningLevel>4</WarningLevel> |
|
11 |
<OutputType>Library</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 |
<StartupObject> |
|
27 |
</StartupObject> |
|
106
9dfc0ee0ab17
Update Pivot(disbled effects) add Session input design
riley
parents:
61
diff
changeset
|
28 |
<ExpressionBlendVersion>3.0.1927.0</ExpressionBlendVersion> |
61 | 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> |
|
143 | 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> |
|
61 | 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" /> |
|
148 | 73 |
<Reference Include="UIAutomationProvider"> |
74 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
75 |
</Reference> |
|
76 |
<Reference Include="WindowsBase"> |
|
77 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
78 |
</Reference> |
|
79 |
<Reference Include="PresentationCore"> |
|
80 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
81 |
</Reference> |
|
82 |
<Reference Include="PresentationFramework"> |
|
83 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
84 |
</Reference> |
|
61 | 85 |
<Reference Include="Microsoft.Surface" /> |
86 |
<Reference Include="Microsoft.Surface.Presentation" /> |
|
87 |
<Reference Include="Microsoft.Surface.Presentation.Generic" /> |
|
106
9dfc0ee0ab17
Update Pivot(disbled effects) add Session input design
riley
parents:
61
diff
changeset
|
88 |
<Resource Include="fingersDance.Control.SessionInput.ressources.xaml"> |
9dfc0ee0ab17
Update Pivot(disbled effects) add Session input design
riley
parents:
61
diff
changeset
|
89 |
<Generator>MSBuild:Compile</Generator> |
9dfc0ee0ab17
Update Pivot(disbled effects) add Session input design
riley
parents:
61
diff
changeset
|
90 |
<SubType>Designer</SubType> |
9dfc0ee0ab17
Update Pivot(disbled effects) add Session input design
riley
parents:
61
diff
changeset
|
91 |
</Resource> |
187
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
92 |
<Page Include="UserControlListCutting.xaml"> |
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
93 |
<SubType>Designer</SubType> |
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
94 |
<Generator>MSBuild:Compile</Generator> |
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
95 |
</Page> |
148 | 96 |
<Page Include="UserControlListProject.xaml"> |
97 |
<SubType>Designer</SubType> |
|
98 |
<Generator>MSBuild:Compile</Generator> |
|
99 |
</Page> |
|
187
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
100 |
<Page Include="UserControlNewCuttingForm.xaml"> |
148 | 101 |
<SubType>Designer</SubType> |
102 |
<Generator>MSBuild:Compile</Generator> |
|
103 |
</Page> |
|
187
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
104 |
<Page Include="UserControlNewProjectForm.xaml"> |
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
105 |
<SubType>Designer</SubType> |
61 | 106 |
<Generator>MSBuild:Compile</Generator> |
107 |
</Page> |
|
108 |
</ItemGroup> |
|
109 |
<ItemGroup> |
|
110 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
111 |
<EmbeddedResource Include="Properties\Resources.resx"> |
|
112 |
<Generator>ResXFileCodeGenerator</Generator> |
|
113 |
<SubType>Designer</SubType> |
|
114 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
115 |
</EmbeddedResource> |
|
116 |
<None Include="Properties\Settings.settings"> |
|
117 |
<Generator>SettingsSingleFileGenerator</Generator> |
|
118 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
119 |
</None> |
|
120 |
<Compile Include="Properties\Resources.Designer.cs"> |
|
121 |
<AutoGen>True</AutoGen> |
|
122 |
<DesignTime>True</DesignTime> |
|
123 |
<DependentUpon>Resources.resx</DependentUpon> |
|
124 |
</Compile> |
|
125 |
<Compile Include="Properties\Settings.Designer.cs"> |
|
126 |
<AutoGen>True</AutoGen> |
|
127 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
128 |
<DependentUpon>Settings.settings</DependentUpon> |
|
129 |
</Compile> |
|
187
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
130 |
<Compile Include="UserControlListCutting.xaml.cs"> |
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
131 |
<DependentUpon>UserControlListCutting.xaml</DependentUpon> |
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
132 |
</Compile> |
148 | 133 |
<Compile Include="UserControlListProject.xaml.cs"> |
134 |
<DependentUpon>UserControlListProject.xaml</DependentUpon> |
|
135 |
</Compile> |
|
187
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
136 |
<Compile Include="UserControlNewCuttingForm.xaml.cs"> |
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
137 |
<DependentUpon>UserControlNewCuttingForm.xaml</DependentUpon> |
148 | 138 |
</Compile> |
187
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
139 |
<Compile Include="UserControlNewProjectForm.xaml.cs"> |
b266af50744c
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
cavaliet
parents:
148
diff
changeset
|
140 |
<DependentUpon>UserControlNewProjectForm.xaml</DependentUpon> |
148 | 141 |
</Compile> |
61 | 142 |
<AppDesigner Include="Properties\" /> |
143 |
</ItemGroup> |
|
144 |
<ItemGroup> |
|
145 |
<Content Include="Resources\icon.png"> |
|
146 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
147 |
</Content> |
|
148 |
<Content Include="Resources\iconPreview.png"> |
|
149 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
150 |
</Content> |
|
151 |
<Resource Include="FingersDance.Control.SessionInput.xml" /> |
|
152 |
</ItemGroup> |
|
153 |
<ItemGroup> |
|
106
9dfc0ee0ab17
Update Pivot(disbled effects) add Session input design
riley
parents:
61
diff
changeset
|
154 |
<Resource Include="fingersDance.Control.SessionInput.ressources_Files\**\*.jpg;fingersDance.Control.SessionInput.ressources_Files\**\*.jpeg;fingersDance.Control.SessionInput.ressources_Files\**\*.png;fingersDance.Control.SessionInput.ressources_Files\**\*.bmp;fingersDance.Control.SessionInput.ressources_Files\**\*.gif;fingersDance.Control.SessionInput.ressources_Files\**\*.tif;fingersDance.Control.SessionInput.ressources_Files\**\*.tiff" /> |
61 | 155 |
<Resource Include="Resources\WindowBackground.jpg" /> |
156 |
</ItemGroup> |
|
143 | 157 |
<ItemGroup> |
148 | 158 |
<ProjectReference Include="..\FingersDance.Control\FingersDance.Control.csproj"> |
159 |
<Project>{4DC517DD-1601-481E-BAAC-6FE271417F46}</Project> |
|
160 |
<Name>FingersDance.Control</Name> |
|
161 |
</ProjectReference> |
|
143 | 162 |
<ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj"> |
163 |
<Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project> |
|
164 |
<Name>FingersDance.Data</Name> |
|
165 |
</ProjectReference> |
|
166 |
</ItemGroup> |
|
61 | 167 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
168 |
</Project> |