WingMan – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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>{274BFD57-CACB-4400-86A6-FAE0CEE9CD74}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>WingMan</RootNamespace>
10 <AssemblyName>WingMan</AssemblyName>
11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <PlatformTarget>AnyCPU</PlatformTarget>
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <PlatformTarget>AnyCPU</PlatformTarget>
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup>
34 <ItemGroup>
35 <Reference Include="MonoGameEasyInput, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
36 <HintPath>..\packages\MonoGame.EasyInput.1.0.0\lib\monogame.easyinput\MonoGameEasyInput.dll</HintPath>
37 </Reference>
38 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
39 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath>
40 </Reference>
41 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
42 <HintPath>..\packages\MQTTnet.Extensions.ManagedClient.2.8.4\lib\net452\MQTTnet.Extensions.ManagedClient.dll</HintPath>
43 </Reference>
44 <Reference Include="SimWinKeyboard, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
45 <HintPath>..\packages\SimWinKeyboard.1.0.2\lib\net20\SimWinKeyboard.dll</HintPath>
46 </Reference>
47 <Reference Include="SimWinMouse, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
48 <HintPath>..\packages\SimWinMouse.1.0.2\lib\net20\SimWinMouse.dll</HintPath>
49 </Reference>
50 <Reference Include="System" />
51 <Reference Include="System.Core" />
52 <Reference Include="System.Xml.Linq" />
53 <Reference Include="System.Data.DataSetExtensions" />
54 <Reference Include="Microsoft.CSharp" />
55 <Reference Include="System.Data" />
56 <Reference Include="System.Deployment" />
57 <Reference Include="System.Drawing" />
58 <Reference Include="System.Net.Http" />
59 <Reference Include="System.Windows.Forms" />
60 <Reference Include="System.Xml" />
61 </ItemGroup>
62 <ItemGroup>
63 <Compile Include="Communication\MQTTClient.cs" />
64 <Compile Include="Form1.cs">
65 <SubType>Form</SubType>
66 </Compile>
67 <Compile Include="Form1.Designer.cs">
68 <DependentUpon>Form1.cs</DependentUpon>
69 </Compile>
70 <Compile Include="Communication\MQTTServer.cs" />
71 <Compile Include="Program.cs" />
72 <Compile Include="Properties\AssemblyInfo.cs" />
73 <Compile Include="Properties\Strings.Designer.cs">
74 <AutoGen>True</AutoGen>
75 <DesignTime>True</DesignTime>
76 <DependentUpon>Strings.resx</DependentUpon>
77 </Compile>
78 <EmbeddedResource Include="Form1.resx">
79 <DependentUpon>Form1.cs</DependentUpon>
80 </EmbeddedResource>
81 <EmbeddedResource Include="Properties\Resources.resx">
82 <Generator>ResXFileCodeGenerator</Generator>
83 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
84 <SubType>Designer</SubType>
85 </EmbeddedResource>
86 <Compile Include="Properties\Resources.Designer.cs">
87 <AutoGen>True</AutoGen>
88 <DependentUpon>Resources.resx</DependentUpon>
89 </Compile>
90 <EmbeddedResource Include="Properties\Strings.resx">
91 <Generator>ResXFileCodeGenerator</Generator>
92 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
93 </EmbeddedResource>
94 <None Include="packages.config" />
95 <None Include="Properties\Settings.settings">
96 <Generator>SettingsSingleFileGenerator</Generator>
97 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
98 </None>
99 <Compile Include="Properties\Settings.Designer.cs">
100 <AutoGen>True</AutoGen>
101 <DependentUpon>Settings.settings</DependentUpon>
102 <DesignTimeSharedInput>True</DesignTimeSharedInput>
103 </Compile>
104 </ItemGroup>
105 <ItemGroup>
106 <None Include="App.config" />
107 </ItemGroup>
108 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109 </Project>