GameEditorUnity3D.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{95B8FD91-F539-4A88-9A19-4E7B8ECF2310}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>GameEditorUnity3D</RootNamespace>
  12. <AssemblyName>GameEditorUnity3D</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>..\..\Library\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <UseVSHostingProcess>false</UseVSHostingProcess>
  43. <RegisterForComInterop>false</RegisterForComInterop>
  44. <DocumentationFile>
  45. </DocumentationFile>
  46. <Prefer32Bit>false</Prefer32Bit>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>..\..\Library\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <Prefer32Bit>false</Prefer32Bit>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <StartupObject />
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|x86'">
  62. <DebugSymbols>true</DebugSymbols>
  63. <OutputPath>bin\x86\Debug_JSGProfile\</OutputPath>
  64. <DefineConstants>DEBUG;TRACE</DefineConstants>
  65. <DebugType>full</DebugType>
  66. <PlatformTarget>x86</PlatformTarget>
  67. <UseVSHostingProcess>false</UseVSHostingProcess>
  68. <ErrorReport>prompt</ErrorReport>
  69. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="CommonAI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>..\..\Library\Debug\CommonAI.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.configuration" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Runtime.Remoting" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Deployment" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.Xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="Unity3dControl.cs">
  92. <SubType>UserControl</SubType>
  93. </Compile>
  94. <EmbeddedResource Include="Properties\Resources.resx">
  95. <Generator>ResXFileCodeGenerator</Generator>
  96. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  97. <SubType>Designer</SubType>
  98. </EmbeddedResource>
  99. <Compile Include="Properties\Resources.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DependentUpon>Resources.resx</DependentUpon>
  102. <DesignTime>True</DesignTime>
  103. </Compile>
  104. <EmbeddedResource Include="Unity3dControl.resx">
  105. <DependentUpon>Unity3dControl.cs</DependentUpon>
  106. </EmbeddedResource>
  107. <None Include="Properties\Settings.settings">
  108. <Generator>SettingsSingleFileGenerator</Generator>
  109. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  110. </None>
  111. <Compile Include="Properties\Settings.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DependentUpon>Settings.settings</DependentUpon>
  114. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  115. </Compile>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  119. <Visible>False</Visible>
  120. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
  121. <Install>true</Install>
  122. </BootstrapperPackage>
  123. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  124. <Visible>False</Visible>
  125. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  126. <Install>false</Install>
  127. </BootstrapperPackage>
  128. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  129. <Visible>False</Visible>
  130. <ProductName>.NET Framework 3.5 SP1</ProductName>
  131. <Install>false</Install>
  132. </BootstrapperPackage>
  133. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  134. <Visible>False</Visible>
  135. <ProductName>Windows Installer 3.1</ProductName>
  136. <Install>true</Install>
  137. </BootstrapperPackage>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Folder Include="U3D\" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Content Include="U3DScene\jquery.min.js" />
  144. <Content Include="U3DScene\U3DScene.html" />
  145. <Content Include="U3DScene\U3DScene.unity3d" />
  146. <Content Include="U3DScene\U3DSceneRun.exe" />
  147. <Content Include="U3DScene\UnityObject2.js" />
  148. <Content Include="U3DScene\ZSN_Run.bat" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <ProjectReference Include="..\CommonFroms\CommonFroms.csproj">
  152. <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
  153. <Name>CommonFroms</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  156. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  157. <Name>CommonLang</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\CommonUnity3DEditorIpc\CommonUnity3DEditorIpc.csproj">
  160. <Project>{9DABD5A2-DD99-4F5C-8E12-9E268C4F53EB}</Project>
  161. <Name>CommonUnity3DEditorIpc</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\GameEditorPlugin\GameEditorPlugin.csproj">
  164. <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
  165. <Name>GameEditorPlugin</Name>
  166. </ProjectReference>
  167. </ItemGroup>
  168. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  169. <PropertyGroup>
  170. <PostBuildEvent>
  171. </PostBuildEvent>
  172. </PropertyGroup>
  173. <PropertyGroup>
  174. <PreBuildEvent>
  175. </PreBuildEvent>
  176. </PropertyGroup>
  177. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  178. Other similar extension points exist, see Microsoft.Common.targets.
  179. <Target Name="BeforeBuild">
  180. </Target>
  181. <Target Name="AfterBuild">
  182. </Target>
  183. -->
  184. </Project>