AxInteropUnityWebPlayerAXLib.csproj 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{75D37246-718E-42BB-9A87-EAA68FAC54AC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>AxInteropUnityWebPlayerAXLib</RootNamespace>
  12. <AssemblyName>AxInteropUnityWebPlayerAXLib</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <RegisterForComInterop>false</RegisterForComInterop>
  25. <PlatformTarget>x86</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Windows.Forms" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. <Reference Include="WindowsFormsIntegration" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="AxUnityWebPlayer.cs">
  47. <SubType>Component</SubType>
  48. </Compile>
  49. <Compile Include="AxUnityWebPlayerEventMulticaster.cs" />
  50. <Compile Include="_DUnityWebPlayerAXOver.cs" />
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. <Compile Include="_DUnityWebPlayerAXEvents_OnExternalCallEvent.cs" />
  53. <Compile Include="_DUnityWebPlayerAXEvents_OnExternalCallEventHandler.cs" />
  54. <Compile Include="_DUnityWebPlayerAXEvents_ReadyStateChangeEvent.cs" />
  55. <Compile Include="_DUnityWebPlayerAXEvents_ReadyStateChangeEventHandler.cs" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <COMReference Include="UnityWebPlayerAXLib">
  59. <Guid>{75A564FE-95D1-41A9-B1D9-10D1E3CB502B}</Guid>
  60. <VersionMajor>1</VersionMajor>
  61. <VersionMinor>0</VersionMinor>
  62. <Lcid>0</Lcid>
  63. <WrapperTool>tlbimp</WrapperTool>
  64. <Isolated>False</Isolated>
  65. <EmbedInteropTypes>True</EmbedInteropTypes>
  66. </COMReference>
  67. </ItemGroup>
  68. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  69. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  70. Other similar extension points exist, see Microsoft.Common.targets.
  71. <Target Name="BeforeBuild">
  72. </Target>
  73. <Target Name="AfterBuild">
  74. </Target>
  75. -->
  76. </Project>