d@0
|
1 <?xml version="1.0" encoding="utf-8"?>
|
d@0
|
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
d@0
|
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
d@0
|
4 <PropertyGroup>
|
d@0
|
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
d@0
|
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
d@0
|
7 <ProjectGuid>{48C55831-909A-4BFB-8051-69439701F3FE}</ProjectGuid>
|
d@0
|
8 <OutputType>WinExe</OutputType>
|
d@0
|
9 <AppDesignerFolder>Properties</AppDesignerFolder>
|
d@0
|
10 <RootNamespace>DeMaskingLT</RootNamespace>
|
d@0
|
11 <AssemblyName>DeMaskingLT</AssemblyName>
|
d@0
|
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
d@0
|
13 <FileAlignment>512</FileAlignment>
|
d@0
|
14 </PropertyGroup>
|
d@0
|
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
d@0
|
16 <PlatformTarget>AnyCPU</PlatformTarget>
|
d@0
|
17 <DebugSymbols>true</DebugSymbols>
|
d@0
|
18 <DebugType>full</DebugType>
|
d@0
|
19 <Optimize>false</Optimize>
|
d@0
|
20 <OutputPath>bin\Debug\</OutputPath>
|
d@0
|
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
|
d@0
|
22 <ErrorReport>prompt</ErrorReport>
|
d@0
|
23 <WarningLevel>4</WarningLevel>
|
d@0
|
24 </PropertyGroup>
|
d@0
|
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
d@0
|
26 <PlatformTarget>AnyCPU</PlatformTarget>
|
d@0
|
27 <DebugType>pdbonly</DebugType>
|
d@0
|
28 <Optimize>true</Optimize>
|
d@0
|
29 <OutputPath>bin\Release\</OutputPath>
|
d@0
|
30 <DefineConstants>TRACE</DefineConstants>
|
d@0
|
31 <ErrorReport>prompt</ErrorReport>
|
d@0
|
32 <WarningLevel>4</WarningLevel>
|
d@0
|
33 </PropertyGroup>
|
d@0
|
34 <ItemGroup>
|
d@0
|
35 <Reference Include="CsvHelper">
|
d@0
|
36 <HintPath>..\packages\CsvHelper.2.16.3.0\lib\net45\CsvHelper.dll</HintPath>
|
d@0
|
37 </Reference>
|
d@0
|
38 <Reference Include="System" />
|
d@0
|
39 <Reference Include="System.Core" />
|
d@0
|
40 <Reference Include="System.Xml.Linq" />
|
d@0
|
41 <Reference Include="System.Data.DataSetExtensions" />
|
d@0
|
42 <Reference Include="Microsoft.CSharp" />
|
d@0
|
43 <Reference Include="System.Data" />
|
d@0
|
44 <Reference Include="System.Deployment" />
|
d@0
|
45 <Reference Include="System.Drawing" />
|
d@0
|
46 <Reference Include="System.Windows.Forms" />
|
d@0
|
47 <Reference Include="System.Xml" />
|
d@0
|
48 </ItemGroup>
|
d@0
|
49 <ItemGroup>
|
d@0
|
50 <Compile Include="ExperimentData.cs" />
|
d@0
|
51 <Compile Include="ListenToAudio.cs">
|
d@0
|
52 <SubType>Form</SubType>
|
d@0
|
53 </Compile>
|
d@0
|
54 <Compile Include="ListenToAudio.Designer.cs">
|
d@0
|
55 <DependentUpon>ListenToAudio.cs</DependentUpon>
|
d@0
|
56 </Compile>
|
d@0
|
57 <Compile Include="Logging.cs" />
|
d@0
|
58 <Compile Include="PerceivedEmotion.cs">
|
d@0
|
59 <SubType>Form</SubType>
|
d@0
|
60 </Compile>
|
d@0
|
61 <Compile Include="PerceivedEmotion.Designer.cs">
|
d@0
|
62 <DependentUpon>PerceivedEmotion.cs</DependentUpon>
|
d@0
|
63 </Compile>
|
d@0
|
64 <Compile Include="ThankYou.cs">
|
d@0
|
65 <SubType>Form</SubType>
|
d@0
|
66 </Compile>
|
d@0
|
67 <Compile Include="ThankYou.designer.cs">
|
d@0
|
68 <DependentUpon>ThankYou.cs</DependentUpon>
|
d@0
|
69 </Compile>
|
d@0
|
70 <Compile Include="Name.cs">
|
d@0
|
71 <SubType>Form</SubType>
|
d@0
|
72 </Compile>
|
d@0
|
73 <Compile Include="Name.designer.cs">
|
d@0
|
74 <DependentUpon>Name.cs</DependentUpon>
|
d@0
|
75 </Compile>
|
d@0
|
76 <Compile Include="Program.cs" />
|
d@0
|
77 <Compile Include="Properties\AssemblyInfo.cs" />
|
d@0
|
78 <Compile Include="Result.cs" />
|
d@0
|
79 <EmbeddedResource Include="ListenToAudio.resx">
|
d@0
|
80 <DependentUpon>ListenToAudio.cs</DependentUpon>
|
d@0
|
81 </EmbeddedResource>
|
d@0
|
82 <EmbeddedResource Include="PerceivedEmotion.resx">
|
d@0
|
83 <DependentUpon>PerceivedEmotion.cs</DependentUpon>
|
d@0
|
84 </EmbeddedResource>
|
d@0
|
85 <EmbeddedResource Include="ThankYou.resx">
|
d@0
|
86 <DependentUpon>ThankYou.cs</DependentUpon>
|
d@0
|
87 </EmbeddedResource>
|
d@0
|
88 <EmbeddedResource Include="Name.resx">
|
d@0
|
89 <DependentUpon>Name.cs</DependentUpon>
|
d@0
|
90 </EmbeddedResource>
|
d@0
|
91 <EmbeddedResource Include="Properties\Resources.resx">
|
d@0
|
92 <Generator>ResXFileCodeGenerator</Generator>
|
d@0
|
93 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
d@0
|
94 <SubType>Designer</SubType>
|
d@0
|
95 </EmbeddedResource>
|
d@0
|
96 <Compile Include="Properties\Resources.Designer.cs">
|
d@0
|
97 <AutoGen>True</AutoGen>
|
d@0
|
98 <DependentUpon>Resources.resx</DependentUpon>
|
d@0
|
99 </Compile>
|
d@0
|
100 <None Include="packages.config" />
|
d@0
|
101 <None Include="Properties\Settings.settings">
|
d@0
|
102 <Generator>SettingsSingleFileGenerator</Generator>
|
d@0
|
103 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
d@0
|
104 </None>
|
d@0
|
105 <Compile Include="Properties\Settings.Designer.cs">
|
d@0
|
106 <AutoGen>True</AutoGen>
|
d@0
|
107 <DependentUpon>Settings.settings</DependentUpon>
|
d@0
|
108 <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
d@0
|
109 </Compile>
|
d@0
|
110 </ItemGroup>
|
d@0
|
111 <ItemGroup>
|
d@0
|
112 <None Include="App.config" />
|
d@0
|
113 </ItemGroup>
|
d@0
|
114 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
d@0
|
115 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
d@0
|
116 Other similar extension points exist, see Microsoft.Common.targets.
|
d@0
|
117 <Target Name="BeforeBuild">
|
d@0
|
118 </Target>
|
d@0
|
119 <Target Name="AfterBuild">
|
d@0
|
120 </Target>
|
d@0
|
121 -->
|
d@0
|
122 </Project> |