You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
3.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3FC49A5C-EDF1-4AE6-9EF6-6635296102EF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CameraController</RootNamespace>
<AssemblyName>CameraController.core</AssemblyName>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>CameraController.core.xml</DocumentationFile>
<NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>CameraController.core.xml</DocumentationFile>
<NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Compile Include="CameraControllers\ICameraController.cs" />
<Compile Include="CameraControllers\SmoothPositionThresholdCameraController.cs" />
<Compile Include="CameraControllers\SmoothPositionCameraController.cs" />
<Compile Include="CameraControllers\RigidCameraController.cs" />
<Compile Include="ExampleSceneController.cs" />
<Compile Include="PlayerCharacter.cs" />
<Compile Include="CorePlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<ItemGroup>
<Reference Include="DualityPrimitives, Version=2.0.4.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\DualityPrimitives.dll</HintPath>
</Reference>
<Reference Include="Duality, Version=2.10.1.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\Duality.dll</HintPath>
</Reference>
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>
mkdir "$(SolutionDir)../../Plugins"
copy "$(TargetPath)" "$(SolutionDir)../../Plugins"
xcopy /Y "$(TargetDir)*.xml" "$(SolutionDir)../../Plugins"
mkdir "$(SolutionDir)../../Plugins"
copy "$(TargetPath)" "$(SolutionDir)../../Plugins"
xcopy /Y "$(TargetDir)*.xml" "$(SolutionDir)../../Plugins"</PostBuildEvent>
</PropertyGroup>
</Project>