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

172 rivejä
7.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{B2813591-1491-4C99-B6E2-67B484411AFC}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Assimp.Viewer</RootNamespace>
  12. <AssemblyName>Assimp.Viewer</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>Assimp.Viewer.Program</StartupObject>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. <TargetFrameworkSubset>
  32. </TargetFrameworkSubset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  54. <DebugSymbols>true</DebugSymbols>
  55. <OutputPath>bin\x86\Debug\</OutputPath>
  56. <DefineConstants>DEBUG;TRACE</DefineConstants>
  57. <DebugType>full</DebugType>
  58. <PlatformTarget>x86</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. </PropertyGroup>
  61. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  62. <OutputPath>bin\x86\Release\</OutputPath>
  63. <DefineConstants>TRACE</DefineConstants>
  64. <Optimize>true</Optimize>
  65. <DebugType>pdbonly</DebugType>
  66. <PlatformTarget>x86</PlatformTarget>
  67. <ErrorReport>prompt</ErrorReport>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  71. <Reference Include="Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  72. <Reference Include="Microsoft.DirectX.Direct3DX, Version=1.0.2911.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  73. <Reference Include="Microsoft.DirectX.DirectInput, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  74. <Reference Include="Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  75. <Reference Include="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  76. <Reference Include="System" />
  77. <Reference Include="System.Core">
  78. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  79. </Reference>
  80. <Reference Include="System.Web" />
  81. <Reference Include="System.Web.Services" />
  82. <Reference Include="System.Xml.Linq">
  83. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  84. </Reference>
  85. <Reference Include="System.Data.DataSetExtensions">
  86. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  87. </Reference>
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Deployment" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Windows.Forms" />
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="AssimpView.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="AssimpView.Designer.cs">
  99. <DependentUpon>AssimpView.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="Camera.cs" />
  102. <Compile Include="ExtensionMethods.cs" />
  103. <Compile Include="Input.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="Program.cs" />
  107. <Compile Include="Properties\AssemblyInfo.cs" />
  108. <EmbeddedResource Include="AssimpView.resx">
  109. <DependentUpon>AssimpView.cs</DependentUpon>
  110. </EmbeddedResource>
  111. <EmbeddedResource Include="Properties\Resources.resx">
  112. <Generator>ResXFileCodeGenerator</Generator>
  113. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  114. <SubType>Designer</SubType>
  115. </EmbeddedResource>
  116. <Compile Include="Properties\Resources.Designer.cs">
  117. <AutoGen>True</AutoGen>
  118. <DependentUpon>Resources.resx</DependentUpon>
  119. <DesignTime>True</DesignTime>
  120. </Compile>
  121. <None Include="app.config" />
  122. <None Include="Properties\Settings.settings">
  123. <Generator>SettingsSingleFileGenerator</Generator>
  124. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  125. </None>
  126. <Compile Include="Properties\Settings.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DependentUpon>Settings.settings</DependentUpon>
  129. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  130. </Compile>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\Assimp.NET\Assimp.NET.vcproj">
  134. <Project>{A86A8AF2-3B4D-4381-BB01-9CA2AE88450E}</Project>
  135. <Name>Assimp_NET</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\Assimp.NET_CS\Assimp.NET_CS.csproj">
  138. <Project>{A0CE9ED2-A27E-40AE-95F5-FEF94BB7E131}</Project>
  139. <Name>Assimp.NET_CS</Name>
  140. </ProjectReference>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  144. <Visible>False</Visible>
  145. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  146. <Install>false</Install>
  147. </BootstrapperPackage>
  148. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  149. <Visible>False</Visible>
  150. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  151. <Install>false</Install>
  152. </BootstrapperPackage>
  153. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  154. <Visible>False</Visible>
  155. <ProductName>.NET Framework 3.5</ProductName>
  156. <Install>true</Install>
  157. </BootstrapperPackage>
  158. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  159. <Visible>False</Visible>
  160. <ProductName>Windows Installer 3.1</ProductName>
  161. <Install>true</Install>
  162. </BootstrapperPackage>
  163. </ItemGroup>
  164. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  165. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  166. Other similar extension points exist, see Microsoft.Common.targets.
  167. <Target Name="BeforeBuild">
  168. </Target>
  169. <Target Name="AfterBuild">
  170. </Target>
  171. -->
  172. </Project>