FiE-Game/fie.csproj

108 lines
4.2 KiB
XML
Raw Normal View History

2018-11-21 21:17:43 +01:00
<?xml version="1.0" encoding="utf-8"?>
2018-11-21 21:16:51 +01:00
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{3F8B612E-F725-44A0-868A-0AE7BE3B85EA}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<LangVersion>7.3</LangVersion>
<AssemblyName>FriendshipIsEpic</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
2018-11-21 21:17:43 +01:00
<ItemGroup>
<Compile Include="Assets\Scripts\**" />
2018-11-21 21:17:43 +01:00
</ItemGroup>
<ItemGroup>
<None Include=".gitattributes" />
<None Include=".gitignore" />
<None Include="Assets\**" />
2023-06-11 12:59:19 +02:00
<None Include="packages.config" />
2018-11-21 21:17:43 +01:00
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
2023-07-19 16:41:59 +02:00
<Content Include="AmplifyBloom.dll" />
2023-07-19 16:20:15 +02:00
<Content Include="assets\**" />
2018-11-21 21:17:43 +01:00
<Content Include="BGM &amp; Gameplay video.txt" />
<Content Include="test user credentials %28not available%29.txt" />
</ItemGroup>
2023-07-19 16:41:59 +02:00
<ItemGroup />
2018-11-21 21:17:43 +01:00
<ItemGroup>
2023-07-19 16:41:59 +02:00
<Reference Include="AmplifyBloom, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\AmplifyBloom.dll</HintPath>
</Reference>
<Reference Include="Assembly-Boo">
<HintPath>packages\Assembly-Boo.dll</HintPath>
</Reference>
<Reference Include="Boo.Lang">
<HintPath>packages\Boo.Lang.dll</HintPath>
</Reference>
<Reference Include="Mono.Posix">
<HintPath>packages\Mono.Posix.dll</HintPath>
</Reference>
<Reference Include="Mono.Security">
<HintPath>packages\Mono.Security.dll</HintPath>
</Reference>
<Reference Include="MoodkieSecurity">
<HintPath>packages\MoodkieSecurity.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core">
<HintPath>packages\System.Core.dll</HintPath>
</Reference>
<Reference Include="System.Security" />
2023-07-19 16:20:15 +02:00
<Reference Include="System.XML" />
2023-07-19 16:41:59 +02:00
<Reference Include="UnityEngine">
<HintPath>packages\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Networking" Version="1.0.0.0">
<HintPath>packages\UnityEngine.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PlaymodeTestsRunner">
<HintPath>packages\UnityEngine.PlaymodeTestsRunner.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI" Version="1.0.0.0">
<HintPath>packages\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="Photon3Unity3D" Version="4.1.1.6">
<HintPath>packages\Photon3Unity3D.dll</HintPath>
</Reference>
<Reference Include="PlayMaker" Version="1.6.0.0">
<HintPath>packages\PlayMaker.dll</HintPath>
</Reference>
<Reference Include="Rewired_Core" Version="1.0.0.0">
<HintPath>packages\Rewired_Core.dll</HintPath>
</Reference>
<Reference Include="ES2">
<HintPath>packages\ES2.dll</HintPath>
</Reference>
<Reference Include="BehaviorDesignerRuntime">
<HintPath>packages\BehaviorDesignerRuntime.dll</HintPath>
</Reference>
<Reference Include="UnityScript.Lang">
<HintPath>packages\UnityScript.Lang.dll</HintPath>
</Reference>
<Reference Include="XInputDotNetPure">
<HintPath>packages\XInputDotNetPure.dll</HintPath>
</Reference>
2018-11-21 21:17:43 +01:00
</ItemGroup>
2018-11-21 21:16:51 +01:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>