src/FingersDance.Control.Base/FingersDance.Control.Base.csproj
changeset 39 0efa1d506f28
parent 6 36c7659af500
equal deleted inserted replaced
38:fe84b5081ba2 39:0efa1d506f28
     6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     7     <RootNamespace>FingersDance.Control.Base</RootNamespace>
     7     <RootNamespace>FingersDance.Control.Base</RootNamespace>
     8     <AssemblyName>FingersDance.Control.Base</AssemblyName>
     8     <AssemblyName>FingersDance.Control.Base</AssemblyName>
     9     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     9     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    10     <WarningLevel>4</WarningLevel>
    10     <WarningLevel>4</WarningLevel>
    11     <OutputType>winexe</OutputType>
    11     <OutputType>Library</OutputType>
    12     <Install>true</Install>
    12     <Install>true</Install>
    13     <InstallFrom>Web</InstallFrom>
    13     <InstallFrom>Web</InstallFrom>
    14     <UpdateEnabled>true</UpdateEnabled>
    14     <UpdateEnabled>true</UpdateEnabled>
    15     <UpdateMode>Foreground</UpdateMode>
    15     <UpdateMode>Foreground</UpdateMode>
    16     <UpdateInterval>7</UpdateInterval>
    16     <UpdateInterval>7</UpdateInterval>
    21     <ApplicationVersion>1.0.0.*</ApplicationVersion>
    21     <ApplicationVersion>1.0.0.*</ApplicationVersion>
    22     <IsWebBootstrapper>true</IsWebBootstrapper>
    22     <IsWebBootstrapper>true</IsWebBootstrapper>
    23     <BootstrapperEnabled>true</BootstrapperEnabled>
    23     <BootstrapperEnabled>true</BootstrapperEnabled>
    24     <PublishUrl>Publish\</PublishUrl>
    24     <PublishUrl>Publish\</PublishUrl>
    25     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    25     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
       
    26     <StartupObject>
       
    27     </StartupObject>
    26   </PropertyGroup>
    28   </PropertyGroup>
    27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    28     <DebugSymbols>true</DebugSymbols>
    30     <DebugSymbols>true</DebugSymbols>
    29     <DebugType>full</DebugType>
    31     <DebugType>full</DebugType>
    30     <Optimize>false</Optimize>
    32     <Optimize>false</Optimize>
    73     <Reference Include="Microsoft.Surface" />
    75     <Reference Include="Microsoft.Surface" />
    74     <Reference Include="Microsoft.Surface.Presentation" />
    76     <Reference Include="Microsoft.Surface.Presentation" />
    75     <Reference Include="Microsoft.Surface.Presentation.Generic" />
    77     <Reference Include="Microsoft.Surface.Presentation.Generic" />
    76   </ItemGroup>
    78   </ItemGroup>
    77   <ItemGroup>
    79   <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" />
    80     <Compile Include="Properties\AssemblyInfo.cs" />
    89     <EmbeddedResource Include="Properties\Resources.resx">
    81     <EmbeddedResource Include="Properties\Resources.resx">
    90       <Generator>ResXFileCodeGenerator</Generator>
    82       <Generator>ResXFileCodeGenerator</Generator>
    91       <SubType>Designer</SubType>
    83       <SubType>Designer</SubType>
    92       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    84       <LastGenOutput>Resources.Designer.cs</LastGenOutput>