middleware/Debug/Debug.csproj
changeset 15 4b78f179e7ce
child 17 fda26bfcabef
equal deleted inserted replaced
14:10d5199d9874 15:4b78f179e7ce
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
       
     3   <PropertyGroup>
       
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     6     <ProductVersion>8.0.30703</ProductVersion>
       
     7     <SchemaVersion>2.0</SchemaVersion>
       
     8     <ProjectGuid>{EC766553-473F-4865-84E9-88F79D5F12A9}</ProjectGuid>
       
     9     <OutputType>Library</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>Trakers.Debug</RootNamespace>
       
    12     <AssemblyName>Debug</AssemblyName>
       
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
       
    14     <FileAlignment>512</FileAlignment>
       
    15     <PublishUrl>publish\</PublishUrl>
       
    16     <Install>true</Install>
       
    17     <InstallFrom>Disk</InstallFrom>
       
    18     <UpdateEnabled>false</UpdateEnabled>
       
    19     <UpdateMode>Foreground</UpdateMode>
       
    20     <UpdateInterval>7</UpdateInterval>
       
    21     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
       
    22     <UpdatePeriodically>false</UpdatePeriodically>
       
    23     <UpdateRequired>false</UpdateRequired>
       
    24     <MapFileExtensions>true</MapFileExtensions>
       
    25     <ApplicationRevision>0</ApplicationRevision>
       
    26     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
       
    27     <IsWebBootstrapper>false</IsWebBootstrapper>
       
    28     <UseApplicationTrust>false</UseApplicationTrust>
       
    29     <BootstrapperEnabled>true</BootstrapperEnabled>
       
    30   </PropertyGroup>
       
    31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    32     <DebugSymbols>true</DebugSymbols>
       
    33     <DebugType>full</DebugType>
       
    34     <Optimize>false</Optimize>
       
    35     <OutputPath>bin\Debug\</OutputPath>
       
    36     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    37     <ErrorReport>prompt</ErrorReport>
       
    38     <WarningLevel>4</WarningLevel>
       
    39   </PropertyGroup>
       
    40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    41     <DebugType>pdbonly</DebugType>
       
    42     <Optimize>true</Optimize>
       
    43     <OutputPath>bin\Release\</OutputPath>
       
    44     <DefineConstants>TRACE</DefineConstants>
       
    45     <ErrorReport>prompt</ErrorReport>
       
    46     <WarningLevel>4</WarningLevel>
       
    47   </PropertyGroup>
       
    48   <PropertyGroup>
       
    49     <StartupObject />
       
    50   </PropertyGroup>
       
    51   <ItemGroup>
       
    52     <Reference Include="Accessibility">
       
    53       <EmbedInteropTypes>True</EmbedInteropTypes>
       
    54     </Reference>
       
    55     <Reference Include="Coding4Fun.Kinect.Wpf">
       
    56       <HintPath>..\lib\Coding4Fun.Kinect.Wpf.dll</HintPath>
       
    57     </Reference>
       
    58     <Reference Include="Microsoft.Kinect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
       
    59       <SpecificVersion>False</SpecificVersion>
       
    60       <HintPath>..\lib\Microsoft.Kinect.dll</HintPath>
       
    61     </Reference>
       
    62     <Reference Include="PresentationCore" />
       
    63     <Reference Include="PresentationFramework" />
       
    64     <Reference Include="System" />
       
    65     <Reference Include="System.Configuration" />
       
    66     <Reference Include="System.Core" />
       
    67     <Reference Include="System.Drawing" />
       
    68     <Reference Include="System.Web.Extensions" />
       
    69     <Reference Include="System.Xaml" />
       
    70     <Reference Include="System.Xml.Linq" />
       
    71     <Reference Include="System.Data.DataSetExtensions" />
       
    72     <Reference Include="Microsoft.CSharp" />
       
    73     <Reference Include="System.Data" />
       
    74     <Reference Include="System.Xml" />
       
    75     <Reference Include="WindowsBase" />
       
    76   </ItemGroup>
       
    77   <ItemGroup>
       
    78     <Compile Include="DebugParameters.xaml.cs">
       
    79       <DependentUpon>DebugParameters.xaml</DependentUpon>
       
    80     </Compile>
       
    81     <Compile Include="DebugWindow.xaml.cs">
       
    82       <DependentUpon>DebugWindow.xaml</DependentUpon>
       
    83     </Compile>
       
    84     <Compile Include="Properties\AssemblyInfo.cs" />
       
    85     <Compile Include="Properties\Resources.Designer.cs">
       
    86       <DependentUpon>Resources.resx</DependentUpon>
       
    87       <AutoGen>True</AutoGen>
       
    88       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       
    89       <DesignTime>True</DesignTime>
       
    90     </Compile>
       
    91     <Compile Include="Properties\Settings.Designer.cs">
       
    92       <AutoGen>True</AutoGen>
       
    93       <DesignTimeSharedInput>True</DesignTimeSharedInput>
       
    94       <DependentUpon>Settings.settings</DependentUpon>
       
    95     </Compile>
       
    96     <Compile Include="Settings.cs" />
       
    97   </ItemGroup>
       
    98   <ItemGroup>
       
    99     <Page Include="DebugParameters.xaml">
       
   100       <Generator>MSBuild:Compile</Generator>
       
   101       <SubType>Designer</SubType>
       
   102     </Page>
       
   103   </ItemGroup>
       
   104   <ItemGroup>
       
   105     <Page Include="DebugWindow.xaml">
       
   106       <Generator>MSBuild:Compile</Generator>
       
   107       <SubType>Designer</SubType>
       
   108     </Page>
       
   109   </ItemGroup>
       
   110   <ItemGroup>
       
   111     <None Include="App.config" />
       
   112     <None Include="Properties\Settings.settings">
       
   113       <Generator>SettingsSingleFileGenerator</Generator>
       
   114       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
       
   115     </None>
       
   116   </ItemGroup>
       
   117   <ItemGroup>
       
   118     <EmbeddedResource Include="Properties\Resources.resx">
       
   119       <Generator>ResXFileCodeGenerator</Generator>
       
   120       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
       
   121       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       
   122     </EmbeddedResource>
       
   123   </ItemGroup>
       
   124   <ItemGroup>
       
   125     <BootstrapperPackage Include=".NETFramework,Version=v4.0">
       
   126       <Visible>False</Visible>
       
   127       <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
       
   128       <Install>true</Install>
       
   129     </BootstrapperPackage>
       
   130     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
       
   131       <Visible>False</Visible>
       
   132       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
       
   133       <Install>false</Install>
       
   134     </BootstrapperPackage>
       
   135     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
       
   136       <Visible>False</Visible>
       
   137       <ProductName>.NET Framework 3.5 SP1</ProductName>
       
   138       <Install>false</Install>
       
   139     </BootstrapperPackage>
       
   140     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
       
   141       <Visible>False</Visible>
       
   142       <ProductName>Windows Installer 3.1</ProductName>
       
   143       <Install>true</Install>
       
   144     </BootstrapperPackage>
       
   145   </ItemGroup>
       
   146   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
       
   147   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
   148        Other similar extension points exist, see Microsoft.Common.targets.
       
   149   <Target Name="BeforeBuild">
       
   150   </Target>
       
   151   <Target Name="AfterBuild">
       
   152   </Target>
       
   153   -->
       
   154 </Project>