Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
Expand Down
33 changes: 33 additions & 0 deletions SampleUnityProject.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UEPT.Runtime", "UEPT.Runtime.csproj", "{57a383ec-bd4b-d708-9f07-68b00c685814}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UEPT.Shared", "UEPT.Shared.csproj", "{4a37d7c2-952c-b95f-d32d-e1c26f2e0662}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UEPT.Backend", "UEPT.Backend.csproj", "{9fc80359-3a0c-716f-0d77-0091f164311b}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UEPT.Tests.PlayMode", "UEPT.Tests.PlayMode.csproj", "{a9612112-6f21-9f01-2f95-e5dbe2504b9b}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UEPT.Tests.EditMode", "UEPT.Tests.EditMode.csproj", "{8313f7b1-b513-4b8f-4334-ca3fab56bad5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57a383ec-bd4b-d708-9f07-68b00c685814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57a383ec-bd4b-d708-9f07-68b00c685814}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4a37d7c2-952c-b95f-d32d-e1c26f2e0662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4a37d7c2-952c-b95f-d32d-e1c26f2e0662}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9fc80359-3a0c-716f-0d77-0091f164311b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9fc80359-3a0c-716f-0d77-0091f164311b}.Debug|Any CPU.Build.0 = Debug|Any CPU
{a9612112-6f21-9f01-2f95-e5dbe2504b9b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{a9612112-6f21-9f01-2f95-e5dbe2504b9b}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8313f7b1-b513-4b8f-4334-ca3fab56bad5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8313f7b1-b513-4b8f-4334-ca3fab56bad5}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
63 changes: 63 additions & 0 deletions UEPT.Backend.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LangVersion>9.0</LangVersion>
<_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package</_TargetFrameworkDirectories>
<_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package</_FullFrameworkReferenceAssemblyPaths>
<DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace></RootNamespace>
<ProjectGuid>{9fc80359-3a0c-716f-0d77-0091f164311b}</ProjectGuid>
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>UEPT.Backend</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>.</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\Bin\Debug\Unity.Rider.Editor\</OutputPath>
<DefineConstants>UNITY_EDITOR</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169,0649</NoWarn>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<NoConfig>true</NoConfig>
<NoStdLib>true</NoStdLib>
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
</PropertyGroup>
<ItemGroup>
<None Include="Assets/_Project/Develop/CompanyName/UEPT/Backend/UEPT.Backend.asmdef" />
<Reference Include="UnityEngine">
<HintPath>/Applications/Unity/Hub/Editor/2021.3.39f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>/Applications/Unity/Hub/Editor/2021.3.39f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>/Applications/Unity/Hub/Editor/2021.3.39f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Loading