0
|
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>{0EC4C48C-132C-4926-9A09-A4135C58688C}</ProjectGuid>
|
|
6 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
7 |
<RootNamespace>FingersDance.Control.Pivot</RootNamespace>
|
|
8 |
<AssemblyName>FingersDance.Control.Pivot</AssemblyName>
|
|
9 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
10 |
<WarningLevel>4</WarningLevel>
|
39
|
11 |
<OutputType>Library</OutputType>
|
0
|
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>
|
0
|
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>
|
6
|
42 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
43 |
<DebugSymbols>true</DebugSymbols>
|
|
44 |
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
45 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
46 |
<DebugType>full</DebugType>
|
|
47 |
<PlatformTarget>x86</PlatformTarget>
|
|
48 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
49 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
50 |
</PropertyGroup>
|
|
51 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
52 |
<OutputPath>bin\x86\Release\</OutputPath>
|
|
53 |
<DefineConstants>TRACE</DefineConstants>
|
|
54 |
<Optimize>true</Optimize>
|
|
55 |
<PlatformTarget>x86</PlatformTarget>
|
|
56 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
57 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
58 |
</PropertyGroup>
|
0
|
59 |
<ItemGroup>
|
|
60 |
<Reference Include="System" />
|
|
61 |
<Reference Include="System.Core">
|
|
62 |
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
63 |
</Reference>
|
|
64 |
<Reference Include="System.Xml.Linq">
|
|
65 |
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
66 |
</Reference>
|
|
67 |
<Reference Include="System.Data.DataSetExtensions">
|
|
68 |
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
69 |
</Reference>
|
|
70 |
<Reference Include="System.Data" />
|
|
71 |
<Reference Include="System.Xml" />
|
|
72 |
<Reference Include="WindowsBase" />
|
|
73 |
<Reference Include="PresentationCore" />
|
|
74 |
<Reference Include="PresentationFramework" />
|
|
75 |
<Reference Include="Microsoft.Surface" />
|
|
76 |
<Reference Include="Microsoft.Surface.Presentation" />
|
|
77 |
<Reference Include="Microsoft.Surface.Presentation.Generic" />
|
35
|
78 |
<Page Include="UserControlPivot.xaml">
|
|
79 |
<Generator>MSBuild:Compile</Generator>
|
|
80 |
<SubType>Designer</SubType>
|
|
81 |
</Page>
|
|
82 |
<Compile Include="UserControlPivot.xaml.cs">
|
|
83 |
<DependentUpon>UserControlPivot.xaml</DependentUpon>
|
|
84 |
</Compile>
|
0
|
85 |
</ItemGroup>
|
|
86 |
<ItemGroup>
|
|
87 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
88 |
<EmbeddedResource Include="Properties\Resources.resx">
|
|
89 |
<Generator>ResXFileCodeGenerator</Generator>
|
|
90 |
<SubType>Designer</SubType>
|
|
91 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
92 |
</EmbeddedResource>
|
|
93 |
<None Include="Properties\Settings.settings">
|
|
94 |
<Generator>SettingsSingleFileGenerator</Generator>
|
|
95 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
96 |
</None>
|
|
97 |
<Compile Include="Properties\Resources.Designer.cs">
|
|
98 |
<AutoGen>True</AutoGen>
|
|
99 |
<DesignTime>True</DesignTime>
|
|
100 |
<DependentUpon>Resources.resx</DependentUpon>
|
|
101 |
</Compile>
|
|
102 |
<Compile Include="Properties\Settings.Designer.cs">
|
|
103 |
<AutoGen>True</AutoGen>
|
|
104 |
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
105 |
<DependentUpon>Settings.settings</DependentUpon>
|
|
106 |
</Compile>
|
|
107 |
<AppDesigner Include="Properties\" />
|
|
108 |
</ItemGroup>
|
|
109 |
<ItemGroup>
|
|
110 |
<Content Include="Resources\icon.png">
|
|
111 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
112 |
</Content>
|
|
113 |
<Content Include="Resources\iconPreview.png">
|
|
114 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
115 |
</Content>
|
|
116 |
<Resource Include="FingersDance.Control.Pivot.xml" />
|
|
117 |
</ItemGroup>
|
|
118 |
<ItemGroup>
|
|
119 |
<Resource Include="Resources\WindowBackground.jpg" />
|
|
120 |
</ItemGroup>
|
|
121 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
122 |
</Project> |