1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{3BF53D48-8079-4276-9904-B300D4E3DCF8}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >AutoHideWindow</RootNamespace >
11+ <AssemblyName >AutoHideWindow</AssemblyName >
12+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15+ <WarningLevel >4</WarningLevel >
16+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
17+ <TargetFrameworkProfile />
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <PlatformTarget >AnyCPU</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|AnyCPU' " >
30+ <PlatformTarget >AnyCPU</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+ <ItemGroup >
39+ <Reference Include =" Syncfusion.Licensing, Version=17.3460.0.9, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Syncfusion.Licensing.17.3.0.9-beta\lib\net46\Syncfusion.Licensing.dll</HintPath >
41+ <Private >True</Private >
42+ </Reference >
43+ <Reference Include =" Syncfusion.Shared.WPF, Version=17.3460.0.9, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\Syncfusion.Shared.WPF.17.3.0.9-beta\lib\net46\Syncfusion.Shared.WPF.dll</HintPath >
45+ <Private >True</Private >
46+ </Reference >
47+ <Reference Include =" Syncfusion.Tools.WPF, Version=17.3460.0.9, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
48+ <HintPath >..\packages\Syncfusion.Tools.WPF.17.3.0.9-beta\lib\net46\Syncfusion.Tools.WPF.dll</HintPath >
49+ <Private >True</Private >
50+ </Reference >
51+ <Reference Include =" System" />
52+ <Reference Include =" System.Data" />
53+ <Reference Include =" System.Xml" />
54+ <Reference Include =" Microsoft.CSharp" />
55+ <Reference Include =" System.Core" />
56+ <Reference Include =" System.Xml.Linq" />
57+ <Reference Include =" System.Data.DataSetExtensions" />
58+ <Reference Include =" System.Net.Http" />
59+ <Reference Include =" System.Xaml" >
60+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
61+ </Reference >
62+ <Reference Include =" WindowsBase" />
63+ <Reference Include =" PresentationCore" />
64+ <Reference Include =" PresentationFramework" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <ApplicationDefinition Include =" App.xaml" >
68+ <Generator >MSBuild:Compile</Generator >
69+ <SubType >Designer</SubType >
70+ </ApplicationDefinition >
71+ <Page Include =" MainWindow.xaml" >
72+ <Generator >MSBuild:Compile</Generator >
73+ <SubType >Designer</SubType >
74+ </Page >
75+ <Compile Include =" App.xaml.cs" >
76+ <DependentUpon >App.xaml</DependentUpon >
77+ <SubType >Code</SubType >
78+ </Compile >
79+ <Compile Include =" MainWindow.xaml.cs" >
80+ <DependentUpon >MainWindow.xaml</DependentUpon >
81+ <SubType >Code</SubType >
82+ </Compile >
83+ </ItemGroup >
84+ <ItemGroup >
85+ <Compile Include =" Properties\AssemblyInfo.cs" >
86+ <SubType >Code</SubType >
87+ </Compile >
88+ <Compile Include =" Properties\Resources.Designer.cs" >
89+ <AutoGen >True</AutoGen >
90+ <DesignTime >True</DesignTime >
91+ <DependentUpon >Resources.resx</DependentUpon >
92+ </Compile >
93+ <Compile Include =" Properties\Settings.Designer.cs" >
94+ <AutoGen >True</AutoGen >
95+ <DependentUpon >Settings.settings</DependentUpon >
96+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
97+ </Compile >
98+ <EmbeddedResource Include =" Properties\Resources.resx" >
99+ <Generator >ResXFileCodeGenerator</Generator >
100+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
101+ </EmbeddedResource >
102+ <None Include =" packages.config" />
103+ <None Include =" Properties\Settings.settings" >
104+ <Generator >SettingsSingleFileGenerator</Generator >
105+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
106+ </None >
107+ <AppDesigner Include =" Properties\" />
108+ </ItemGroup >
109+ <ItemGroup >
110+ <None Include =" App.config" />
111+ </ItemGroup >
112+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114+ Other similar extension points exist, see Microsoft.Common.targets.
115+ <Target Name="BeforeBuild">
116+ </Target>
117+ <Target Name="AfterBuild">
118+ </Target>
119+ -->
120+ </Project >
0 commit comments