1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.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 >{006308E6-0F15-4497-BE28-2655DF2C7127}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >AdhocManager</RootNamespace >
11+ <AssemblyName >AdhocManager</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <IsWebBootstrapper >false</IsWebBootstrapper >
15+ <TargetFrameworkProfile />
16+ <PublishUrl >publish\</PublishUrl >
17+ <Install >true</Install >
18+ <InstallFrom >Disk</InstallFrom >
19+ <UpdateEnabled >false</UpdateEnabled >
20+ <UpdateMode >Foreground</UpdateMode >
21+ <UpdateInterval >7</UpdateInterval >
22+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
23+ <UpdatePeriodically >false</UpdatePeriodically >
24+ <UpdateRequired >false</UpdateRequired >
25+ <MapFileExtensions >true</MapFileExtensions >
26+ <ApplicationRevision >0</ApplicationRevision >
27+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
28+ <UseApplicationTrust >false</UseApplicationTrust >
29+ <BootstrapperEnabled >true</BootstrapperEnabled >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32+ <PlatformTarget >AnyCPU</PlatformTarget >
33+ <DebugSymbols >true</DebugSymbols >
34+ <DebugType >full</DebugType >
35+ <Optimize >false</Optimize >
36+ <OutputPath >bin\Debug\</OutputPath >
37+ <DefineConstants >DEBUG;TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >4</WarningLevel >
40+ <Prefer32Bit >false</Prefer32Bit >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
43+ <PlatformTarget >AnyCPU</PlatformTarget >
44+ <DebugType >pdbonly</DebugType >
45+ <Optimize >true</Optimize >
46+ <OutputPath >bin\Release\</OutputPath >
47+ <DefineConstants >TRACE</DefineConstants >
48+ <ErrorReport >prompt</ErrorReport >
49+ <WarningLevel >4</WarningLevel >
50+ <Prefer32Bit >false</Prefer32Bit >
51+ </PropertyGroup >
52+ <PropertyGroup >
53+ <ApplicationManifest >app.manifest</ApplicationManifest >
54+ </PropertyGroup >
55+ <PropertyGroup >
56+ <ApplicationIcon >1470956579_wifi_Symbol.ico</ApplicationIcon >
57+ </PropertyGroup >
58+ <PropertyGroup >
59+ <StartupObject >AdhocManager.Program</StartupObject >
60+ </PropertyGroup >
61+ <PropertyGroup >
62+ <SignAssembly >false</SignAssembly >
63+ </PropertyGroup >
64+ <ItemGroup >
65+ <Reference Include =" log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL" >
66+ <HintPath >..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath >
67+ <Private >True</Private >
68+ </Reference >
69+ <Reference Include =" System" />
70+ <Reference Include =" System.Core" />
71+ <Reference Include =" System.Xml.Linq" />
72+ <Reference Include =" System.Data.DataSetExtensions" />
73+ <Reference Include =" Microsoft.CSharp" />
74+ <Reference Include =" System.Data" />
75+ <Reference Include =" System.Deployment" />
76+ <Reference Include =" System.Drawing" />
77+ <Reference Include =" System.Windows.Forms" />
78+ <Reference Include =" System.Xml" />
79+ </ItemGroup >
80+ <ItemGroup >
81+ <Compile Include =" AssemblyUtils.cs" />
82+ <Compile Include =" Networking\NetshManager.cs" />
83+ <Compile Include =" SettingsManager.cs" />
84+ <Compile Include =" Networking\ProcessResult.cs" />
85+ <Compile Include =" Networking\NetworkAdapterNode.cs" />
86+ <Compile Include =" Networking\NetworkIcons.cs" />
87+ <Compile Include =" MainForm.cs" >
88+ <SubType >Form</SubType >
89+ </Compile >
90+ <Compile Include =" MainForm.Designer.cs" >
91+ <DependentUpon >MainForm.cs</DependentUpon >
92+ </Compile >
93+ <Compile Include =" Program.cs" />
94+ <Compile Include =" Properties\AssemblyInfo.cs" />
95+ <Compile Include =" StringUtils.cs" />
96+ <EmbeddedResource Include =" MainForm.resx" >
97+ <DependentUpon >MainForm.cs</DependentUpon >
98+ </EmbeddedResource >
99+ <EmbeddedResource Include =" Properties\Resources.resx" >
100+ <Generator >ResXFileCodeGenerator</Generator >
101+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
102+ <SubType >Designer</SubType >
103+ </EmbeddedResource >
104+ <Compile Include =" Properties\Resources.Designer.cs" >
105+ <AutoGen >True</AutoGen >
106+ <DependentUpon >Resources.resx</DependentUpon >
107+ <DesignTime >True</DesignTime >
108+ </Compile >
109+ <None Include =" app.manifest" />
110+ <None Include =" packages.config" />
111+ <None Include =" Properties\Settings.settings" >
112+ <Generator >SettingsSingleFileGenerator</Generator >
113+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
114+ </None >
115+ <Compile Include =" Properties\Settings.Designer.cs" >
116+ <AutoGen >True</AutoGen >
117+ <DependentUpon >Settings.settings</DependentUpon >
118+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
119+ </Compile >
120+ </ItemGroup >
121+ <ItemGroup >
122+ <None Include =" App.config" />
123+ </ItemGroup >
124+ <ItemGroup >
125+ <BootstrapperPackage Include =" .NETFramework,Version=v4.5" >
126+ <Visible >False</Visible >
127+ <ProductName >Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName >
128+ <Install >true</Install >
129+ </BootstrapperPackage >
130+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
131+ <Visible >False</Visible >
132+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
133+ <Install >false</Install >
134+ </BootstrapperPackage >
135+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
136+ <Visible >False</Visible >
137+ <ProductName >.NET Framework 3.5 SP1</ProductName >
138+ <Install >false</Install >
139+ </BootstrapperPackage >
140+ </ItemGroup >
141+ <ItemGroup >
142+ <Content Include =" 1470956426_wifi_Symbol.ico" />
143+ <Content Include =" 1470956579_wifi_Symbol.ico" />
144+ </ItemGroup >
145+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147+ Other similar extension points exist, see Microsoft.Common.targets.
148+ <Target Name="BeforeBuild">
149+ </Target>
150+ <Target Name="AfterBuild">
151+ </Target>
152+ -->
153+ </Project >
0 commit comments