|
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>{E6A3A067-1CB4-43D2-BB9C-DC72361F7E22}</ProjectGuid> |
|
6 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
7 <RootNamespace>FingersDance.Control.UserPanel</RootNamespace> |
|
8 <AssemblyName>FingersDance.Control.UserPanel</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> |
|
40 <ItemGroup> |
|
41 <Reference Include="System" /> |
|
42 <Reference Include="System.Core"> |
|
43 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
44 </Reference> |
|
45 <Reference Include="System.Xml.Linq"> |
|
46 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
47 </Reference> |
|
48 <Reference Include="System.Data.DataSetExtensions"> |
|
49 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
50 </Reference> |
|
51 <Reference Include="System.Data" /> |
|
52 <Reference Include="System.Xml" /> |
|
53 <Reference Include="WindowsBase" /> |
|
54 <Reference Include="PresentationCore" /> |
|
55 <Reference Include="PresentationFramework" /> |
|
56 <Reference Include="Microsoft.Surface" /> |
|
57 <Reference Include="Microsoft.Surface.Presentation" /> |
|
58 <Reference Include="Microsoft.Surface.Presentation.Generic" /> |
|
59 </ItemGroup> |
|
60 <ItemGroup> |
|
61 <ApplicationDefinition Include="App.xaml"> |
|
62 <Generator>MSBuild:Compile</Generator> |
|
63 <SubType>Designer</SubType> |
|
64 </ApplicationDefinition> |
|
65 <Compile Include="App.xaml.cs"> |
|
66 <DependentUpon>App.xaml</DependentUpon> |
|
67 <SubType>Code</SubType> |
|
68 </Compile> |
|
69 </ItemGroup> |
|
70 <ItemGroup> |
|
71 <Compile Include="Properties\AssemblyInfo.cs" /> |
|
72 <EmbeddedResource Include="Properties\Resources.resx"> |
|
73 <Generator>ResXFileCodeGenerator</Generator> |
|
74 <SubType>Designer</SubType> |
|
75 <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
76 </EmbeddedResource> |
|
77 <None Include="Properties\Settings.settings"> |
|
78 <Generator>SettingsSingleFileGenerator</Generator> |
|
79 <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
80 </None> |
|
81 <Compile Include="Properties\Resources.Designer.cs"> |
|
82 <AutoGen>True</AutoGen> |
|
83 <DesignTime>True</DesignTime> |
|
84 <DependentUpon>Resources.resx</DependentUpon> |
|
85 </Compile> |
|
86 <Compile Include="Properties\Settings.Designer.cs"> |
|
87 <AutoGen>True</AutoGen> |
|
88 <DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
89 <DependentUpon>Settings.settings</DependentUpon> |
|
90 </Compile> |
|
91 <Compile Include="SurfaceWindow1.xaml.cs"> |
|
92 <DependentUpon>SurfaceWindow1.xaml</DependentUpon> |
|
93 </Compile> |
|
94 <AppDesigner Include="Properties\" /> |
|
95 </ItemGroup> |
|
96 <ItemGroup> |
|
97 <Content Include="Resources\icon.png"> |
|
98 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
99 </Content> |
|
100 <Content Include="Resources\iconPreview.png"> |
|
101 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
102 </Content> |
|
103 <Resource Include="FingersDance.Control.UserPanel.xml" /> |
|
104 </ItemGroup> |
|
105 <ItemGroup> |
|
106 <Resource Include="Resources\WindowBackground.jpg" /> |
|
107 </ItemGroup> |
|
108 <ItemGroup> |
|
109 <Page Include="SurfaceWindow1.xaml"> |
|
110 <Generator>MSBuild:Compile</Generator> |
|
111 <SubType>Designer</SubType> |
|
112 </Page> |
|
113 </ItemGroup> |
|
114 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
115 </Project> |