HamBook – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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>{0BACC12B-96E7-4A8C-B174-611CB54BF94E}</ProjectGuid> |
||
8 | <OutputType>WinExe</OutputType> |
||
9 | <RootNamespace>HamBook</RootNamespace> |
||
10 | <AssemblyName>HamBook</AssemblyName> |
||
11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
14 | <Deterministic>true</Deterministic> |
||
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 | </PropertyGroup> |
||
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
28 | <DebugType>pdbonly</DebugType> |
||
29 | <Optimize>true</Optimize> |
||
30 | <OutputPath>bin\Release\</OutputPath> |
||
31 | <DefineConstants>TRACE</DefineConstants> |
||
32 | <ErrorReport>prompt</ErrorReport> |
||
33 | <WarningLevel>4</WarningLevel> |
||
34 | </PropertyGroup> |
||
2 | office | 35 | <PropertyGroup> |
36 | <ApplicationIcon>HamBook.ico</ApplicationIcon> |
||
37 | </PropertyGroup> |
||
1 | office | 38 | <ItemGroup> |
39 | <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL"> |
||
40 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\BouncyCastle.Crypto.dll</HintPath> |
||
41 | </Reference> |
||
42 | <Reference Include="NetSparkle, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL"> |
||
43 | <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.2.1\lib\net452\NetSparkle.dll</HintPath> |
||
44 | </Reference> |
||
45 | <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
||
46 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath> |
||
47 | </Reference> |
||
48 | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
||
49 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\Newtonsoft.Json.dll</HintPath> |
||
50 | </Reference> |
||
51 | <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
||
52 | <HintPath>..\packages\Serilog.2.10.0\lib\net46\Serilog.dll</HintPath> |
||
53 | </Reference> |
||
54 | <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
||
55 | <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath> |
||
56 | </Reference> |
||
57 | <Reference Include="System" /> |
||
58 | <Reference Include="System.Core" /> |
||
59 | <Reference Include="System.Management" /> |
||
60 | <Reference Include="System.Xml.Linq" /> |
||
61 | <Reference Include="System.Data.DataSetExtensions" /> |
||
62 | <Reference Include="Microsoft.CSharp" /> |
||
63 | <Reference Include="System.Data" /> |
||
64 | <Reference Include="System.Deployment" /> |
||
65 | <Reference Include="System.Drawing" /> |
||
66 | <Reference Include="System.Net.Http" /> |
||
67 | <Reference Include="System.Windows.Forms" /> |
||
68 | <Reference Include="System.Xml" /> |
||
69 | </ItemGroup> |
||
70 | <ItemGroup> |
||
71 | <Compile Include="AboutForm.cs"> |
||
72 | <SubType>Form</SubType> |
||
73 | </Compile> |
||
74 | <Compile Include="AboutForm.Designer.cs"> |
||
75 | <DependentUpon>AboutForm.cs</DependentUpon> |
||
76 | </Compile> |
||
77 | <Compile Include="Constants.cs" /> |
||
78 | <Compile Include="Form1.cs"> |
||
79 | <SubType>Form</SubType> |
||
80 | </Compile> |
||
81 | <Compile Include="Form1.Designer.cs"> |
||
82 | <DependentUpon>Form1.cs</DependentUpon> |
||
83 | </Compile> |
||
84 | <Compile Include="Program.cs" /> |
||
85 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
86 | <Compile Include="Radios\Cat.cs" /> |
||
87 | <Compile Include="Radios\CatAssemblies.cs" /> |
||
88 | <Compile Include="Radios\Generic\CAT\AB.cs" /> |
||
89 | <Compile Include="Radios\Generic\CAT\BA.cs" /> |
||
90 | <Compile Include="Radios\Generic\CAT\BD.cs" /> |
||
91 | <Compile Include="Radios\Generic\CAT\BU.cs" /> |
||
92 | <Compile Include="Radios\Generic\CAT\FA.cs" /> |
||
93 | <Compile Include="Radios\Generic\CAT\FB.cs" /> |
||
94 | <Compile Include="Radios\Generic\CAT\MD.cs" /> |
||
95 | <Compile Include="Radios\Generic\PowerState.cs" /> |
||
96 | <Compile Include="Radios\Generic\CAT\PS.cs" /> |
||
97 | <Compile Include="Radios\Generic\CAT\SC.cs" /> |
||
98 | <Compile Include="Radios\Generic\RadioMode.cs" /> |
||
99 | <Compile Include="Radios\Generic\ScanState.cs" /> |
||
100 | <Compile Include="Radios\RadioAttribute.cs" /> |
||
101 | <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" /> |
||
102 | <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" /> |
||
103 | <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" /> |
||
104 | <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" /> |
||
105 | <Compile Include="Radios\Yaesu\FT-891\CAT\FA.cs" /> |
||
106 | <Compile Include="Radios\Yaesu\FT-891\CAT\FB.cs" /> |
||
107 | <Compile Include="Radios\Yaesu\FT-891\CAT\MD.cs" /> |
||
108 | <Compile Include="Radios\Yaesu\FT-891\CAT\PS.cs" /> |
||
109 | <Compile Include="Radios\Yaesu\FT-891\CAT\SC.cs" /> |
||
110 | <Compile Include="Radios\Yaesu\FT-891\Constants.cs" /> |
||
111 | <Compile Include="SettingsForm.cs"> |
||
112 | <SubType>Form</SubType> |
||
113 | </Compile> |
||
114 | <Compile Include="SettingsForm.Designer.cs"> |
||
115 | <DependentUpon>SettingsForm.cs</DependentUpon> |
||
116 | </Compile> |
||
117 | <Compile Include="Utilities\LogMemorySink.cs" /> |
||
118 | <Compile Include="Utilities\Miscellaneous.cs" /> |
||
119 | <Compile Include="Utilities\ScheduledContinuation.cs" /> |
||
120 | <Compile Include="Utilities\Serialization\Serialization.cs" /> |
||
121 | <Compile Include="Utilities\Serialization\SerializationFailure.cs" /> |
||
122 | <Compile Include="Utilities\Serialization\SerializationState.cs" /> |
||
123 | <Compile Include="Utilities\Serialization\SerializationSuccess.cs" /> |
||
124 | <Compile Include="ViewLogsForm.cs"> |
||
125 | <SubType>Form</SubType> |
||
126 | </Compile> |
||
127 | <Compile Include="ViewLogsForm.Designer.cs"> |
||
128 | <DependentUpon>ViewLogsForm.cs</DependentUpon> |
||
129 | </Compile> |
||
130 | <EmbeddedResource Include="AboutForm.resx"> |
||
131 | <DependentUpon>AboutForm.cs</DependentUpon> |
||
132 | </EmbeddedResource> |
||
133 | <EmbeddedResource Include="Form1.resx"> |
||
134 | <DependentUpon>Form1.cs</DependentUpon> |
||
135 | </EmbeddedResource> |
||
136 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
137 | <Generator>ResXFileCodeGenerator</Generator> |
||
138 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
139 | <SubType>Designer</SubType> |
||
140 | </EmbeddedResource> |
||
141 | <Compile Include="Properties\Resources.Designer.cs"> |
||
142 | <AutoGen>True</AutoGen> |
||
143 | <DependentUpon>Resources.resx</DependentUpon> |
||
144 | <DesignTime>True</DesignTime> |
||
145 | </Compile> |
||
146 | <EmbeddedResource Include="SettingsForm.resx"> |
||
147 | <DependentUpon>SettingsForm.cs</DependentUpon> |
||
148 | </EmbeddedResource> |
||
149 | <EmbeddedResource Include="ViewLogsForm.resx"> |
||
150 | <DependentUpon>ViewLogsForm.cs</DependentUpon> |
||
151 | </EmbeddedResource> |
||
152 | <None Include="packages.config" /> |
||
153 | <None Include="Properties\Settings.settings"> |
||
154 | <Generator>SettingsSingleFileGenerator</Generator> |
||
155 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
156 | </None> |
||
157 | <Compile Include="Properties\Settings.Designer.cs"> |
||
158 | <AutoGen>True</AutoGen> |
||
159 | <DependentUpon>Settings.settings</DependentUpon> |
||
160 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
161 | </Compile> |
||
162 | </ItemGroup> |
||
163 | <ItemGroup> |
||
164 | <None Include="App.config" /> |
||
165 | </ItemGroup> |
||
166 | <ItemGroup> |
||
167 | <ProjectReference Include="..\Configuration\Configuration.csproj"> |
||
168 | <Project>{e6beda17-0d49-478a-890e-1fb891bd2de5}</Project> |
||
169 | <Name>Configuration</Name> |
||
170 | </ProjectReference> |
||
171 | </ItemGroup> |
||
2 | office | 172 | <ItemGroup> |
173 | <Content Include="HamBook.ico" /> |
||
174 | </ItemGroup> |
||
1 | office | 175 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
176 | </Project> |