soundbeam – 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>{A749DA1A-B3B7-4FA7-B8F7-5E56687D1ED2}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>SoundBeam</RootNamespace>
10 <AssemblyName>SoundBeam</AssemblyName>
11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</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>soundbeam.ico</ApplicationIcon>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="CSCore, Version=1.2.1.2, Culture=neutral, PublicKeyToken=5a08f2b6f4415dea, processorArchitecture=MSIL">
40 <HintPath>..\packages\CSCore.1.2.1.2\lib\net35-client\CSCore.dll</HintPath>
41 </Reference>
42 <Reference Include="Mono.Zeroconf, Version=4.0.0.90, Culture=neutral, PublicKeyToken=e60c4f4a95e1099e, processorArchitecture=MSIL">
43 <HintPath>..\packages\Mono.Zeroconf.0.9.0.0\lib\Net20\Mono.Zeroconf.dll</HintPath>
44 </Reference>
45 <Reference Include="Mono.Zeroconf.Providers.Bonjour, Version=4.0.0.90, Culture=neutral, processorArchitecture=MSIL">
46 <HintPath>..\packages\Mono.Zeroconf.0.9.0.0\lib\Net20\Mono.Zeroconf.Providers.Bonjour.dll</HintPath>
47 </Reference>
48 <Reference Include="System" />
49 <Reference Include="System.Core" />
50 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
51 <HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
52 </Reference>
53 <Reference Include="System.Xml.Linq" />
54 <Reference Include="System.Data.DataSetExtensions" />
55 <Reference Include="Microsoft.CSharp" />
56 <Reference Include="System.Data" />
57 <Reference Include="System.Deployment" />
58 <Reference Include="System.Drawing" />
59 <Reference Include="System.Net.Http" />
60 <Reference Include="System.Windows.Forms" />
61 <Reference Include="System.Xml" />
62 </ItemGroup>
63 <ItemGroup>
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="Program.cs" />
71 <Compile Include="Properties\AssemblyInfo.cs" />
72 <Compile Include="TCPClientConnectedEventArgs.cs" />
73 <Compile Include="TCPServer.cs" />
74 <EmbeddedResource Include="Form1.resx">
75 <DependentUpon>Form1.cs</DependentUpon>
76 </EmbeddedResource>
77 <EmbeddedResource Include="Properties\Resources.resx">
78 <Generator>ResXFileCodeGenerator</Generator>
79 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
80 <SubType>Designer</SubType>
81 </EmbeddedResource>
82 <Compile Include="Properties\Resources.Designer.cs">
83 <AutoGen>True</AutoGen>
84 <DependentUpon>Resources.resx</DependentUpon>
85 </Compile>
86 <None Include="packages.config" />
87 <None Include="Properties\Settings.settings">
88 <Generator>SettingsSingleFileGenerator</Generator>
89 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
90 </None>
91 <Compile Include="Properties\Settings.Designer.cs">
92 <AutoGen>True</AutoGen>
93 <DependentUpon>Settings.settings</DependentUpon>
94 <DesignTimeSharedInput>True</DesignTimeSharedInput>
95 </Compile>
96 </ItemGroup>
97 <ItemGroup>
98 <None Include="App.config" />
99 </ItemGroup>
100 <ItemGroup>
101 <Content Include="soundbeam.ico" />
102 </ItemGroup>
103 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104 </Project>