|
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>{BE5AD2E7-8BC2-414A-AB92-34E4D7357740}</ProjectGuid> |
|
6 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
7 <RootNamespace>FingersDance.Control.SyncSource</RootNamespace> |
|
8 <AssemblyName>FingersDance.Control.SyncSource</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 <RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
55 </Reference> |
|
56 <Reference Include="PresentationCore"> |
|
57 <RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
58 </Reference> |
|
59 <Reference Include="PresentationFramework"> |
|
60 <RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
61 </Reference> |
|
62 <Reference Include="Microsoft.Surface" /> |
|
63 <Reference Include="Microsoft.Surface.Presentation" /> |
|
64 <Reference Include="Microsoft.Surface.Presentation.Generic" /> |
|
65 <Page Include="SurfaceWindow1.xaml"> |
|
66 <SubType>Designer</SubType> |
|
67 <Generator>MSBuild:Compile</Generator> |
|
68 </Page> |
|
69 <Page Include="UserControlSyncSource.xaml"> |
|
70 <Generator>MSBuild:Compile</Generator> |
|
71 <SubType>Designer</SubType> |
|
72 </Page> |
|
73 <Compile Include="UserControlSyncSource.xaml.cs"> |
|
74 <DependentUpon>UserControlSyncSource.xaml</DependentUpon> |
|
75 </Compile> |
|
76 </ItemGroup> |
|
77 <ItemGroup> |
|
78 <ApplicationDefinition Include="App.xaml"> |
|
79 <Generator>MSBuild:Compile</Generator> |
|
80 <SubType>Designer</SubType> |
|
81 </ApplicationDefinition> |
|
82 <Compile Include="App.xaml.cs"> |
|
83 <DependentUpon>App.xaml</DependentUpon> |
|
84 <SubType>Code</SubType> |
|
85 </Compile> |
|
86 </ItemGroup> |
|
87 <ItemGroup> |
|
88 <Compile Include="Properties\AssemblyInfo.cs" /> |
|
89 <EmbeddedResource Include="Properties\Resources.resx"> |
|
90 <Generator>ResXFileCodeGenerator</Generator> |
|
91 <SubType>Designer</SubType> |
|
92 <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
93 </EmbeddedResource> |
|
94 <None Include="Properties\Settings.settings"> |
|
95 <Generator>SettingsSingleFileGenerator</Generator> |
|
96 <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
97 </None> |
|
98 <Compile Include="Properties\Resources.Designer.cs"> |
|
99 <AutoGen>True</AutoGen> |
|
100 <DesignTime>True</DesignTime> |
|
101 <DependentUpon>Resources.resx</DependentUpon> |
|
102 </Compile> |
|
103 <Compile Include="Properties\Settings.Designer.cs"> |
|
104 <AutoGen>True</AutoGen> |
|
105 <DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
106 <DependentUpon>Settings.settings</DependentUpon> |
|
107 </Compile> |
|
108 <Compile Include="SurfaceWindow1.xaml.cs"> |
|
109 <DependentUpon>SurfaceWindow1.xaml</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="Resources\SurfaceWindow1Background.jpg" /> |
|
121 <Resource Include="FingersDance.Control.SyncSource.xml" /> |
|
122 </ItemGroup> |
|
123 <ItemGroup> |
|
124 <Resource Include="Resources\WindowBackground.jpg" /> |
|
125 </ItemGroup> |
|
126 <ItemGroup> |
|
127 <ProjectReference Include="..\FingersDance.Control.Player\FingersDance.Control.Player.csproj"> |
|
128 <Project>{D5625AA4-362F-4E46-9916-65F3B173ECBE}</Project> |
|
129 <Name>FingersDance.Control.Player</Name> |
|
130 </ProjectReference> |
|
131 <ProjectReference Include="..\FingersDance.Control.TimeLine\FingersDance.Control.TimeLine.csproj"> |
|
132 <Project>{2BCEE1BF-D3AC-478C-A26B-DFDB7420E965}</Project> |
|
133 <Name>FingersDance.Control.TimeLine</Name> |
|
134 </ProjectReference> |
|
135 </ItemGroup> |
|
136 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
137 </Project> |