]>
Commit | Line | Data |
---|---|---|
3193b5dc | 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>{2889DA73-829E-4DC3-8F82-C0791BA1AB5C}</ProjectGuid> | |
8 | <OutputType>WinExe</OutputType> | |
9 | <RootNamespace>BopIt</RootNamespace> | |
10 | <AssemblyName>BopIt</AssemblyName> | |
11 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> | |
12 | <FileAlignment>512</FileAlignment> | |
13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | |
14 | <NuGetPackageImportStamp> | |
15 | </NuGetPackageImportStamp> | |
16 | </PropertyGroup> | |
17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
18 | <PlatformTarget>AnyCPU</PlatformTarget> | |
19 | <DebugSymbols>true</DebugSymbols> | |
20 | <DebugType>full</DebugType> | |
21 | <Optimize>false</Optimize> | |
22 | <OutputPath>bin\Debug\</OutputPath> | |
23 | <DefineConstants>DEBUG;TRACE</DefineConstants> | |
24 | <ErrorReport>prompt</ErrorReport> | |
25 | <WarningLevel>4</WarningLevel> | |
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 | </PropertyGroup> | |
36 | <ItemGroup> | |
37 | <Reference Include="Accord, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> | |
38 | <HintPath>..\packages\Accord.3.8.0\lib\net46\Accord.dll</HintPath> | |
39 | </Reference> | |
40 | <Reference Include="Accord.Controls.Imaging, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> | |
41 | <HintPath>..\packages\Accord.Controls.Imaging.3.8.0\lib\net46\Accord.Controls.Imaging.dll</HintPath> | |
42 | </Reference> | |
43 | <Reference Include="Accord.Imaging, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> | |
44 | <HintPath>..\packages\Accord.Imaging.3.8.0\lib\net46\Accord.Imaging.dll</HintPath> | |
45 | </Reference> | |
46 | <Reference Include="Accord.Math, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> | |
47 | <HintPath>..\packages\Accord.Math.3.8.0\lib\net46\Accord.Math.dll</HintPath> | |
48 | </Reference> | |
49 | <Reference Include="Accord.Math.Core, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> | |
50 | <HintPath>..\packages\Accord.Math.3.8.0\lib\net46\Accord.Math.Core.dll</HintPath> | |
51 | </Reference> | |
52 | <Reference Include="Accord.Statistics, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> | |
53 | <HintPath>..\packages\Accord.Statistics.3.8.0\lib\net46\Accord.Statistics.dll</HintPath> | |
54 | </Reference> | |
55 | <Reference Include="Accord.Video, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> | |
56 | <HintPath>..\packages\Accord.Video.3.8.0\lib\net46\Accord.Video.dll</HintPath> | |
57 | </Reference> | |
58 | <Reference Include="NAudio, Version=1.8.4.0, Culture=neutral, processorArchitecture=MSIL"> | |
59 | <HintPath>..\packages\NAudio.1.8.4\lib\net35\NAudio.dll</HintPath> | |
60 | </Reference> | |
61 | <Reference Include="System" /> | |
62 | <Reference Include="System.Core" /> | |
63 | <Reference Include="System.Numerics" /> | |
64 | <Reference Include="System.Runtime.Serialization" /> | |
65 | <Reference Include="System.Windows.Forms.DataVisualization" /> | |
66 | <Reference Include="System.Xml.Linq" /> | |
67 | <Reference Include="System.Data.DataSetExtensions" /> | |
68 | <Reference Include="Microsoft.CSharp" /> | |
69 | <Reference Include="System.Data" /> | |
70 | <Reference Include="System.Deployment" /> | |
71 | <Reference Include="System.Drawing" /> | |
72 | <Reference Include="System.Net.Http" /> | |
73 | <Reference Include="System.Windows.Forms" /> | |
74 | <Reference Include="System.Xml" /> | |
75 | </ItemGroup> | |
76 | <ItemGroup> | |
77 | <Compile Include="MainForm.cs"> | |
78 | <SubType>Form</SubType> | |
79 | </Compile> | |
80 | <Compile Include="MainForm.Designer.cs"> | |
81 | <DependentUpon>MainForm.cs</DependentUpon> | |
82 | </Compile> | |
83 | <Compile Include="Program.cs" /> | |
84 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
85 | <EmbeddedResource Include="MainForm.resx"> | |
86 | <DependentUpon>MainForm.cs</DependentUpon> | |
87 | </EmbeddedResource> | |
88 | <EmbeddedResource Include="Properties\Resources.resx"> | |
89 | <Generator>ResXFileCodeGenerator</Generator> | |
90 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
91 | <SubType>Designer</SubType> | |
92 | </EmbeddedResource> | |
93 | <Compile Include="Properties\Resources.Designer.cs"> | |
94 | <AutoGen>True</AutoGen> | |
95 | <DependentUpon>Resources.resx</DependentUpon> | |
96 | </Compile> | |
97 | <None Include="packages.config" /> | |
98 | <None Include="Properties\Settings.settings"> | |
99 | <Generator>SettingsSingleFileGenerator</Generator> | |
100 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
101 | </None> | |
102 | <Compile Include="Properties\Settings.Designer.cs"> | |
103 | <AutoGen>True</AutoGen> | |
104 | <DependentUpon>Settings.settings</DependentUpon> | |
105 | <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
106 | </Compile> | |
107 | </ItemGroup> | |
108 | <ItemGroup> | |
109 | <None Include="App.config" /> | |
110 | </ItemGroup> | |
111 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
112 | <Import Project="..\packages\Accord.3.8.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.8.0\build\Accord.targets')" /> | |
113 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | |
114 | <PropertyGroup> | |
115 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | |
116 | </PropertyGroup> | |
117 | <Error Condition="!Exists('..\packages\Accord.3.8.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.8.0\build\Accord.targets'))" /> | |
118 | </Target> | |
119 | </Project> |