2020-05-26 03:42:24 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2020-05-30 04:02:58 +00:00
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2020-05-26 03:42:24 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
<ProjectGuid>{1ea983f9-42e5-494e-9683-fdac9c9121f4}</ProjectGuid>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
<Deterministic>true</Deterministic>
|
2020-05-30 04:02:58 +00:00
|
|
|
<LangVersion>8</LangVersion>
|
2020-05-27 06:04:19 +00:00
|
|
|
<RootNamespace>ConformalDecals</RootNamespace>
|
2020-05-26 03:42:24 +00:00
|
|
|
</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>
|
|
|
|
</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>
|
2020-06-08 20:14:25 +00:00
|
|
|
<DocumentationFile>bin\Release\ConformalDecals.xml</DocumentationFile>
|
|
|
|
<NoWarn>CS1591</NoWarn>
|
2020-05-26 03:42:24 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
2020-05-27 22:43:23 +00:00
|
|
|
<HintPath>dlls/Assembly-CSharp.dll</HintPath>
|
2020-05-26 03:42:24 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Shabby, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
2020-05-27 22:43:23 +00:00
|
|
|
<HintPath>dlls/Shabby.dll</HintPath>
|
2020-05-26 03:42:24 +00:00
|
|
|
</Reference>
|
2020-05-30 04:02:58 +00:00
|
|
|
<Reference Include="System" />
|
2020-05-30 21:24:31 +00:00
|
|
|
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
|
<HintPath>dlls\UnityEngine.dll</HintPath>
|
|
|
|
</Reference>
|
2020-05-30 06:26:33 +00:00
|
|
|
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
|
<HintPath>dlls\UnityEngine.CoreModule.dll</HintPath>
|
2020-05-26 03:42:24 +00:00
|
|
|
</Reference>
|
2020-05-31 05:44:44 +00:00
|
|
|
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
|
<HintPath>dlls\UnityEngine.PhysicsModule.dll</HintPath>
|
|
|
|
</Reference>
|
2020-05-26 03:42:24 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2020-06-12 03:49:13 +00:00
|
|
|
<Compile Include="DecalBoundsBehaviour.cs" />
|
2020-06-06 04:29:57 +00:00
|
|
|
<Compile Include="DecalConfig.cs" />
|
|
|
|
<Compile Include="DecalIconFixer.cs" />
|
|
|
|
<Compile Include="DecalPropertyIDs.cs" />
|
2020-06-02 07:53:17 +00:00
|
|
|
<Compile Include="MaterialModifiers\MaterialColorProperty.cs" />
|
|
|
|
<Compile Include="MaterialModifiers\MaterialFloatProperty.cs" />
|
2020-05-30 04:02:58 +00:00
|
|
|
<Compile Include="MaterialModifiers\MaterialProperty.cs" />
|
|
|
|
<Compile Include="MaterialModifiers\MaterialPropertyCollection.cs" />
|
2020-06-02 07:53:17 +00:00
|
|
|
<Compile Include="MaterialModifiers\MaterialTextureProperty.cs" />
|
2020-06-06 20:20:50 +00:00
|
|
|
<Compile Include="ModuleConformalFlag.cs" />
|
2020-05-30 04:02:58 +00:00
|
|
|
<Compile Include="ProjectionTarget.cs" />
|
2020-06-06 20:20:50 +00:00
|
|
|
<Compile Include="ModuleConformalDecal.cs" />
|
2020-05-30 04:02:58 +00:00
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2020-06-03 00:17:33 +00:00
|
|
|
<Compile Include="Util\Logging.cs" />
|
|
|
|
<Compile Include="Util\OrientedBounds.cs" />
|
2020-05-26 03:42:24 +00:00
|
|
|
</ItemGroup>
|
2020-05-30 04:02:58 +00:00
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2020-05-26 03:42:24 +00:00
|
|
|
<PropertyGroup>
|
2020-05-30 21:24:31 +00:00
|
|
|
<PostBuildEvent>sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/../Distribution/GameData/ConformalDecals/Plugins'"</PostBuildEvent>
|
2020-05-26 03:42:24 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|