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 >{62D5D86C-2B42-427B-9CBF-F8C6A1087561}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >Coderbyte</RootNamespace >
10+ <AssemblyName >Coderbyte Examples</AssemblyName >
11+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >false</Deterministic >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
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+ </PropertyGroup >
35+ <PropertyGroup >
36+ <ApplicationIcon >mortarboard.ico</ApplicationIcon >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" System" />
40+ <Reference Include =" System.Core" />
41+ <Reference Include =" System.Xml.Linq" />
42+ <Reference Include =" System.Data.DataSetExtensions" />
43+ <Reference Include =" Microsoft.CSharp" />
44+ <Reference Include =" System.Data" />
45+ <Reference Include =" System.Deployment" />
46+ <Reference Include =" System.Drawing" />
47+ <Reference Include =" System.Net.Http" />
48+ <Reference Include =" System.Windows.Forms" />
49+ <Reference Include =" System.Xml" />
50+ </ItemGroup >
51+ <ItemGroup >
52+ <Compile Include =" ASorter.cs" />
53+ <Compile Include =" engines\BinToDec.cs" />
54+ <Compile Include =" engines\ConNumbers.cs" />
55+ <Compile Include =" engines\FBuzz.cs" />
56+ <Compile Include =" engines\Integer.cs" />
57+ <Compile Include =" engines\KConstant.cs" />
58+ <Compile Include =" engines\LetterChanger.cs" />
59+ <Compile Include =" engines\LongestWord.cs" />
60+ <Compile Include =" engines\MParenthesis.cs" />
61+ <Compile Include =" engines\NEncoding.cs" />
62+ <Compile Include =" engines\PrimeNumber.cs" />
63+ <Compile Include =" engines\RVowels.cs" />
64+ <Compile Include =" engines\StringToNumber.cs" />
65+ <Compile Include =" engines\StringToNumber2.cs" />
66+ <Compile Include =" Form1.cs" >
67+ <SubType >Form</SubType >
68+ </Compile >
69+ <Compile Include =" Form1.Designer.cs" >
70+ <DependentUpon >Form1.cs</DependentUpon >
71+ </Compile >
72+ <Compile Include =" Program.cs" />
73+ <Compile Include =" Properties\AssemblyInfo.cs" />
74+ <Compile Include =" engines\QMarks.cs" />
75+ <Compile Include =" engines\TSum.cs" />
76+ <Compile Include =" engines\SCompression.cs" />
77+ <Compile Include =" Utils.cs" />
78+ <EmbeddedResource Include =" Form1.resx" >
79+ <DependentUpon >Form1.cs</DependentUpon >
80+ </EmbeddedResource >
81+ <EmbeddedResource Include =" Properties\Resources.resx" >
82+ <Generator >ResXFileCodeGenerator</Generator >
83+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
84+ <SubType >Designer</SubType >
85+ </EmbeddedResource >
86+ <Compile Include =" Properties\Resources.Designer.cs" >
87+ <AutoGen >True</AutoGen >
88+ <DependentUpon >Resources.resx</DependentUpon >
89+ </Compile >
90+ <None Include =" Properties\Settings.settings" >
91+ <Generator >SettingsSingleFileGenerator</Generator >
92+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
93+ </None >
94+ <Compile Include =" Properties\Settings.Designer.cs" >
95+ <AutoGen >True</AutoGen >
96+ <DependentUpon >Settings.settings</DependentUpon >
97+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
98+ </Compile >
99+ </ItemGroup >
100+ <ItemGroup >
101+ <None Include =" App.config" />
102+ </ItemGroup >
103+ <ItemGroup >
104+ <Content Include =" mortarboard.ico" />
105+ </ItemGroup >
106+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107+ </Project >
0 commit comments