- Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathButtplug.Apps.ServerGUI.csproj
159 lines (159 loc) · 7.21 KB
/
Buttplug.Apps.ServerGUI.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<?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>{F1DEE23B-7608-4AD6-B894-ED5E1EDA65D1}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Buttplug.Apps.ServerGUI</RootNamespace>
<AssemblyName>ButtplugServerGUI</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetPlatformVersion>8.0</TargetPlatformVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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>
</PropertyGroup>
<PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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>
<PropertyGroup>
<ApplicationIcon>Resources\buttplug-icon-1.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<ReferenceInclude="JetBrains.Annotations, Version=11.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.11.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
</Reference>
<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="System" />
<ReferenceInclude="System.Configuration" />
<ReferenceInclude="System.Data" />
<ReferenceInclude="System.IO.Compression" />
<ReferenceInclude="System.Runtime.Serialization" />
<ReferenceInclude="System.ServiceModel" />
<ReferenceInclude="System.Transactions" />
<ReferenceInclude="System.Xaml" />
<ReferenceInclude="Microsoft.CSharp" />
<ReferenceInclude="System.Xml" />
<ReferenceInclude="System.Xml.Linq" />
<ReferenceInclude="System.Net.Http" />
<ReferenceInclude="System.Xaml" />
<ReferenceInclude="Windows.Data">
<HintPath>$(SystemRoot)\System32\WinMetadata\Windows.Data.winmd</HintPath>
</Reference>
<ReferenceInclude="Windows.Foundation">
<HintPath>$(SystemRoot)\System32\WinMetadata\Windows.Foundation.winmd</HintPath>
</Reference>
<ReferenceInclude="Windows.UI">
<HintPath>$(SystemRoot)\System32\WinMetadata\Windows.UI.winmd</HintPath>
</Reference>
<ReferenceInclude="WindowsBase" />
<ReferenceInclude="PresentationCore" />
<ReferenceInclude="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinitionInclude="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<CompileInclude="ServerControl.xaml.cs">
<DependentUpon>ServerControl.xaml</DependentUpon>
</Compile>
<PageInclude="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<CompileInclude="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<CompileInclude="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<PageInclude="ServerControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<CompileInclude="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<CompileInclude="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<CompileInclude="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResourceInclude="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<NoneInclude="packages.config" />
<NoneInclude="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<NoneInclude="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReferenceInclude="..\Buttplug.Components.Controls\Buttplug.Components.Controls.csproj">
<Project>{0e0d1e27-9efd-4a07-b6aa-bb556205c002}</Project>
<Name>Buttplug.Components.Controls</Name>
</ProjectReference>
<ProjectReferenceInclude="..\Buttplug.Core\Buttplug.Core.csproj">
<Project>{fc4af8fe-8c21-4e07-8d24-7fb7791149d0}</Project>
<Name>Buttplug.Core</Name>
</ProjectReference>
<ProjectReferenceInclude="..\Buttplug.Components.WebsocketServer\Buttplug.Components.WebsocketServer.csproj">
<Project>{301d7a68-634f-4a0e-bcf2-772f7dbb4b6e}</Project>
<Name>Buttplug.Components.WebsocketServer</Name>
</ProjectReference>
<ProjectReferenceInclude="..\Buttplug.Server\Buttplug.Server.csproj">
<Project>{23d9ec18-2dba-4149-a951-b84786d4bfa6}</Project>
<Name>Buttplug.Server</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceInclude="Resources\buttplug-icon-1.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
</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>