Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2502 - 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.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.5.2</TargetFrameworkVersion>
14
    <TargetFrameworkProfile>
15
    </TargetFrameworkProfile>
16
    <FileAlignment>512</FileAlignment>
17
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
18
    <WarningLevel>4</WarningLevel>
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21
    <PlatformTarget>AnyCPU</PlatformTarget>
22
    <DebugSymbols>true</DebugSymbols>
23
    <DebugType>full</DebugType>
24
    <Optimize>false</Optimize>
25
    <OutputPath>bin\Debug\</OutputPath>
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
27
    <ErrorReport>prompt</ErrorReport>
28
    <WarningLevel>4</WarningLevel>
29
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
30
    <Prefer32Bit>false</Prefer32Bit>
31
  </PropertyGroup>
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
33
    <PlatformTarget>x86</PlatformTarget>
34
    <DebugType>pdbonly</DebugType>
35
    <Optimize>false</Optimize>
36
    <OutputPath>bin\Release\</OutputPath>
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
40
    <Prefer32Bit>false</Prefer32Bit>
41
  </PropertyGroup>
42
  <PropertyGroup>
43
    <StartupObject />
44
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
46
    <DebugSymbols>true</DebugSymbols>
47
    <OutputPath>bin\x64\Debug\</OutputPath>
48
    <DefineConstants>DEBUG;TRACE</DefineConstants>
49
    <DebugType>full</DebugType>
50
    <PlatformTarget>x64</PlatformTarget>
51
    <ErrorReport>prompt</ErrorReport>
52
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53
    <Prefer32Bit>false</Prefer32Bit>
54
  </PropertyGroup>
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56
    <OutputPath>bin\x64\Release\</OutputPath>
57
    <DefineConstants>DEBUG;TRACE</DefineConstants>
58
    <DebugType>pdbonly</DebugType>
59
    <PlatformTarget>x64</PlatformTarget>
60
    <ErrorReport>prompt</ErrorReport>
61
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
62
    <Prefer32Bit>false</Prefer32Bit>
63
  </PropertyGroup>
64
  <ItemGroup>
65
    <Reference Include="System" />
66
    <Reference Include="System.Data" />
67
    <Reference Include="System.Xml" />
68
    <Reference Include="Microsoft.CSharp" />
69
    <Reference Include="System.Core" />
70
    <Reference Include="System.Xml.Linq" />
71
    <Reference Include="System.Data.DataSetExtensions" />
72
    <Reference Include="System.Xaml">
73
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
74
    </Reference>
75
    <Reference Include="WindowsBase" />
76
    <Reference Include="PresentationCore" />
77
    <Reference Include="PresentationFramework" />
78
  </ItemGroup>
79
  <ItemGroup>
80
    <Page Include="Keypad.xaml">
81
      <Generator>MSBuild:Compile</Generator>
82
      <SubType>Designer</SubType>
83
    </Page>
84
    <Compile Include="Keypad.xaml.cs">
85
      <DependentUpon>Keypad.xaml</DependentUpon>
86
      <SubType>Code</SubType>
87
    </Compile>
88
  </ItemGroup>
89
  <ItemGroup>
90
    <Compile Include="Properties\AssemblyInfo.cs">
91
      <SubType>Code</SubType>
92
    </Compile>
93
    <Compile Include="Properties\Resources.Designer.cs">
94
      <AutoGen>True</AutoGen>
95
      <DesignTime>True</DesignTime>
96
      <DependentUpon>Resources.resx</DependentUpon>
97
    </Compile>
98
    <Compile Include="Properties\Settings.Designer.cs">
99
      <AutoGen>True</AutoGen>
100
      <DependentUpon>Settings.settings</DependentUpon>
101
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
102
    </Compile>
103
    <EmbeddedResource Include="Properties\Resources.resx">
104
      <Generator>ResXFileCodeGenerator</Generator>
105
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
106
    </EmbeddedResource>
107
    <None Include="app.config" />
108
    <None Include="Properties\Settings.settings">
109
      <Generator>SettingsSingleFileGenerator</Generator>
110
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111
    </None>
112
    <AppDesigner Include="Properties\" />
113
  </ItemGroup>
114
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116
       Other similar extension points exist, see Microsoft.Common.targets.
117
  <Target Name="BeforeBuild">
118
  </Target>
119
  <Target Name="AfterBuild">
120
  </Target>
121
  -->
122
</Project>