source: other-projects/fft-ddr/open-day-2015/trunk/FFTDDR/FFTDDR.csproj@ 29911

Last change on this file since 29911 was 29911, checked in by cct9, 9 years ago

Reworked version of the project undertaken for open day 2015

  • Property svn:mime-type set to application/xml
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{B63CB2C2-D7F9-4600-B54B-6ED5838EDB6A}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>FFTDDR</RootNamespace>
11 <AssemblyName>FFTDDR</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <TargetFrameworkProfile />
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 <Prefer32Bit>false</Prefer32Bit>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 <Prefer32Bit>false</Prefer32Bit>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
38 <DebugSymbols>true</DebugSymbols>
39 <OutputPath>bin\x86\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <DebugType>full</DebugType>
42 <PlatformTarget>x86</PlatformTarget>
43 <ErrorReport>prompt</ErrorReport>
44 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
47 <OutputPath>bin\x86\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <Optimize>true</Optimize>
50 <DebugType>pdbonly</DebugType>
51 <PlatformTarget>x86</PlatformTarget>
52 <ErrorReport>prompt</ErrorReport>
53 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54 </PropertyGroup>
55 <ItemGroup>
56 <Reference Include="Exocortex.DSP.v1">
57 <HintPath>..\..\..\..\Downloads\ExocortexDSP_v1.2\bin\Debug\Exocortex.DSP.v1.dll</HintPath>
58 </Reference>
59 <Reference Include="Microsoft.Kinect, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
60 <Reference Include="NAudio">
61 <HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
62 </Reference>
63 <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
64 <SpecificVersion>False</SpecificVersion>
65 <HintPath>..\..\..\..\Downloads\Json60r6\Bin\Net45\Newtonsoft.Json.dll</HintPath>
66 </Reference>
67 <Reference Include="System" />
68 <Reference Include="System.Core" />
69 <Reference Include="System.Xml.Linq" />
70 <Reference Include="System.Data.DataSetExtensions" />
71 <Reference Include="Microsoft.CSharp" />
72 <Reference Include="System.Data" />
73 <Reference Include="System.Deployment" />
74 <Reference Include="System.Drawing" />
75 <Reference Include="System.Windows.Forms" />
76 <Reference Include="System.Xml" />
77 </ItemGroup>
78 <ItemGroup>
79 <Compile Include="BeatPicturebox.cs">
80 <SubType>Component</SubType>
81 </Compile>
82 <Compile Include="Form1.cs">
83 <SubType>Form</SubType>
84 </Compile>
85 <Compile Include="Form1.Designer.cs">
86 <DependentUpon>Form1.cs</DependentUpon>
87 </Compile>
88 <Compile Include="MicroLibrary.cs" />
89 <Compile Include="Program.cs" />
90 <Compile Include="Properties\AssemblyInfo.cs" />
91 <Compile Include="SkeletonManager.cs" />
92 <Compile Include="WavFrame.cs" />
93 <Compile Include="WavProcessor.cs" />
94 <EmbeddedResource Include="Form1.resx">
95 <DependentUpon>Form1.cs</DependentUpon>
96 </EmbeddedResource>
97 <EmbeddedResource Include="Properties\Resources.resx">
98 <Generator>ResXFileCodeGenerator</Generator>
99 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
100 <SubType>Designer</SubType>
101 </EmbeddedResource>
102 <Compile Include="Properties\Resources.Designer.cs">
103 <AutoGen>True</AutoGen>
104 <DependentUpon>Resources.resx</DependentUpon>
105 <DesignTime>True</DesignTime>
106 </Compile>
107 <None Include="packages.config" />
108 <None Include="Properties\Settings.settings">
109 <Generator>SettingsSingleFileGenerator</Generator>
110 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111 </None>
112 <Compile Include="Properties\Settings.Designer.cs">
113 <AutoGen>True</AutoGen>
114 <DependentUpon>Settings.settings</DependentUpon>
115 <DesignTimeSharedInput>True</DesignTimeSharedInput>
116 </Compile>
117 </ItemGroup>
118 <ItemGroup>
119 <None Include="App.config" />
120 </ItemGroup>
121 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123 Other similar extension points exist, see Microsoft.Common.targets.
124 <Target Name="BeforeBuild">
125 </Target>
126 <Target Name="AfterBuild">
127 </Target>
128 -->
129</Project>
Note: See TracBrowser for help on using the repository browser.