| 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>{AA1C80D6-960D-42B8-B692-472B2CA3AF48}</ProjectGuid> |
| 8 |
<OutputType>Exe</OutputType> |
| 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 10 |
<RootNamespace>TELTest</RootNamespace> |
| 11 |
<AssemblyName>TELTest</AssemblyName> |
| 12 |
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
| 13 |
<FileAlignment>512</FileAlignment> |
| 14 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 15 |
<NuGetPackageImportStamp> |
| 16 |
</NuGetPackageImportStamp> |
| 17 |
</PropertyGroup> |
| 18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 19 |
<PlatformTarget>x86</PlatformTarget> |
| 20 |
<DebugSymbols>true</DebugSymbols> |
| 21 |
<DebugType>full</DebugType> |
| 22 |
<Optimize>false</Optimize> |
| 23 |
<OutputPath>bin\Debug\</OutputPath> |
| 24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 25 |
<ErrorReport>prompt</ErrorReport> |
| 26 |
<WarningLevel>4</WarningLevel> |
| 27 |
</PropertyGroup> |
| 28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 29 |
<PlatformTarget>AnyCPU</PlatformTarget> |
| 30 |
<DebugType>pdbonly</DebugType> |
| 31 |
<Optimize>true</Optimize> |
| 32 |
<OutputPath>bin\Release\</OutputPath> |
| 33 |
<DefineConstants>TRACE</DefineConstants> |
| 34 |
<ErrorReport>prompt</ErrorReport> |
| 35 |
<WarningLevel>4</WarningLevel> |
| 36 |
</PropertyGroup> |
| 37 |
<ItemGroup> |
| 38 |
<Reference Include="System" /> |
| 39 |
<Reference Include="System.Core" /> |
| 40 |
<Reference Include="System.Xml.Linq" /> |
| 41 |
<Reference Include="Microsoft.CSharp" /> |
| 42 |
<Reference Include="System.Net.Http" /> |
| 43 |
<Reference Include="System.Xml" /> |
| 44 |
</ItemGroup> |
| 45 |
<ItemGroup> |
| 46 |
<Compile Include="BaseQuizContext.cs" /> |
| 47 |
<Compile Include="BasicKeyValue.cs" /> |
| 48 |
<Compile Include="CompatExtensions.cs" /> |
| 49 |
<Compile Include="Config.cs" /> |
| 50 |
<Compile Include="ConnectionHandler.cs" /> |
| 51 |
<Compile Include="Gamemodes\Comments.cs" /> |
| 52 |
<Compile Include="Gamemodes\Turns.cs" /> |
| 53 |
<Compile Include="Gamemodes\ClassicMP.cs" /> |
| 54 |
<Compile Include="Gamemodes\Pisania.cs" /> |
| 55 |
<Compile Include="Gamemodes\Kbmio.cs" /> |
| 56 |
<Compile Include="Gamemodes\Classic.cs" /> |
| 57 |
<Compile Include="GUIUtilities.cs" /> |
| 58 |
<Compile Include="Localization.cs" /> |
| 59 |
<Compile Include="MatchmakingStuff.cs" /> |
| 60 |
<Compile Include="Matchmaking\Lobby.cs" /> |
| 61 |
<Compile Include="NormalConnectionHandler.cs" /> |
| 62 |
<Compile Include="Program.cs" /> |
| 63 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 64 |
<Compile Include="QuizContainer.cs" /> |
| 65 |
<Compile Include="QuizCreator.cs" /> |
| 66 |
<Compile Include="QuizDraftManager.cs" /> |
| 67 |
<Compile Include="QuizExplorer.cs" /> |
| 68 |
<Compile Include="QuizGamemode.cs" /> |
| 69 |
<Compile Include="QuizListing.cs" /> |
| 70 |
<Compile Include="ReadConfiguration.cs" /> |
| 71 |
<Compile Include="Scoreboard.cs" /> |
| 72 |
<Compile Include="SocketExtensions.cs" /> |
| 73 |
<Compile Include="Utilities.cs" /> |
| 74 |
</ItemGroup> |
| 75 |
<ItemGroup> |
| 76 |
<None Include="App.config" /> |
| 77 |
</ItemGroup> |
| 78 |
<ItemGroup /> |
| 79 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 80 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 81 |
Other similar extension points exist, see Microsoft.Common.targets. |
| 82 |
<Target Name="BeforeBuild"> |
| 83 |
</Target> |
| 84 |
<Target Name="AfterBuild"> |
| 85 |
</Target> |
| 86 |
--> |
| 87 |
</Project> |