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.
 
 
 
 
 

129 lines
5.3 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{09D8B134-1C53-43C0-8AB1-B1553F561483}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>libTextSuiteExample</RootNamespace>
  10. <AssemblyName>libTextSuiteExample</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <TargetFrameworkProfile>
  17. </TargetFrameworkProfile>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="SharpGL">
  43. <HintPath>lib\SharpGL.dll</HintPath>
  44. </Reference>
  45. <Reference Include="SharpGL.SceneGraph">
  46. <HintPath>lib\SharpGL.SceneGraph.dll</HintPath>
  47. </Reference>
  48. <Reference Include="SharpGL.WPF">
  49. <HintPath>lib\SharpGL.WPF.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Design" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Xaml">
  60. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ApplicationDefinition Include="App.xaml">
  68. <Generator>MSBuild:Compile</Generator>
  69. <SubType>Designer</SubType>
  70. </ApplicationDefinition>
  71. <Page Include="MainWindow.xaml">
  72. <Generator>MSBuild:Compile</Generator>
  73. <SubType>Designer</SubType>
  74. </Page>
  75. <Compile Include="..\..\libTextSuite.cs">
  76. <Link>libTextSuite.cs</Link>
  77. </Compile>
  78. <Compile Include="App.xaml.cs">
  79. <DependentUpon>App.xaml</DependentUpon>
  80. <SubType>Code</SubType>
  81. </Compile>
  82. <Compile Include="MainWindow.xaml.cs">
  83. <DependentUpon>MainWindow.xaml</DependentUpon>
  84. <SubType>Code</SubType>
  85. </Compile>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="Properties\AssemblyInfo.cs">
  89. <SubType>Code</SubType>
  90. </Compile>
  91. <Compile Include="Properties\Resources.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>Resources.resx</DependentUpon>
  95. </Compile>
  96. <Compile Include="Properties\Settings.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Settings.settings</DependentUpon>
  99. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  100. </Compile>
  101. <EmbeddedResource Include="Properties\Resources.resx">
  102. <Generator>ResXFileCodeGenerator</Generator>
  103. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  104. </EmbeddedResource>
  105. <Content Include="..\Prototype.ttf">
  106. <Link>resources\Prototype.ttf</Link>
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </Content>
  109. <None Include="Properties\Settings.settings">
  110. <Generator>SettingsSingleFileGenerator</Generator>
  111. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  112. </None>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="App.config" />
  116. </ItemGroup>
  117. <ItemGroup />
  118. <ItemGroup>
  119. <Content Include="..\..\..\bin\i386-win32\libtextsuite.dll">
  120. <Link>resources\x86\libtextsuite.dll</Link>
  121. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  122. </Content>
  123. <Content Include="..\..\..\bin\x86_64-win64\libtextsuite.dll">
  124. <Link>resources\x64\libtextsuite.dll</Link>
  125. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  126. </Content>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. </Project>