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