35
|
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>
|
39
|
11 |
<OutputType>Library</OutputType>
|
35
|
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>
|
35
|
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 |
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
57 |
</Reference>
|
|
58 |
<Reference Include="PresentationCore">
|
|
59 |
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
60 |
</Reference>
|
|
61 |
<Reference Include="PresentationFramework">
|
|
62 |
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
63 |
</Reference>
|
|
64 |
<Reference Include="Microsoft.Surface" />
|
|
65 |
<Reference Include="Microsoft.Surface.Presentation" />
|
|
66 |
<Reference Include="Microsoft.Surface.Presentation.Generic" />
|
|
67 |
<Page Include="SurfaceWindow1.xaml">
|
|
68 |
<SubType>Designer</SubType>
|
|
69 |
<Generator>MSBuild:Compile</Generator>
|
|
70 |
</Page>
|
|
71 |
<Page Include="UserControlSyncSource.xaml">
|
|
72 |
<Generator>MSBuild:Compile</Generator>
|
|
73 |
<SubType>Designer</SubType>
|
|
74 |
</Page>
|
|
75 |
<Compile Include="UserControlSyncSource.xaml.cs">
|
|
76 |
<DependentUpon>UserControlSyncSource.xaml</DependentUpon>
|
|
77 |
</Compile>
|
|
78 |
</ItemGroup>
|
|
79 |
<ItemGroup>
|
|
80 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
81 |
<EmbeddedResource Include="Properties\Resources.resx">
|
|
82 |
<Generator>ResXFileCodeGenerator</Generator>
|
|
83 |
<SubType>Designer</SubType>
|
|
84 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
85 |
</EmbeddedResource>
|
|
86 |
<None Include="Properties\Settings.settings">
|
|
87 |
<Generator>SettingsSingleFileGenerator</Generator>
|
|
88 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
89 |
</None>
|
|
90 |
<Compile Include="Properties\Resources.Designer.cs">
|
|
91 |
<AutoGen>True</AutoGen>
|
|
92 |
<DesignTime>True</DesignTime>
|
|
93 |
<DependentUpon>Resources.resx</DependentUpon>
|
|
94 |
</Compile>
|
|
95 |
<Compile Include="Properties\Settings.Designer.cs">
|
|
96 |
<AutoGen>True</AutoGen>
|
|
97 |
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
98 |
<DependentUpon>Settings.settings</DependentUpon>
|
|
99 |
</Compile>
|
|
100 |
<Compile Include="SurfaceWindow1.xaml.cs">
|
|
101 |
<DependentUpon>SurfaceWindow1.xaml</DependentUpon>
|
|
102 |
</Compile>
|
|
103 |
<AppDesigner Include="Properties\" />
|
|
104 |
</ItemGroup>
|
|
105 |
<ItemGroup>
|
|
106 |
<Content Include="Resources\icon.png">
|
|
107 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
108 |
</Content>
|
|
109 |
<Content Include="Resources\iconPreview.png">
|
|
110 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
111 |
</Content>
|
|
112 |
<Resource Include="Resources\SurfaceWindow1Background.jpg" />
|
|
113 |
<Resource Include="FingersDance.Control.SyncSource.xml" />
|
|
114 |
</ItemGroup>
|
|
115 |
<ItemGroup>
|
|
116 |
<Resource Include="Resources\WindowBackground.jpg" />
|
|
117 |
</ItemGroup>
|
|
118 |
<ItemGroup>
|
|
119 |
<ProjectReference Include="..\FingersDance.Control.Player\FingersDance.Control.Player.csproj">
|
|
120 |
<Project>{D5625AA4-362F-4E46-9916-65F3B173ECBE}</Project>
|
|
121 |
<Name>FingersDance.Control.Player</Name>
|
|
122 |
</ProjectReference>
|
|
123 |
<ProjectReference Include="..\FingersDance.Control.TimeLine\FingersDance.Control.TimeLine.csproj">
|
|
124 |
<Project>{2BCEE1BF-D3AC-478C-A26B-DFDB7420E965}</Project>
|
|
125 |
<Name>FingersDance.Control.TimeLine</Name>
|
|
126 |
</ProjectReference>
|
|
127 |
</ItemGroup>
|
|
128 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
129 |
</Project> |