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 >{2AA41A9A-FE12-4176-BF14-1C91E721DD5B}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >ForceBindIP_GUI</RootNamespace >
10+ <AssemblyName >ForceBindIP GUI</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ </PropertyGroup >
14+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15+ <PlatformTarget >AnyCPU</PlatformTarget >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <PlatformTarget >AnyCPU</PlatformTarget >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <PropertyGroup >
34+ <StartupObject >ForceBindIP_GUI.Program</StartupObject >
35+ </PropertyGroup >
36+ <PropertyGroup >
37+ <ApplicationIcon >ip_right.ico</ApplicationIcon >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
40+ <DebugSymbols >true</DebugSymbols >
41+ <OutputPath >bin\x64\Debug\</OutputPath >
42+ <DefineConstants >DEBUG;TRACE</DefineConstants >
43+ <DebugType >full</DebugType >
44+ <PlatformTarget >x64</PlatformTarget >
45+ <ErrorReport >prompt</ErrorReport >
46+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
47+ <Prefer32Bit >true</Prefer32Bit >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
50+ <OutputPath >bin\x64\Release\</OutputPath >
51+ <DefineConstants >TRACE</DefineConstants >
52+ <Optimize >true</Optimize >
53+ <DebugType >pdbonly</DebugType >
54+ <PlatformTarget >x64</PlatformTarget >
55+ <ErrorReport >prompt</ErrorReport >
56+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
57+ <Prefer32Bit >true</Prefer32Bit >
58+ </PropertyGroup >
59+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
60+ <DebugSymbols >true</DebugSymbols >
61+ <OutputPath >bin\x86\Debug\</OutputPath >
62+ <DefineConstants >DEBUG;TRACE</DefineConstants >
63+ <DebugType >full</DebugType >
64+ <PlatformTarget >x86</PlatformTarget >
65+ <ErrorReport >prompt</ErrorReport >
66+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
67+ <Prefer32Bit >true</Prefer32Bit >
68+ </PropertyGroup >
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
70+ <OutputPath >bin\x86\Release\</OutputPath >
71+ <DefineConstants >TRACE</DefineConstants >
72+ <Optimize >true</Optimize >
73+ <DebugType >pdbonly</DebugType >
74+ <PlatformTarget >x86</PlatformTarget >
75+ <ErrorReport >prompt</ErrorReport >
76+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
77+ <Prefer32Bit >true</Prefer32Bit >
78+ </PropertyGroup >
79+ <ItemGroup >
80+ <Reference Include =" System" />
81+ <Reference Include =" System.Core" />
82+ <Reference Include =" System.Xml.Linq" />
83+ <Reference Include =" System.Data.DataSetExtensions" />
84+ <Reference Include =" Microsoft.CSharp" />
85+ <Reference Include =" System.Data" />
86+ <Reference Include =" System.Deployment" />
87+ <Reference Include =" System.Drawing" />
88+ <Reference Include =" System.Net.Http" />
89+ <Reference Include =" System.Windows.Forms" />
90+ <Reference Include =" System.Xml" />
91+ </ItemGroup >
92+ <ItemGroup >
93+ <Compile Include =" frmMain.cs" >
94+ <SubType >Form</SubType >
95+ </Compile >
96+ <Compile Include =" frmMain.Designer.cs" >
97+ <DependentUpon >frmMain.cs</DependentUpon >
98+ </Compile >
99+ <Compile Include =" NetworkAdapterInfo.cs" />
100+ <Compile Include =" Program.cs" />
101+ <Compile Include =" Properties\AssemblyInfo.cs" />
102+ <EmbeddedResource Include =" frmMain.resx" >
103+ <DependentUpon >frmMain.cs</DependentUpon >
104+ </EmbeddedResource >
105+ <EmbeddedResource Include =" Properties\Resources.resx" >
106+ <Generator >ResXFileCodeGenerator</Generator >
107+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
108+ <SubType >Designer</SubType >
109+ </EmbeddedResource >
110+ <Compile Include =" Properties\Resources.Designer.cs" >
111+ <AutoGen >True</AutoGen >
112+ <DependentUpon >Resources.resx</DependentUpon >
113+ </Compile >
114+ <None Include =" Properties\Settings.settings" >
115+ <Generator >SettingsSingleFileGenerator</Generator >
116+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
117+ </None >
118+ <Compile Include =" Properties\Settings.Designer.cs" >
119+ <AutoGen >True</AutoGen >
120+ <DependentUpon >Settings.settings</DependentUpon >
121+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
122+ </Compile >
123+ </ItemGroup >
124+ <ItemGroup >
125+ <None Include =" App.config" />
126+ </ItemGroup >
127+ <ItemGroup >
128+ <Content Include =" ip_right.ico" />
129+ </ItemGroup >
130+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131+ </Project >
0 commit comments