Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2357 - 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)' == '' ">x86</Platform>
6
    <ProductVersion>8.0.30703</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{3ADBFF38-915C-4115-9CDD-81C0CAD9733A}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>KeyPad</RootNamespace>
12
    <AssemblyName>KeyPad</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15
    <FileAlignment>512</FileAlignment>
16
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17
    <WarningLevel>4</WarningLevel>
18
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
20
    <PlatformTarget>x86</PlatformTarget>
21
    <DebugSymbols>true</DebugSymbols>
22
    <DebugType>full</DebugType>
23
    <Optimize>false</Optimize>
24
    <OutputPath>bin\Debug\</OutputPath>
25
    <DefineConstants>DEBUG;TRACE</DefineConstants>
26
    <ErrorReport>prompt</ErrorReport>
27
    <WarningLevel>4</WarningLevel>
28
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30
    <PlatformTarget>x86</PlatformTarget>
31
    <DebugType>pdbonly</DebugType>
32
    <Optimize>true</Optimize>
33
    <OutputPath>bin\Release\</OutputPath>
34
    <DefineConstants>TRACE</DefineConstants>
35
    <ErrorReport>prompt</ErrorReport>
36
    <WarningLevel>4</WarningLevel>
37
  </PropertyGroup>
38
  <PropertyGroup>
39
    <StartupObject />
40
  </PropertyGroup>
41
  <ItemGroup>
42
    <Reference Include="System" />
43
    <Reference Include="System.Data" />
44
    <Reference Include="System.Xml" />
45
    <Reference Include="Microsoft.CSharp" />
46
    <Reference Include="System.Core" />
47
    <Reference Include="System.Xml.Linq" />
48
    <Reference Include="System.Data.DataSetExtensions" />
49
    <Reference Include="System.Xaml">
50
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
51
    </Reference>
52
    <Reference Include="WindowsBase" />
53
    <Reference Include="PresentationCore" />
54
    <Reference Include="PresentationFramework" />
55
  </ItemGroup>
56
  <ItemGroup>
57
    <Page Include="Keypad.xaml">
58
      <Generator>MSBuild:Compile</Generator>
59
      <SubType>Designer</SubType>
60
    </Page>
61
    <Compile Include="Keypad.xaml.cs">
62
      <DependentUpon>Keypad.xaml</DependentUpon>
63
      <SubType>Code</SubType>
64
    </Compile>
65
  </ItemGroup>
66
  <ItemGroup>
67
    <Compile Include="Properties\AssemblyInfo.cs">
68
      <SubType>Code</SubType>
69
    </Compile>
70
    <Compile Include="Properties\Resources.Designer.cs">
71
      <AutoGen>True</AutoGen>
72
      <DesignTime>True</DesignTime>
73
      <DependentUpon>Resources.resx</DependentUpon>
74
    </Compile>
75
    <Compile Include="Properties\Settings.Designer.cs">
76
      <AutoGen>True</AutoGen>
77
      <DependentUpon>Settings.settings</DependentUpon>
78
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
79
    </Compile>
80
    <EmbeddedResource Include="Properties\Resources.resx">
81
      <Generator>ResXFileCodeGenerator</Generator>
82
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
83
    </EmbeddedResource>
84
    <None Include="app.config" />
85
    <None Include="Properties\Settings.settings">
86
      <Generator>SettingsSingleFileGenerator</Generator>
87
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
88
    </None>
89
    <AppDesigner Include="Properties\" />
90
  </ItemGroup>
91
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
93
       Other similar extension points exist, see Microsoft.Common.targets.
94
  <Target Name="BeforeBuild">
95
  </Target>
96
  <Target Name="AfterBuild">
97
  </Target>
98
  -->
99
</Project>