Subversion Repositories Projects

Rev

Rev 2357 | Go to most recent revision | Details | Compare with Previous | 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' ">
2377 - 20
    <PlatformTarget>AnyCPU</PlatformTarget>
2357 - 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>
2377 - 28
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
2357 - 29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
2377 - 31
    <PlatformTarget>AnyCPU</PlatformTarget>
2357 - 32
    <DebugType>pdbonly</DebugType>
2377 - 33
    <Optimize>false</Optimize>
2357 - 34
    <OutputPath>bin\Release\</OutputPath>
2377 - 35
    <DefineConstants>DEBUG;TRACE</DefineConstants>
2357 - 36
    <ErrorReport>prompt</ErrorReport>
37
    <WarningLevel>4</WarningLevel>
38
  </PropertyGroup>
39
  <PropertyGroup>
40
    <StartupObject />
41
  </PropertyGroup>
42
  <ItemGroup>
43
    <Reference Include="System" />
44
    <Reference Include="System.Data" />
45
    <Reference Include="System.Xml" />
46
    <Reference Include="Microsoft.CSharp" />
47
    <Reference Include="System.Core" />
48
    <Reference Include="System.Xml.Linq" />
49
    <Reference Include="System.Data.DataSetExtensions" />
50
    <Reference Include="System.Xaml">
51
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
52
    </Reference>
53
    <Reference Include="WindowsBase" />
54
    <Reference Include="PresentationCore" />
55
    <Reference Include="PresentationFramework" />
56
  </ItemGroup>
57
  <ItemGroup>
58
    <Page Include="Keypad.xaml">
59
      <Generator>MSBuild:Compile</Generator>
60
      <SubType>Designer</SubType>
61
    </Page>
62
    <Compile Include="Keypad.xaml.cs">
63
      <DependentUpon>Keypad.xaml</DependentUpon>
64
      <SubType>Code</SubType>
65
    </Compile>
66
  </ItemGroup>
67
  <ItemGroup>
68
    <Compile Include="Properties\AssemblyInfo.cs">
69
      <SubType>Code</SubType>
70
    </Compile>
71
    <Compile Include="Properties\Resources.Designer.cs">
72
      <AutoGen>True</AutoGen>
73
      <DesignTime>True</DesignTime>
74
      <DependentUpon>Resources.resx</DependentUpon>
75
    </Compile>
76
    <Compile Include="Properties\Settings.Designer.cs">
77
      <AutoGen>True</AutoGen>
78
      <DependentUpon>Settings.settings</DependentUpon>
79
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
80
    </Compile>
81
    <EmbeddedResource Include="Properties\Resources.resx">
82
      <Generator>ResXFileCodeGenerator</Generator>
83
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
84
    </EmbeddedResource>
85
    <None Include="app.config" />
86
    <None Include="Properties\Settings.settings">
87
      <Generator>SettingsSingleFileGenerator</Generator>
88
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
89
    </None>
90
    <AppDesigner Include="Properties\" />
91
  </ItemGroup>
92
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94
       Other similar extension points exist, see Microsoft.Common.targets.
95
  <Target Name="BeforeBuild">
96
  </Target>
97
  <Target Name="AfterBuild">
98
  </Target>
99
  -->
100
</Project>