src/FingersDance.Control.Screen/FingersDance.Control.Screen.csproj
changeset 39 0efa1d506f28
parent 35 ed77793b767a
child 104 1a428e733fea
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.Screen</RootNamespace>
     7     <RootNamespace>FingersDance.Control.Screen</RootNamespace>
     8     <AssemblyName>FingersDance.Control.Screen</AssemblyName>
     8     <AssemblyName>FingersDance.Control.Screen</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>
    80     <Compile Include="UserControlScreen.xaml.cs">
    82     <Compile Include="UserControlScreen.xaml.cs">
    81       <DependentUpon>UserControlScreen.xaml</DependentUpon>
    83       <DependentUpon>UserControlScreen.xaml</DependentUpon>
    82     </Compile>
    84     </Compile>
    83   </ItemGroup>
    85   </ItemGroup>
    84   <ItemGroup>
    86   <ItemGroup>
    85     <ApplicationDefinition Include="App.xaml">
       
    86       <Generator>MSBuild:Compile</Generator>
       
    87       <SubType>Designer</SubType>
       
    88     </ApplicationDefinition>
       
    89     <Compile Include="App.xaml.cs">
       
    90       <DependentUpon>App.xaml</DependentUpon>
       
    91       <SubType>Code</SubType>
       
    92     </Compile>
       
    93   </ItemGroup>
       
    94   <ItemGroup>
       
    95     <Compile Include="Properties\AssemblyInfo.cs" />
    87     <Compile Include="Properties\AssemblyInfo.cs" />
    96     <EmbeddedResource Include="Properties\Resources.resx">
    88     <EmbeddedResource Include="Properties\Resources.resx">
    97       <Generator>ResXFileCodeGenerator</Generator>
    89       <Generator>ResXFileCodeGenerator</Generator>
    98       <SubType>Designer</SubType>
    90       <SubType>Designer</SubType>
    99       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    91       <LastGenOutput>Resources.Designer.cs</LastGenOutput>