Fr Translation (#7297)
[opentx.git] / sound / recorder / OpenTXRecorder.csproj
blob2070e12624412385d43b1130239d4268a92d9cf2
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
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>{8143D08D-1861-42DD-A861-56B15DE42A69}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>OpenTXrecorder</RootNamespace>
12     <AssemblyName>OpenTXrecorder</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     <IsWebBootstrapper>false</IsWebBootstrapper>
19     <PublishUrl>publish\</PublishUrl>
20     <Install>true</Install>
21     <InstallFrom>Disk</InstallFrom>
22     <UpdateEnabled>false</UpdateEnabled>
23     <UpdateMode>Foreground</UpdateMode>
24     <UpdateInterval>7</UpdateInterval>
25     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26     <UpdatePeriodically>false</UpdatePeriodically>
27     <UpdateRequired>false</UpdateRequired>
28     <MapFileExtensions>true</MapFileExtensions>
29     <ApplicationRevision>0</ApplicationRevision>
30     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31     <UseApplicationTrust>false</UseApplicationTrust>
32     <BootstrapperEnabled>true</BootstrapperEnabled>
33   </PropertyGroup>
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>
43   </PropertyGroup>
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>
52   </PropertyGroup>
53   <PropertyGroup>
54     <ApplicationIcon>icon.ico</ApplicationIcon>
55   </PropertyGroup>
56   <ItemGroup>
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>
67     </Reference>
68     <Reference Include="WindowsBase" />
69     <Reference Include="PresentationCore" />
70     <Reference Include="PresentationFramework" />
71   </ItemGroup>
72   <ItemGroup>
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>
79     </Compile>
80     <Compile Include="App.xaml.cs">
81       <DependentUpon>App.xaml</DependentUpon>
82     </Compile>
83     <Compile Include="clsWaveProcessor.cs" />
84     <Compile Include="sentencetables.cs" />
85     <Compile Include="WaveIn.cs" />
86     <Compile Include="WaveNative.cs" />
87     <Page Include="MainWindow.xaml">
88       <Generator>MSBuild:Compile</Generator>
89       <SubType>Designer</SubType>
90     </Page>
91     <Compile Include="MainWindow.xaml.cs">
92       <DependentUpon>MainWindow.xaml</DependentUpon>
93       <SubType>Code</SubType>
94     </Compile>
95     <Page Include="AboutWindow.xaml">
96       <SubType>Designer</SubType>
97       <Generator>MSBuild:Compile</Generator>
98     </Page>
99   </ItemGroup>
100   <ItemGroup>
101     <Compile Include="Properties\AssemblyInfo.cs">
102       <SubType>Code</SubType>
103     </Compile>
104     <Compile Include="Properties\Resources.Designer.cs">
105       <AutoGen>True</AutoGen>
106       <DesignTime>True</DesignTime>
107       <DependentUpon>Resources.resx</DependentUpon>
108     </Compile>
109     <Compile Include="Properties\Settings.Designer.cs">
110       <AutoGen>True</AutoGen>
111       <DependentUpon>Settings.settings</DependentUpon>
112       <DesignTimeSharedInput>True</DesignTimeSharedInput>
113     </Compile>
114     <EmbeddedResource Include="Properties\Resources.resx">
115       <Generator>ResXFileCodeGenerator</Generator>
116       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
117     </EmbeddedResource>
118     <None Include="Properties\Settings.settings">
119       <Generator>SettingsSingleFileGenerator</Generator>
120       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
121     </None>
122     <AppDesigner Include="Properties\" />
123   </ItemGroup>
124   <ItemGroup>
125     <Resource Include="recorder_logo.png" />
126   </ItemGroup>
127   <ItemGroup>
128     <Resource Include="GPLv3_Logo.png" />
129   </ItemGroup>
130   <ItemGroup>
131     <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
132       <Visible>False</Visible>
133       <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
134       <Install>true</Install>
135     </BootstrapperPackage>
136     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
137       <Visible>False</Visible>
138       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
139       <Install>false</Install>
140     </BootstrapperPackage>
141     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
142       <Visible>False</Visible>
143       <ProductName>.NET Framework 3.5 SP1</ProductName>
144       <Install>false</Install>
145     </BootstrapperPackage>
146     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
147       <Visible>False</Visible>
148       <ProductName>Windows Installer 3.1</ProductName>
149       <Install>true</Install>
150     </BootstrapperPackage>
151   </ItemGroup>
152   <ItemGroup>
153     <Resource Include="icon.ico" />
154   </ItemGroup>
155   <ItemGroup>
156     <Resource Include="play.png" />
157   </ItemGroup>
158   <ItemGroup>
159     <Resource Include="record.png" />
160   </ItemGroup>
161   <ItemGroup>
162     <Resource Include="stop.png" />
163   </ItemGroup>
164   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
166        Other similar extension points exist, see Microsoft.Common.targets.
167   <Target Name="BeforeBuild">
168   </Target>
169   <Target Name="AfterBuild">
170   </Target>
171   -->
172 </Project>