1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{BB2C7ECA-B4B9-4957-B7D9-B0C7817CA148}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>OpenTXspeaker</RootNamespace>
12 <AssemblyName>OpenTXspeaker</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15 <FileAlignment>512</FileAlignment>
16 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17 <WarningLevel>4</WarningLevel>
18 <PublishUrl>publish\</PublishUrl>
19 <Install>true</Install>
20 <InstallFrom>Disk</InstallFrom>
21 <UpdateEnabled>false</UpdateEnabled>
22 <UpdateMode>Foreground</UpdateMode>
23 <UpdateInterval>7</UpdateInterval>
24 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25 <UpdatePeriodically>false</UpdatePeriodically>
26 <UpdateRequired>false</UpdateRequired>
27 <MapFileExtensions>true</MapFileExtensions>
28 <ApplicationRevision>0</ApplicationRevision>
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30 <IsWebBootstrapper>false</IsWebBootstrapper>
31 <UseApplicationTrust>false</UseApplicationTrust>
32 <BootstrapperEnabled>true</BootstrapperEnabled>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
35 <PlatformTarget>x86</PlatformTarget>
36 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType>
38 <Optimize>false</Optimize>
39 <OutputPath>bin\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
45 <PlatformTarget>x86</PlatformTarget>
46 <DebugType>pdbonly</DebugType>
47 <Optimize>true</Optimize>
48 <OutputPath>bin\Release\</OutputPath>
49 <DefineConstants>TRACE</DefineConstants>
50 <ErrorReport>prompt</ErrorReport>
51 <WarningLevel>4</WarningLevel>
54 <ApplicationIcon>icon.ico</ApplicationIcon>
57 <Reference Include="System" />
58 <Reference Include="System.Data" />
59 <Reference Include="System.Speech" />
60 <Reference Include="System.Xml" />
61 <Reference Include="Microsoft.CSharp" />
62 <Reference Include="System.Core" />
63 <Reference Include="System.Xml.Linq" />
64 <Reference Include="System.Data.DataSetExtensions" />
65 <Reference Include="System.Xaml">
66 <RequiredTargetFramework>4.0</RequiredTargetFramework>
68 <Reference Include="WindowsBase" />
69 <Reference Include="PresentationCore" />
70 <Reference Include="PresentationFramework" />
73 <ApplicationDefinition Include="App.xaml">
74 <Generator>MSBuild:Compile</Generator>
75 <SubType>Designer</SubType>
76 </ApplicationDefinition>
77 <Compile Include="AboutWindow.xaml.cs">
78 <DependentUpon>AboutWindow.xaml</DependentUpon>
80 <Compile Include="App.xaml.cs">
81 <DependentUpon>App.xaml</DependentUpon>
83 <Compile Include="installvoices.xaml.cs">
84 <DependentUpon>installvoices.xaml</DependentUpon>
86 <Compile Include="sentencetables.cs" />
87 <Page Include="installvoices.xaml">
88 <SubType>Designer</SubType>
89 <Generator>MSBuild:Compile</Generator>
91 <Page Include="MainWindow.xaml">
92 <Generator>MSBuild:Compile</Generator>
93 <SubType>Designer</SubType>
95 <Compile Include="MainWindow.xaml.cs">
96 <DependentUpon>MainWindow.xaml</DependentUpon>
97 <SubType>Code</SubType>
99 <Page Include="AboutWindow.xaml">
100 <SubType>Designer</SubType>
101 <Generator>MSBuild:Compile</Generator>
105 <Compile Include="Properties\AssemblyInfo.cs">
106 <SubType>Code</SubType>
108 <Compile Include="Properties\Resources.Designer.cs">
109 <AutoGen>True</AutoGen>
110 <DesignTime>True</DesignTime>
111 <DependentUpon>Resources.resx</DependentUpon>
113 <Compile Include="Properties\Settings.Designer.cs">
114 <AutoGen>True</AutoGen>
115 <DependentUpon>Settings.settings</DependentUpon>
116 <DesignTimeSharedInput>True</DesignTimeSharedInput>
118 <EmbeddedResource Include="Properties\Resources.resx">
119 <Generator>ResXFileCodeGenerator</Generator>
120 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
122 <None Include="Properties\Settings.settings">
123 <Generator>SettingsSingleFileGenerator</Generator>
124 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
126 <AppDesigner Include="Properties\" />
129 <Resource Include="eSpeak.png" />
132 <Resource Include="icon.ico" />
133 <Resource Include="speaker_logo.png" />
136 <Resource Include="GPLv3_Logo.png" />
139 <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
140 <Visible>False</Visible>
141 <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
142 <Install>true</Install>
143 </BootstrapperPackage>
144 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
145 <Visible>False</Visible>
146 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
147 <Install>false</Install>
148 </BootstrapperPackage>
149 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
150 <Visible>False</Visible>
151 <ProductName>.NET Framework 3.5 SP1</ProductName>
152 <Install>false</Install>
153 </BootstrapperPackage>
154 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
155 <Visible>False</Visible>
156 <ProductName>Windows Installer 3.1</ProductName>
157 <Install>true</Install>
158 </BootstrapperPackage>
160 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
161 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
162 Other similar extension points exist, see Microsoft.Common.targets.
163 <Target Name="BeforeBuild">
165 <Target Name="AfterBuild">