1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" 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 >{7009D077-EC1B-4CCC-A999-A1AEC496638E}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >AutoLoginBuilder</RootNamespace >
10+ <AssemblyName >AutoLoginBuilder</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <TargetFrameworkProfile />
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <PlatformTarget >x64</PlatformTarget >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ <Prefer32Bit >false</Prefer32Bit >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <PlatformTarget >AnyCPU</PlatformTarget >
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+ <Prefer32Bit >false</Prefer32Bit >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
37+ <PlatformTarget >x86</PlatformTarget >
38+ <OutputPath >bin\x86\Debug\</OutputPath >
39+ <WarningLevel >0</WarningLevel >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
42+ <PlatformTarget >x86</PlatformTarget >
43+ <OutputPath >bin\x86\Release\</OutputPath >
44+ </PropertyGroup >
45+ <PropertyGroup >
46+ <ApplicationManifest >app.manifest</ApplicationManifest >
47+ </PropertyGroup >
48+ <PropertyGroup >
49+ <ApplicationIcon >chevron.ico</ApplicationIcon >
50+ </PropertyGroup >
51+ <ItemGroup >
52+ <Reference Include =" System" />
53+ <Reference Include =" System.Core" />
54+ <Reference Include =" System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
55+ <SpecificVersion >False</SpecificVersion >
56+ <HintPath >..\..\..\..\..\..\..\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" System.Xml.Linq" />
59+ <Reference Include =" System.Data.DataSetExtensions" />
60+ <Reference Include =" System.Data" />
61+ <Reference Include =" System.Deployment" />
62+ <Reference Include =" System.Drawing" />
63+ <Reference Include =" System.Windows.Forms" />
64+ <Reference Include =" System.Xml" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <Compile Include =" CMDCli.cs" />
68+ <Compile Include =" Form1.cs" >
69+ <SubType >Form</SubType >
70+ </Compile >
71+ <Compile Include =" Form1.Designer.cs" >
72+ <DependentUpon >Form1.cs</DependentUpon >
73+ </Compile >
74+ <Compile Include =" Program.cs" />
75+ <Compile Include =" Properties\AssemblyInfo.cs" />
76+ <Compile Include =" Worker.cs" />
77+ <EmbeddedResource Include =" Form1.resx" >
78+ <DependentUpon >Form1.cs</DependentUpon >
79+ </EmbeddedResource >
80+ <EmbeddedResource Include =" Properties\Resources.resx" >
81+ <Generator >ResXFileCodeGenerator</Generator >
82+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
83+ <SubType >Designer</SubType >
84+ </EmbeddedResource >
85+ <Compile Include =" Properties\Resources.Designer.cs" >
86+ <AutoGen >True</AutoGen >
87+ <DependentUpon >Resources.resx</DependentUpon >
88+ <DesignTime >True</DesignTime >
89+ </Compile >
90+ <None Include =" app.config" />
91+ <None Include =" app.manifest" >
92+ <SubType >Designer</SubType >
93+ </None >
94+ <None Include =" Properties\Settings.settings" >
95+ <Generator >SettingsSingleFileGenerator</Generator >
96+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
97+ </None >
98+ <Compile Include =" Properties\Settings.Designer.cs" >
99+ <AutoGen >True</AutoGen >
100+ <DependentUpon >Settings.settings</DependentUpon >
101+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
102+ </Compile >
103+ </ItemGroup >
104+ <ItemGroup >
105+ <Content Include =" chevron.ico" />
106+ </ItemGroup >
107+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108+ </Project >
0 commit comments