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 >{A546C307-F0F9-4F06-9D48-AAAF50825097}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >PlayStationSharp.TestApp</RootNamespace >
10+ <AssemblyName >PlayStationSharp.TestApp</AssemblyName >
11+ <TargetFrameworkVersion >v4.7</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ <Prefer32Bit >false</Prefer32Bit >
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+ <Prefer32Bit >false</Prefer32Bit >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" />
43+ <Reference Include =" System.Security" />
44+ <Reference Include =" System.Xml.Linq" />
45+ <Reference Include =" System.Data.DataSetExtensions" />
46+ <Reference Include =" Microsoft.CSharp" />
47+ <Reference Include =" System.Data" />
48+ <Reference Include =" System.Deployment" />
49+ <Reference Include =" System.Drawing" />
50+ <Reference Include =" System.Net.Http" />
51+ <Reference Include =" System.Windows.Forms" />
52+ <Reference Include =" System.Xml" />
53+ </ItemGroup >
54+ <ItemGroup >
55+ <Compile Include =" ByteUtil.cs" />
56+ <Compile Include =" TestForm.cs" >
57+ <SubType >Form</SubType >
58+ </Compile >
59+ <Compile Include =" TestForm.Designer.cs" >
60+ <DependentUpon >TestForm.cs</DependentUpon >
61+ </Compile >
62+ <Compile Include =" Program.cs" />
63+ <Compile Include =" Properties\AssemblyInfo.cs" />
64+ <Compile Include =" TokenHandler.cs" />
65+ <EmbeddedResource Include =" TestForm.resx" >
66+ <DependentUpon >TestForm.cs</DependentUpon >
67+ </EmbeddedResource >
68+ <EmbeddedResource Include =" Properties\Resources.resx" >
69+ <Generator >ResXFileCodeGenerator</Generator >
70+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
71+ <SubType >Designer</SubType >
72+ </EmbeddedResource >
73+ <Compile Include =" Properties\Resources.Designer.cs" >
74+ <AutoGen >True</AutoGen >
75+ <DependentUpon >Resources.resx</DependentUpon >
76+ <DesignTime >True</DesignTime >
77+ </Compile >
78+ <None Include =" packages.config" />
79+ <None Include =" Properties\Settings.settings" >
80+ <Generator >SettingsSingleFileGenerator</Generator >
81+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
82+ </None >
83+ <Compile Include =" Properties\Settings.Designer.cs" >
84+ <AutoGen >True</AutoGen >
85+ <DependentUpon >Settings.settings</DependentUpon >
86+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
87+ </Compile >
88+ </ItemGroup >
89+ <ItemGroup >
90+ <None Include =" App.config" />
91+ </ItemGroup >
92+ <ItemGroup >
93+ <ProjectReference Include =" ..\PlayStationSharp\PlayStationSharp.csproj" >
94+ <Project >{9ae81169-d241-4a98-90f6-efeef37e5201}</Project >
95+ <Name >PlayStationSharp</Name >
96+ </ProjectReference >
97+ </ItemGroup >
98+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99+ </Project >
0 commit comments