src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.csproj
changeset 61 9e2f007b19b3
child 106 9dfc0ee0ab17
equal deleted inserted replaced
60:b4008a356f90 61:9e2f007b19b3
       
     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>{4C5C068F-7D41-4563-9109-7B57485F4BED}</ProjectGuid>
       
     6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
       
     7     <RootNamespace>FingersDance.Control.SaisieSeance</RootNamespace>
       
     8     <AssemblyName>FingersDance.Control.SaisieSeance</AssemblyName>
       
     9     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
       
    10     <WarningLevel>4</WarningLevel>
       
    11     <OutputType>Library</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     <StartupObject>
       
    27     </StartupObject>
       
    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     <Reference Include="PresentationCore" />
       
    57     <Reference Include="PresentationFramework" />
       
    58     <Reference Include="Microsoft.Surface" />
       
    59     <Reference Include="Microsoft.Surface.Presentation" />
       
    60     <Reference Include="Microsoft.Surface.Presentation.Generic" />
       
    61     <Page Include="UserControlSessionInput.xaml">
       
    62       <Generator>MSBuild:Compile</Generator>
       
    63       <SubType>Designer</SubType>
       
    64     </Page>
       
    65     <Compile Include="UserControlSessionInput.xaml.cs">
       
    66       <DependentUpon>UserControlSessionInput.xaml</DependentUpon>
       
    67     </Compile>
       
    68   </ItemGroup>
       
    69   <ItemGroup>
       
    70     <Compile Include="Properties\AssemblyInfo.cs" />
       
    71     <EmbeddedResource Include="Properties\Resources.resx">
       
    72       <Generator>ResXFileCodeGenerator</Generator>
       
    73       <SubType>Designer</SubType>
       
    74       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
       
    75     </EmbeddedResource>
       
    76     <None Include="Properties\Settings.settings">
       
    77       <Generator>SettingsSingleFileGenerator</Generator>
       
    78       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
       
    79     </None>
       
    80     <Compile Include="Properties\Resources.Designer.cs">
       
    81       <AutoGen>True</AutoGen>
       
    82       <DesignTime>True</DesignTime>
       
    83       <DependentUpon>Resources.resx</DependentUpon>
       
    84     </Compile>
       
    85     <Compile Include="Properties\Settings.Designer.cs">
       
    86       <AutoGen>True</AutoGen>
       
    87       <DesignTimeSharedInput>True</DesignTimeSharedInput>
       
    88       <DependentUpon>Settings.settings</DependentUpon>
       
    89     </Compile>
       
    90     <AppDesigner Include="Properties\" />
       
    91   </ItemGroup>
       
    92   <ItemGroup>
       
    93     <Content Include="Resources\icon.png">
       
    94       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       
    95     </Content>
       
    96     <Content Include="Resources\iconPreview.png">
       
    97       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       
    98     </Content>
       
    99     <Resource Include="FingersDance.Control.SessionInput.xml" />
       
   100   </ItemGroup>
       
   101   <ItemGroup>
       
   102     <Resource Include="Resources\WindowBackground.jpg" />
       
   103   </ItemGroup>
       
   104   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
       
   105 </Project>