test/Control.Player.Test/Control.Player.Test.csproj
changeset 32 8f2692c743ff
child 39 0efa1d506f28
equal deleted inserted replaced
31:d3582ce60905 32:8f2692c743ff
       
     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>{D5625AA4-362F-4E46-9916-65F3B173ECBE}</ProjectGuid>
       
     6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
       
     7     <RootNamespace>FingersDance.Control.Player</RootNamespace>
       
     8     <AssemblyName>FingersDance.Control.Player</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   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
       
    41     <DebugSymbols>true</DebugSymbols>
       
    42     <OutputPath>bin\x86\Debug\</OutputPath>
       
    43     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    44     <DebugType>full</DebugType>
       
    45     <PlatformTarget>x86</PlatformTarget>
       
    46     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
       
    47     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
       
    48   </PropertyGroup>
       
    49   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
       
    50     <OutputPath>bin\x86\Release\</OutputPath>
       
    51     <DefineConstants>TRACE</DefineConstants>
       
    52     <Optimize>true</Optimize>
       
    53     <PlatformTarget>x86</PlatformTarget>
       
    54     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
       
    55     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
       
    56   </PropertyGroup>
       
    57   <ItemGroup>
       
    58     <Reference Include="System" />
       
    59     <Reference Include="System.Core">
       
    60       <RequiredTargetFramework>3.5</RequiredTargetFramework>
       
    61     </Reference>
       
    62     <Reference Include="System.Xml.Linq">
       
    63       <RequiredTargetFramework>3.5</RequiredTargetFramework>
       
    64     </Reference>
       
    65     <Reference Include="System.Data.DataSetExtensions">
       
    66       <RequiredTargetFramework>3.5</RequiredTargetFramework>
       
    67     </Reference>
       
    68     <Reference Include="System.Data" />
       
    69     <Reference Include="System.Xml" />
       
    70     <Reference Include="WindowsBase" />
       
    71     <Reference Include="PresentationCore" />
       
    72     <Reference Include="PresentationFramework" />
       
    73     <Reference Include="Microsoft.Surface" />
       
    74     <Reference Include="Microsoft.Surface.Presentation" />
       
    75     <Reference Include="Microsoft.Surface.Presentation.Generic" />
       
    76     <Page Include="Control.Player.Test.Skin.Ressources.xaml">
       
    77       <Generator>MSBuild:Compile</Generator>
       
    78       <SubType>Designer</SubType>
       
    79     </Page>
       
    80     <Page Include="UserControlPlayer.xaml">
       
    81       <Generator>MSBuild:Compile</Generator>
       
    82       <SubType>Designer</SubType>
       
    83     </Page>
       
    84     <Compile Include="UserControlPlayer.xaml.cs">
       
    85       <DependentUpon>UserControlPlayer.xaml</DependentUpon>
       
    86     </Compile>
       
    87   </ItemGroup>
       
    88   <ItemGroup>
       
    89     <ApplicationDefinition Include="App.xaml">
       
    90       <Generator>MSBuild:Compile</Generator>
       
    91       <SubType>Designer</SubType>
       
    92     </ApplicationDefinition>
       
    93     <Compile Include="App.xaml.cs">
       
    94       <DependentUpon>App.xaml</DependentUpon>
       
    95       <SubType>Code</SubType>
       
    96     </Compile>
       
    97   </ItemGroup>
       
    98   <ItemGroup>
       
    99     <Compile Include="Properties\AssemblyInfo.cs" />
       
   100     <EmbeddedResource Include="Properties\Resources.resx">
       
   101       <Generator>ResXFileCodeGenerator</Generator>
       
   102       <SubType>Designer</SubType>
       
   103       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
       
   104     </EmbeddedResource>
       
   105     <None Include="Properties\Settings.settings">
       
   106       <Generator>SettingsSingleFileGenerator</Generator>
       
   107       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
       
   108     </None>
       
   109     <Compile Include="Properties\Resources.Designer.cs">
       
   110       <AutoGen>True</AutoGen>
       
   111       <DesignTime>True</DesignTime>
       
   112       <DependentUpon>Resources.resx</DependentUpon>
       
   113     </Compile>
       
   114     <Compile Include="Properties\Settings.Designer.cs">
       
   115       <AutoGen>True</AutoGen>
       
   116       <DesignTimeSharedInput>True</DesignTimeSharedInput>
       
   117       <DependentUpon>Settings.settings</DependentUpon>
       
   118     </Compile>
       
   119     <Compile Include="SurfacePlayerTest.xaml.cs">
       
   120       <DependentUpon>SurfacePlayerTest.xaml</DependentUpon>
       
   121     </Compile>
       
   122     <AppDesigner Include="Properties\" />
       
   123   </ItemGroup>
       
   124   <ItemGroup>
       
   125     <Content Include="Resources\Butterfly.wmv" />
       
   126     <Content Include="Resources\icon.png">
       
   127       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       
   128     </Content>
       
   129     <Content Include="Resources\iconPreview.png">
       
   130       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       
   131     </Content>
       
   132     <Content Include="Resources\Lake.wmv">
       
   133       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       
   134     </Content>
       
   135     <Resource Include="Control.Player.Test.xml" />
       
   136   </ItemGroup>
       
   137   <ItemGroup>
       
   138     <Resource Include="Resources\WindowBackground.jpg" />
       
   139   </ItemGroup>
       
   140   <ItemGroup>
       
   141     <Page Include="SurfacePlayerTest.xaml">
       
   142       <Generator>MSBuild:Compile</Generator>
       
   143       <SubType>Designer</SubType>
       
   144     </Page>
       
   145   </ItemGroup>
       
   146   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   147 </Project>