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 >{8CE1C2BC-1463-4EA8-A2F2-B2E9F8D60557}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <StartupObject >AutoRunningCMD.My.MyApplication</StartupObject >
10+ <RootNamespace >AutoRunningCMD</RootNamespace >
11+ <AssemblyName >AutoRunningCMD</AssemblyName >
12+ <FileAlignment >512</FileAlignment >
13+ <MyType >WindowsForms</MyType >
14+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
15+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16+ <Deterministic >true</Deterministic >
17+ <TargetFrameworkProfile />
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <PlatformTarget >AnyCPU</PlatformTarget >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <DefineDebug >true</DefineDebug >
24+ <DefineTrace >true</DefineTrace >
25+ <OutputPath >bin\Debug\</OutputPath >
26+ <DocumentationFile >AutoRunningCMD.xml</DocumentationFile >
27+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <PlatformTarget >AnyCPU</PlatformTarget >
31+ <DebugType >pdbonly</DebugType >
32+ <DefineDebug >false</DefineDebug >
33+ <DefineTrace >true</DefineTrace >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\Release\</OutputPath >
36+ <DocumentationFile >AutoRunningCMD.xml</DocumentationFile >
37+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <OptionExplicit >On</OptionExplicit >
41+ </PropertyGroup >
42+ <PropertyGroup >
43+ <OptionCompare >Binary</OptionCompare >
44+ </PropertyGroup >
45+ <PropertyGroup >
46+ <OptionStrict >Off</OptionStrict >
47+ </PropertyGroup >
48+ <PropertyGroup >
49+ <OptionInfer >On</OptionInfer >
50+ </PropertyGroup >
51+ <ItemGroup >
52+ <Reference Include =" System" />
53+ <Reference Include =" System.Data" />
54+ <Reference Include =" System.Deployment" />
55+ <Reference Include =" System.Drawing" />
56+ <Reference Include =" System.Windows.Forms" />
57+ <Reference Include =" System.Xml" />
58+ <Reference Include =" System.Core" />
59+ <Reference Include =" System.Xml.Linq" />
60+ <Reference Include =" System.Data.DataSetExtensions" />
61+ <Reference Include =" System.Net.Http" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Import Include =" Microsoft.VisualBasic" />
65+ <Import Include =" System" />
66+ <Import Include =" System.Collections" />
67+ <Import Include =" System.Collections.Generic" />
68+ <Import Include =" System.Data" />
69+ <Import Include =" System.Drawing" />
70+ <Import Include =" System.Diagnostics" />
71+ <Import Include =" System.Windows.Forms" />
72+ <Import Include =" System.Linq" />
73+ <Import Include =" System.Xml.Linq" />
74+ <Import Include =" System.Threading.Tasks" />
75+ </ItemGroup >
76+ <ItemGroup >
77+ <Compile Include =" Form1.vb" >
78+ <SubType >Form</SubType >
79+ </Compile >
80+ <Compile Include =" Form1.Designer.vb" >
81+ <DependentUpon >Form1.vb</DependentUpon >
82+ <SubType >Form</SubType >
83+ </Compile >
84+ <Compile Include =" My Project\AssemblyInfo.vb" />
85+ <Compile Include =" My Project\Application.Designer.vb" >
86+ <AutoGen >True</AutoGen >
87+ <DependentUpon >Application.myapp</DependentUpon >
88+ <DesignTime >True</DesignTime >
89+ </Compile >
90+ <Compile Include =" My Project\Resources.Designer.vb" >
91+ <AutoGen >True</AutoGen >
92+ <DesignTime >True</DesignTime >
93+ <DependentUpon >Resources.resx</DependentUpon >
94+ </Compile >
95+ <Compile Include =" My Project\Settings.Designer.vb" >
96+ <AutoGen >True</AutoGen >
97+ <DependentUpon >Settings.settings</DependentUpon >
98+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
99+ </Compile >
100+ </ItemGroup >
101+ <ItemGroup >
102+ <EmbeddedResource Include =" Form1.resx" >
103+ <DependentUpon >Form1.vb</DependentUpon >
104+ </EmbeddedResource >
105+ <EmbeddedResource Include =" My Project\Resources.resx" >
106+ <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
107+ <LastGenOutput >Resources.Designer.vb</LastGenOutput >
108+ <CustomToolNamespace >My.Resources</CustomToolNamespace >
109+ <SubType >Designer</SubType >
110+ </EmbeddedResource >
111+ </ItemGroup >
112+ <ItemGroup >
113+ <None Include =" My Project\Application.myapp" >
114+ <Generator >MyApplicationCodeGenerator</Generator >
115+ <LastGenOutput >Application.Designer.vb</LastGenOutput >
116+ </None >
117+ <None Include =" My Project\Settings.settings" >
118+ <Generator >SettingsSingleFileGenerator</Generator >
119+ <CustomToolNamespace >My</CustomToolNamespace >
120+ <LastGenOutput >Settings.Designer.vb</LastGenOutput >
121+ </None >
122+ <None Include =" App.config" />
123+ </ItemGroup >
124+ <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
125+ </Project >
0 commit comments