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 >{EE530E7C-768A-4D2B-9CAB-45D6883C5E88}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >HostedLocalizationSample</RootNamespace >
10
+ <AssemblyName >HostedLocalizationSample</AssemblyName >
11
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <Deterministic >true</Deterministic >
15
+ <TargetFrameworkProfile />
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 =" PresentationCore" />
38
+ <Reference Include =" PresentationFramework" />
39
+ <packageReference Include =" Syncfusion.PdfViewer.WPF" version =" *" />
40
+ <Reference Include =" System" />
41
+ <Reference Include =" System.Core" />
42
+ <Reference Include =" System.Xaml" />
43
+ <Reference Include =" System.Xml.Linq" />
44
+ <Reference Include =" System.Data.DataSetExtensions" />
45
+ <Reference Include =" Microsoft.CSharp" />
46
+ <Reference Include =" System.Data" />
47
+ <Reference Include =" System.Deployment" />
48
+ <Reference Include =" System.Drawing" />
49
+ <Reference Include =" System.Net.Http" />
50
+ <Reference Include =" System.Windows.Forms" />
51
+ <Reference Include =" System.Xml" />
52
+ <Reference Include =" WindowsBase" />
53
+ <Reference Include =" WindowsFormsIntegration" />
54
+ </ItemGroup >
55
+ <ItemGroup >
56
+ <Compile Include =" Form1.cs" >
57
+ <SubType >Form</SubType >
58
+ </Compile >
59
+ <Compile Include =" Form1.Designer.cs" >
60
+ <DependentUpon >Form1.cs</DependentUpon >
61
+ </Compile >
62
+ <Compile Include =" Program.cs" />
63
+ <Compile Include =" Properties\AssemblyInfo.cs" />
64
+ <Compile Include =" WPFUserControl.xaml.cs" >
65
+ <DependentUpon >WPFUserControl.xaml</DependentUpon >
66
+ </Compile >
67
+ <EmbeddedResource Include =" Properties\Resources.resx" >
68
+ <Generator >ResXFileCodeGenerator</Generator >
69
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
70
+ <SubType >Designer</SubType >
71
+ </EmbeddedResource >
72
+ <Compile Include =" Properties\Resources.Designer.cs" >
73
+ <AutoGen >True</AutoGen >
74
+ <DependentUpon >Resources.resx</DependentUpon >
75
+ <DesignTime >True</DesignTime >
76
+ </Compile >
77
+ <None Include =" packages.config" />
78
+ <None Include =" Properties\Settings.settings" >
79
+ <Generator >SettingsSingleFileGenerator</Generator >
80
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
81
+ </None >
82
+ <Compile Include =" Properties\Settings.Designer.cs" >
83
+ <AutoGen >True</AutoGen >
84
+ <DependentUpon >Settings.settings</DependentUpon >
85
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
86
+ </Compile >
87
+ </ItemGroup >
88
+ <ItemGroup >
89
+ <None Include =" App.config" />
90
+ </ItemGroup >
91
+ <ItemGroup >
92
+ <Page Include =" WPFUserControl.xaml" >
93
+ <SubType >Designer</SubType >
94
+ <Generator >MSBuild:Compile</Generator >
95
+ </Page >
96
+ </ItemGroup >
97
+ <ItemGroup >
98
+ <ProjectReference Include =" ..\LocalizationClassLibrary\LocalizationClassLibrary.csproj" >
99
+ <Project >{3a4f9d5f-fa2b-41d7-aeac-339ff4a540c6}</Project >
100
+ <Name >LocalizationClassLibrary</Name >
101
+ </ProjectReference >
102
+ </ItemGroup >
103
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104
+ </Project >
0 commit comments