- Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathButtplug.Server.Managers.XInputGamepadManager.csproj
84 lines (84 loc) · 4.19 KB
/
Buttplug.Server.Managers.XInputGamepadManager.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8"?>
<ProjectToolsVersion="15.0"xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportProject="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<ConfigurationCondition=" '$(Configuration)' == '' ">Debug</Configuration>
<PlatformCondition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C7D040E1-E18E-4F51-859F-CFF8AA57BD64}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Buttplug.Server.Managers.XInputGamepadManager</RootNamespace>
<AssemblyName>Buttplug.Server.Managers.XInputGamepadManager</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\Buttplug.ProjectFiles\ButtplugCodeAnalysisRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\Buttplug.ProjectFiles\ButtplugCodeAnalysisRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<ReferenceInclude="Microsoft.CSharp" />
<ReferenceInclude="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.5.4\lib\net45\NLog.dll</HintPath>
</Reference>
<ReferenceInclude="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
<HintPath>..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath>
</Reference>
<ReferenceInclude="SharpDX.XInput, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
<HintPath>..\packages\SharpDX.XInput.4.0.1\lib\net45\SharpDX.XInput.dll</HintPath>
</Reference>
<ReferenceInclude="System" />
<ReferenceInclude="System.Configuration" />
<ReferenceInclude="System.Core" />
<ReferenceInclude="System.Data" />
<ReferenceInclude="System.IO.Compression" />
<ReferenceInclude="System.Runtime.Serialization" />
<ReferenceInclude="System.ServiceModel" />
<ReferenceInclude="System.Transactions" />
<ReferenceInclude="System.Xml" />
</ItemGroup>
<ItemGroup>
<CompileInclude="XInputGamepadManager.cs" />
<CompileInclude="XInputGamepadDevice.cs" />
<CompileInclude="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<NoneInclude="app.config" />
<NoneInclude="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReferenceInclude="..\Buttplug.Core\Buttplug.Core.csproj">
<Project>{fc4af8fe-8c21-4e07-8d24-7fb7791149d0}</Project>
<Name>Buttplug.Core</Name>
</ProjectReference>
<ProjectReferenceInclude="..\Buttplug.Server\Buttplug.Server.csproj">
<Project>{23d9ec18-2dba-4149-a951-b84786d4bfa6}</Project>
<Name>Buttplug.Server</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<AdditionalFilesInclude="..\Buttplug.ProjectFiles\stylecop.json" />
</ItemGroup>
<ItemGroup>
<AnalyzerInclude="..\packages\StyleCop.Analyzers.1.1.0-beta004\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
<AnalyzerInclude="..\packages\StyleCop.Analyzers.1.1.0-beta004\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
</ItemGroup>
<ImportProject="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>