update Newtonsoft.Json to 11.0.2
[GitHub/Stricted/SpeedportHybridControl.git] / SpeedportHybridControl / SpeedportHybridControl.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{50680F1A-2AF6-4A6A-8491-602E2F51CAC6}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>SpeedportHybridControl</RootNamespace>
11 <AssemblyName>SpeedportHybridControl</AssemblyName>
12 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15 <WarningLevel>4</WarningLevel>
16 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <PlatformTarget>AnyCPU</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <PlatformTarget>AnyCPU</PlatformTarget>
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <PropertyGroup>
38 <ApplicationIcon>t-com icon.ico</ApplicationIcon>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
41 <DebugSymbols>true</DebugSymbols>
42 <OutputPath>bin\x86\Debug\</OutputPath>
43 <DefineConstants>DEBUG;TRACE</DefineConstants>
44 <DebugType>full</DebugType>
45 <PlatformTarget>x86</PlatformTarget>
46 <ErrorReport>prompt</ErrorReport>
47 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
48 <Prefer32Bit>true</Prefer32Bit>
49 </PropertyGroup>
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
51 <OutputPath>bin\x86\Release\</OutputPath>
52 <DefineConstants>TRACE</DefineConstants>
53 <Optimize>true</Optimize>
54 <DebugType>pdbonly</DebugType>
55 <PlatformTarget>x86</PlatformTarget>
56 <ErrorReport>prompt</ErrorReport>
57 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
58 <Prefer32Bit>true</Prefer32Bit>
59 </PropertyGroup>
60 <ItemGroup>
61 <Reference Include="DynamicDataDisplay, Version=0.3.0.1, Culture=neutral, PublicKeyToken=5b7d744a7263923f, processorArchitecture=MSIL">
62 <HintPath>..\packages\DynamicDataDisplay.0.3.0.1\lib\net45\DynamicDataDisplay.dll</HintPath>
63 <Private>True</Private>
64 </Reference>
65 <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
66 <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
67 </Reference>
68 <Reference Include="System" />
69 <Reference Include="System.Data" />
70 <Reference Include="System.Windows" />
71 <Reference Include="System.Xml" />
72 <Reference Include="Microsoft.CSharp" />
73 <Reference Include="System.Core" />
74 <Reference Include="System.Xml.Linq" />
75 <Reference Include="System.Data.DataSetExtensions" />
76 <Reference Include="System.Net.Http" />
77 <Reference Include="System.Xaml">
78 <RequiredTargetFramework>4.0</RequiredTargetFramework>
79 </Reference>
80 <Reference Include="WindowsBase" />
81 <Reference Include="PresentationCore" />
82 <Reference Include="PresentationFramework" />
83 </ItemGroup>
84 <ItemGroup>
85 <ApplicationDefinition Include="App.xaml">
86 <Generator>MSBuild:Compile</Generator>
87 <SubType>Designer</SubType>
88 </ApplicationDefinition>
89 <Compile Include="Data\SpeedportHybrid.cs" />
90 <Compile Include="ltepopup.xaml.cs">
91 <DependentUpon>ltepopup.xaml</DependentUpon>
92 </Compile>
93 <Compile Include="Model\bonding_client.cs" />
94 <Compile Include="Model\Connection.cs" />
95 <Compile Include="Model\DeviceList.cs" />
96 <Compile Include="Model\InterfaceList.cs" />
97 <Compile Include="Model\Line.cs" />
98 <Compile Include="Model\LTECollection.cs" />
99 <Compile Include="Model\LTEData.cs" />
100 <Compile Include="Model\PhoneCallList.cs" />
101 <Compile Include="Model\StatusPhoneList.cs" />
102 <Compile Include="Model\SyslogList.cs" />
103 <Compile Include="PageModel\AboutPageModel.cs" />
104 <Compile Include="PageModel\ControlsPageModel.cs" />
105 <Compile Include="PageModel\DslPageModel.cs" />
106 <Compile Include="PageModel\InterfacePageModel.cs" />
107 <Compile Include="PageModel\LanPageModel.cs" />
108 <Compile Include="PageModel\LoginPageModel.cs" />
109 <Compile Include="PageModel\LteInfoModel.cs" />
110 <Compile Include="PageModel\ltepopupModel.cs" />
111 <Compile Include="PageModel\MainWindowModel.cs" />
112 <Compile Include="Model\SuperViewModel.cs" />
113 <Compile Include="Data\SpeedportHybridAPI.cs" />
114 <Page Include="ltepopup.xaml">
115 <SubType>Designer</SubType>
116 <Generator>MSBuild:Compile</Generator>
117 </Page>
118 <Page Include="MainWindow.xaml">
119 <Generator>MSBuild:Compile</Generator>
120 <SubType>Designer</SubType>
121 </Page>
122 <Compile Include="App.xaml.cs">
123 <DependentUpon>App.xaml</DependentUpon>
124 <SubType>Code</SubType>
125 </Compile>
126 <Compile Include="MainWindow.xaml.cs">
127 <DependentUpon>MainWindow.xaml</DependentUpon>
128 <SubType>Code</SubType>
129 </Compile>
130 <Page Include="page\AboutPage.xaml">
131 <Generator>MSBuild:Compile</Generator>
132 <SubType>Designer</SubType>
133 </Page>
134 <Page Include="page\ControlsPage.xaml">
135 <Generator>MSBuild:Compile</Generator>
136 <SubType>Designer</SubType>
137 </Page>
138 <Page Include="page\DslPage.xaml">
139 <Generator>MSBuild:Compile</Generator>
140 <SubType>Designer</SubType>
141 </Page>
142 <Page Include="page\InterfacePage.xaml">
143 <SubType>Designer</SubType>
144 <Generator>MSBuild:Compile</Generator>
145 </Page>
146 <Page Include="page\LanPage.xaml">
147 <Generator>MSBuild:Compile</Generator>
148 <SubType>Designer</SubType>
149 </Page>
150 <Page Include="page\LoginPage.xaml">
151 <Generator>MSBuild:Compile</Generator>
152 <SubType>Designer</SubType>
153 </Page>
154 <Page Include="page\LteInfoPage.xaml">
155 <Generator>MSBuild:Compile</Generator>
156 <SubType>Designer</SubType>
157 </Page>
158 <Page Include="page\OverviewPage.xaml">
159 <Generator>MSBuild:Compile</Generator>
160 <SubType>Designer</SubType>
161 </Page>
162 <Page Include="page\PhonePage.xaml">
163 <Generator>MSBuild:Compile</Generator>
164 <SubType>Designer</SubType>
165 </Page>
166 <Page Include="page\StatusPage.xaml">
167 <Generator>MSBuild:Compile</Generator>
168 <SubType>Designer</SubType>
169 </Page>
170 <Page Include="page\SyslogPage.xaml">
171 <Generator>MSBuild:Compile</Generator>
172 <SubType>Designer</SubType>
173 </Page>
174 <Page Include="page\TR181Page.xaml">
175 <Generator>MSBuild:Compile</Generator>
176 <SubType>Designer</SubType>
177 </Page>
178 </ItemGroup>
179 <ItemGroup>
180 <Compile Include="PageModel\OverviewPageModel.cs" />
181 <Compile Include="PageModel\PhonePageModel.cs" />
182 <Compile Include="PageModel\StatusPageModel.cs" />
183 <Compile Include="PageModel\SyslogPageModel.cs" />
184 <Compile Include="PageModel\TR181PageModel.cs" />
185 <Compile Include="page\AboutPage.xaml.cs">
186 <DependentUpon>AboutPage.xaml</DependentUpon>
187 </Compile>
188 <Compile Include="page\ControlsPage.xaml.cs">
189 <DependentUpon>ControlsPage.xaml</DependentUpon>
190 </Compile>
191 <Compile Include="page\DslPage.xaml.cs">
192 <DependentUpon>DslPage.xaml</DependentUpon>
193 </Compile>
194 <Compile Include="page\InterfacePage.xaml.cs">
195 <DependentUpon>InterfacePage.xaml</DependentUpon>
196 </Compile>
197 <Compile Include="page\LanPage.xaml.cs">
198 <DependentUpon>LanPage.xaml</DependentUpon>
199 </Compile>
200 <Compile Include="page\LoginPage.xaml.cs">
201 <DependentUpon>LoginPage.xaml</DependentUpon>
202 </Compile>
203 <Compile Include="page\LteInfoPage.xaml.cs">
204 <DependentUpon>LteInfoPage.xaml</DependentUpon>
205 </Compile>
206 <Compile Include="page\OverviewPage.xaml.cs">
207 <DependentUpon>OverviewPage.xaml</DependentUpon>
208 </Compile>
209 <Compile Include="page\PhonePage.xaml.cs">
210 <DependentUpon>PhonePage.xaml</DependentUpon>
211 </Compile>
212 <Compile Include="page\StatusPage.xaml.cs">
213 <DependentUpon>StatusPage.xaml</DependentUpon>
214 </Compile>
215 <Compile Include="page\SyslogPage.xaml.cs">
216 <DependentUpon>SyslogPage.xaml</DependentUpon>
217 </Compile>
218 <Compile Include="page\TR181Page.xaml.cs">
219 <DependentUpon>TR181Page.xaml</DependentUpon>
220 </Compile>
221 <Compile Include="Properties\AssemblyInfo.cs">
222 <SubType>Code</SubType>
223 </Compile>
224 <Compile Include="Properties\Resources.Designer.cs">
225 <AutoGen>True</AutoGen>
226 <DesignTime>True</DesignTime>
227 <DependentUpon>Resources.resx</DependentUpon>
228 </Compile>
229 <Compile Include="Properties\Settings.Designer.cs">
230 <AutoGen>True</AutoGen>
231 <DependentUpon>Settings.settings</DependentUpon>
232 <DesignTimeSharedInput>True</DesignTimeSharedInput>
233 </Compile>
234 <EmbeddedResource Include="Properties\Resources.resx">
235 <Generator>ResXFileCodeGenerator</Generator>
236 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
237 </EmbeddedResource>
238 <None Include="packages.config" />
239 <None Include="Properties\Settings.settings">
240 <Generator>SettingsSingleFileGenerator</Generator>
241 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
242 </None>
243 <AppDesigner Include="Properties\" />
244 </ItemGroup>
245 <ItemGroup>
246 <None Include="App.config" />
247 </ItemGroup>
248 <ItemGroup>
249 <ProjectReference Include="..\SpeedportHybridControl.Implementations\SpeedportHybridControl.Implementations.csproj">
250 <Project>{bf9d21e9-4823-455c-9bda-e29c7ce1b0be}</Project>
251 <Name>SpeedportHybridControl.Implementations</Name>
252 </ProjectReference>
253 </ItemGroup>
254 <ItemGroup>
255 <Resource Include="assets\btn_donateCC_LG.gif" />
256 <Resource Include="assets\check.png" />
257 <Resource Include="assets\internet_72x72.png" />
258 <Resource Include="assets\lan_72x72.png" />
259 <Resource Include="assets\lte0.png" />
260 <Resource Include="assets\lte1.png" />
261 <Resource Include="assets\lte2.png" />
262 <Resource Include="assets\lte3.png" />
263 <Resource Include="assets\lte4.png" />
264 <Resource Include="assets\lte5.png" />
265 <Resource Include="assets\phone_72x72.png" />
266 <Resource Include="assets\pin.png" />
267 <Resource Include="assets\warn.png" />
268 <Resource Include="assets\x.png" />
269 </ItemGroup>
270 <ItemGroup>
271 <Resource Include="t-com icon.ico" />
272 </ItemGroup>
273 <ItemGroup>
274 <SplashScreen Include="SplashScreen1.png" />
275 </ItemGroup>
276 <ItemGroup>
277 <Content Include="vcredist\vcredist_x86.exe">
278 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
279 </Content>
280 </ItemGroup>
281 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
282 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
283 Other similar extension points exist, see Microsoft.Common.targets.
284 <Target Name="BeforeBuild">
285 </Target>
286 <Target Name="AfterBuild">
287 </Target>
288 -->
289 </Project>