Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RemoveBackwardsCompatibility/HeuristicLab.ExtLibs/HeuristicLab.SharpDX/2.6.3/HeuristicLab.SharpDX-2.6.3/HeuristicLab.SharpDX-2.6.3.csproj @ 13346

Last change on this file since 13346 was 13230, checked in by gkronber, 9 years ago

#2504: removed unused references in SharpDX project and import of nuget.targets from project file

File size: 10.2 KB
Line 
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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E40E7DFE-5CCF-49DC-8DD0-A795ABF18985}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.SharpDX</RootNamespace>
12    <AssemblyName>HeuristicLab.SharpDX-2.6.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\</SolutionDir>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41    <DebugSymbols>true</DebugSymbols>
42    <DebugType>full</DebugType>
43    <Optimize>false</Optimize>
44    <OutputPath>$(SolutionDir)\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <ErrorReport>prompt</ErrorReport>
47    <WarningLevel>4</WarningLevel>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49    <Prefer32Bit>false</Prefer32Bit>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>$(SolutionDir)\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
82    <DebugSymbols>true</DebugSymbols>
83    <OutputPath>$(SolutionDir)\bin\</OutputPath>
84    <DefineConstants>DEBUG;TRACE</DefineConstants>
85    <DebugType>full</DebugType>
86    <PlatformTarget>x64</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89    <Prefer32Bit>false</Prefer32Bit>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
92    <OutputPath>$(SolutionDir)\bin\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x64</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
99    <Prefer32Bit>false</Prefer32Bit>
100  </PropertyGroup>
101  <ItemGroup>
102    <Reference Include="System" />
103    <Reference Include="System.Core" />
104  </ItemGroup>
105  <ItemGroup>
106    <Compile Include="Plugin.cs" />
107    <Compile Include="Properties\AssemblyInfo.cs" />
108  </ItemGroup>
109  <ItemGroup>
110    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
111      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
112      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
113      <Private>False</Private>
114    </ProjectReference>
115  </ItemGroup>
116  <ItemGroup>
117    <None Include="HeuristicLab.snk" />
118    <None Include="Plugin.cs.frame" />
119    <None Include="Properties\AssemblyInfo.cs.frame" />
120  </ItemGroup>
121  <ItemGroup>
122    <Content Include="Assimp32.dll">
123      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
124    </Content>
125    <Content Include="Assimp64.dll">
126      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
127    </Content>
128    <Content Include="AssimpNet.dll">
129      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
130    </Content>
131    <Content Include="License-SharpDX-2.6.3.txt">
132      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
133    </Content>
134    <Content Include="SharpDX.D3DCompiler.dll">
135      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
136    </Content>
137    <Content Include="SharpDX.Direct2D1.dll">
138      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
139    </Content>
140    <Content Include="SharpDX.Direct3D10.dll">
141      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
142    </Content>
143    <Content Include="SharpDX.Direct3D11.dll">
144      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
145    </Content>
146    <Content Include="SharpDX.Direct3D11.Effects.dll">
147      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
148    </Content>
149    <Content Include="SharpDX.Direct3D9.dll">
150      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
151    </Content>
152    <Content Include="SharpDX.DirectInput.dll">
153      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
154    </Content>
155    <Content Include="SharpDX.DirectSound.dll">
156      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
157    </Content>
158    <Content Include="SharpDX.dll">
159      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
160    </Content>
161    <Content Include="SharpDX.DXGI.dll">
162      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
163    </Content>
164    <Content Include="SharpDX.MediaFoundation.dll">
165      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
166    </Content>
167    <Content Include="SharpDX.RawInput.dll">
168      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
169    </Content>
170    <Content Include="SharpDX.Toolkit.Audio.dll">
171      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
172    </Content>
173    <Content Include="SharpDX.Toolkit.Compiler.dll">
174      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
175    </Content>
176    <Content Include="SharpDX.Toolkit.CompilerTask.dll">
177      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
178    </Content>
179    <Content Include="SharpDX.Toolkit.dll">
180      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
181    </Content>
182    <Content Include="SharpDX.Toolkit.Game.dll">
183      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
184    </Content>
185    <Content Include="SharpDX.Toolkit.Graphics.dll">
186      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
187    </Content>
188    <Content Include="SharpDX.Toolkit.Input.dll">
189      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
190    </Content>
191    <Content Include="SharpDX.XACT3.dll">
192      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
193    </Content>
194    <Content Include="SharpDX.XAudio2.dll">
195      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
196    </Content>
197    <Content Include="SharpDX.XInput.dll">
198      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
199    </Content>
200    <Content Include="sharpdx_direct3d11_1_effects_arm.dll">
201      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
202    </Content>
203    <Content Include="sharpdx_direct3d11_1_effects_x64.dll">
204      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
205    </Content>
206    <Content Include="sharpdx_direct3d11_1_effects_x86.dll">
207      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
208    </Content>
209    <Content Include="sharpdx_direct3d11_effects_x64.dll">
210      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
211    </Content>
212    <Content Include="sharpdx_direct3d11_effects_x86.dll">
213      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
214    </Content>
215  </ItemGroup>
216  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
217  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
218       Other similar extension points exist, see Microsoft.Common.targets.
219  <Target Name="BeforeBuild">
220  </Target>
221  <Target Name="AfterBuild">
222  </Target>
223  -->
224  <PropertyGroup>
225    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
226set ProjectDir=$(ProjectDir)
227set SolutionDir=$(SolutionDir)
228set Outdir=$(Outdir)
229
230call PreBuildEvent.cmd
231</PreBuildEvent>
232    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
233export ProjectDir=$(ProjectDir)
234export SolutionDir=$(SolutionDir)
235
236$SolutionDir/PreBuildEvent.sh
237</PreBuildEvent>
238  </PropertyGroup>
239</Project>
Note: See TracBrowser for help on using the repository browser.