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 >{94D332C1-AB7D-4565-ACD0-36F9198C7A8F}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >Brett_Tech_Code_Developer</RootNamespace >
10+ <AssemblyName >Brett Tech Code Developer</AssemblyName >
11+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ <IsWebBootstrapper >false</IsWebBootstrapper >
16+ <PublishUrl >publish\</PublishUrl >
17+ <Install >true</Install >
18+ <InstallFrom >Disk</InstallFrom >
19+ <UpdateEnabled >false</UpdateEnabled >
20+ <UpdateMode >Foreground</UpdateMode >
21+ <UpdateInterval >7</UpdateInterval >
22+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
23+ <UpdatePeriodically >false</UpdatePeriodically >
24+ <UpdateRequired >false</UpdateRequired >
25+ <MapFileExtensions >true</MapFileExtensions >
26+ <ApplicationRevision >0</ApplicationRevision >
27+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
28+ <UseApplicationTrust >false</UseApplicationTrust >
29+ <BootstrapperEnabled >true</BootstrapperEnabled >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32+ <PlatformTarget >AnyCPU</PlatformTarget >
33+ <DebugSymbols >true</DebugSymbols >
34+ <DebugType >full</DebugType >
35+ <Optimize >false</Optimize >
36+ <OutputPath >bin\Debug\</OutputPath >
37+ <DefineConstants >DEBUG;TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >4</WarningLevel >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42+ <PlatformTarget >AnyCPU</PlatformTarget >
43+ <DebugType >pdbonly</DebugType >
44+ <Optimize >true</Optimize >
45+ <OutputPath >bin\Release\</OutputPath >
46+ <DefineConstants >TRACE</DefineConstants >
47+ <ErrorReport >prompt</ErrorReport >
48+ <WarningLevel >4</WarningLevel >
49+ </PropertyGroup >
50+ <PropertyGroup >
51+ <ApplicationIcon >code.ico</ApplicationIcon >
52+ </PropertyGroup >
53+ <ItemGroup >
54+ <Reference Include =" FastColoredTextBox, Version=2.16.24.0, Culture=neutral, PublicKeyToken=fb8aa12b994ef61b, processorArchitecture=MSIL" >
55+ <HintPath >..\packages\FCTB.2.16.24\lib\FastColoredTextBox.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL" >
58+ <HintPath >..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" MetroFramework.Design, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL" >
61+ <HintPath >..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Design.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" MetroFramework.Fonts, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL" >
64+ <HintPath >..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Fonts.dll</HintPath >
65+ </Reference >
66+ <Reference Include =" System" />
67+ <Reference Include =" System.Core" />
68+ <Reference Include =" System.Xml.Linq" />
69+ <Reference Include =" System.Data.DataSetExtensions" />
70+ <Reference Include =" Microsoft.CSharp" />
71+ <Reference Include =" System.Data" />
72+ <Reference Include =" System.Deployment" />
73+ <Reference Include =" System.Drawing" />
74+ <Reference Include =" System.Net.Http" />
75+ <Reference Include =" System.Windows.Forms" />
76+ <Reference Include =" System.Xml" />
77+ </ItemGroup >
78+ <ItemGroup >
79+ <Compile Include =" Form1.cs" >
80+ <SubType >Form</SubType >
81+ </Compile >
82+ <Compile Include =" Form1.Designer.cs" >
83+ <DependentUpon >Form1.cs</DependentUpon >
84+ </Compile >
85+ <Compile Include =" Program.cs" />
86+ <Compile Include =" Properties\AssemblyInfo.cs" />
87+ <EmbeddedResource Include =" Form1.resx" >
88+ <DependentUpon >Form1.cs</DependentUpon >
89+ </EmbeddedResource >
90+ <EmbeddedResource Include =" Properties\Resources.resx" >
91+ <Generator >ResXFileCodeGenerator</Generator >
92+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
93+ <SubType >Designer</SubType >
94+ </EmbeddedResource >
95+ <Compile Include =" Properties\Resources.Designer.cs" >
96+ <AutoGen >True</AutoGen >
97+ <DependentUpon >Resources.resx</DependentUpon >
98+ <DesignTime >True</DesignTime >
99+ </Compile >
100+ <None Include =" packages.config" />
101+ <None Include =" Properties\Settings.settings" >
102+ <Generator >SettingsSingleFileGenerator</Generator >
103+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
104+ </None >
105+ <Compile Include =" Properties\Settings.Designer.cs" >
106+ <AutoGen >True</AutoGen >
107+ <DependentUpon >Settings.settings</DependentUpon >
108+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
109+ </Compile >
110+ </ItemGroup >
111+ <ItemGroup >
112+ <None Include =" App.config" />
113+ </ItemGroup >
114+ <ItemGroup >
115+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
116+ <Visible >False</Visible >
117+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
118+ <Install >true</Install >
119+ </BootstrapperPackage >
120+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
121+ <Visible >False</Visible >
122+ <ProductName >.NET Framework 3.5 SP1</ProductName >
123+ <Install >false</Install >
124+ </BootstrapperPackage >
125+ </ItemGroup >
126+ <ItemGroup >
127+ <Content Include =" code.ico" />
128+ </ItemGroup >
129+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
130+ </Project >
0 commit comments