Hush – 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>{E4CE7B84-4E57-4833-9514-D914C6401F3F}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>Hush</RootNamespace>
10 <AssemblyName>Hush</AssemblyName>
11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>false</Deterministic>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <PropertyGroup>
36 <ApplicationIcon>hush-icon.ico</ApplicationIcon>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="LZ4, Version=1.0.15.93, Culture=neutral, PublicKeyToken=62e1b5ec1eec9bdd, processorArchitecture=MSIL">
40 <HintPath>..\packages\lz4net.1.0.15.93\lib\net4-client\LZ4.dll</HintPath>
41 </Reference>
42 <Reference Include="MQTTnet, Version=2.8.5.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
43 <HintPath>..\packages\MQTTnet.2.8.5\lib\net452\MQTTnet.dll</HintPath>
44 </Reference>
45 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.5.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
46 <HintPath>..\packages\MQTTnet.Extensions.ManagedClient.2.8.5\lib\net452\MQTTnet.Extensions.ManagedClient.dll</HintPath>
47 </Reference>
48 <Reference Include="Open.Nat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22a6a4582336c76, processorArchitecture=MSIL">
49 <HintPath>..\packages\Open.NAT.2.1.0.0\lib\net45\Open.Nat.dll</HintPath>
50 </Reference>
51 <Reference Include="protobuf-net, Version=2.4.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
52 <HintPath>..\packages\protobuf-net.2.4.0\lib\net40\protobuf-net.dll</HintPath>
53 </Reference>
54 <Reference Include="System" />
55 <Reference Include="System.Configuration" />
56 <Reference Include="System.Core" />
57 <Reference Include="System.Runtime.Serialization" />
58 <Reference Include="System.ServiceModel" />
59 <Reference Include="System.Xml.Linq" />
60 <Reference Include="System.Data.DataSetExtensions" />
61 <Reference Include="Microsoft.CSharp" />
62 <Reference Include="System.Data" />
63 <Reference Include="System.Deployment" />
64 <Reference Include="System.Drawing" />
65 <Reference Include="System.Net.Http" />
66 <Reference Include="System.Windows.Forms" />
67 <Reference Include="System.Xml" />
68 </ItemGroup>
69 <ItemGroup>
70 <Compile Include="About.cs">
71 <SubType>Form</SubType>
72 </Compile>
73 <Compile Include="About.designer.cs">
74 <DependentUpon>About.cs</DependentUpon>
75 </Compile>
76 <Compile Include="Discovery\Discovery.cs" />
77 <Compile Include="Discovery\DiscoveryFailedEventArgs.cs" />
78 <Compile Include="Discovery\DiscoveryType.cs" />
79 <Compile Include="ToolTippedException.cs" />
80 <Compile Include="Communication\MqttAuthenticationFailureEventArgs.cs" />
81 <Compile Include="Communication\MqttCommunication.cs" />
82 <Compile Include="Communication\MqttCommunicationMessageReceivedEventArgs.cs" />
83 <Compile Include="Communication\MqttCommunicationType.cs" />
84 <Compile Include="Constants.cs" />
85 <Compile Include="Hush.cs">
86 <SubType>Form</SubType>
87 </Compile>
88 <Compile Include="Hush.Designer.cs">
89 <DependentUpon>Hush.cs</DependentUpon>
90 </Compile>
91 <Compile Include="Lobby\LobbyMessage.cs" />
92 <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" />
93 <Compile Include="Lobby\LobbyMessageSynchronizer.cs" />
94 <Compile Include="Natives.cs" />
95 <Compile Include="Program.cs" />
96 <Compile Include="Properties\AssemblyInfo.cs" />
97 <Compile Include="Properties\Strings.Designer.cs">
98 <AutoGen>True</AutoGen>
99 <DesignTime>True</DesignTime>
100 <DependentUpon>Strings.resx</DependentUpon>
101 </Compile>
102 <Compile Include="Utilities\AES.cs" />
103 <Compile Include="Utilities\Extensions.cs" />
104 <Compile Include="Utilities\LaunchOnBoot.cs" />
105 <EmbeddedResource Include="About.resx">
106 <DependentUpon>About.cs</DependentUpon>
107 </EmbeddedResource>
108 <EmbeddedResource Include="Hush.resx">
109 <DependentUpon>Hush.cs</DependentUpon>
110 </EmbeddedResource>
111 <EmbeddedResource Include="Properties\Resources.resx">
112 <Generator>ResXFileCodeGenerator</Generator>
113 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
114 <SubType>Designer</SubType>
115 </EmbeddedResource>
116 <Compile Include="Properties\Resources.Designer.cs">
117 <AutoGen>True</AutoGen>
118 <DependentUpon>Resources.resx</DependentUpon>
119 <DesignTime>True</DesignTime>
120 </Compile>
121 <EmbeddedResource Include="Properties\Strings.resx">
122 <Generator>ResXFileCodeGenerator</Generator>
123 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
124 </EmbeddedResource>
125 <None Include="packages.config" />
126 <None Include="Properties\Settings.settings">
127 <Generator>PublicSettingsSingleFileGenerator</Generator>
128 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
129 </None>
130 <Compile Include="Properties\Settings.Designer.cs">
131 <AutoGen>True</AutoGen>
132 <DependentUpon>Settings.settings</DependentUpon>
133 <DesignTimeSharedInput>True</DesignTimeSharedInput>
134 </Compile>
135 </ItemGroup>
136 <ItemGroup>
137 <None Include="App.config" />
138 </ItemGroup>
139 <ItemGroup />
140 <ItemGroup>
141 <Content Include="hush-icon.ico" />
142 <Content Include="LICENSE.txt">
143 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
144 </Content>
145 <None Include="img\hush-icon.png" />
146 </ItemGroup>
147 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
148 </Project>