Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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. <Import Project="$(SolutionDir)\USharpProject.props" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{Random numbers and letters, I'm not sure if these should be shared or not.}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>MyProject</RootNamespace>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>$(OutDir)</OutputPath>
  18. <AssemblyName>MyProject.Managed</AssemblyName>
  19. <ErrorReport>prompt</ErrorReport>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>$(OutDir)</OutputPath>
  28. <AssemblyName>MyProject.Managed</AssemblyName>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Compile Include="PuzzleBlock.cs" />
  38. <Compile Include="PuzzleBlockGrid.cs" />
  39. <Compile Include="PuzzlePlayerCharacter.cs" />
  40. <Compile Include="PuzzlePlayerController.cs" />
  41. <Compile Include="PuzzleGameMode.cs" />
  42. </ItemGroup>
  43. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  44. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement