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 >{EBE0AF6C-E6DA-4497-843A-A3B2B16D2627}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >DeviceLister</RootNamespace >
11+ <AssemblyName >DeviceLister</AssemblyName >
12+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <PublishUrl >publish\</PublishUrl >
15+ <Install >true</Install >
16+ <InstallFrom >Disk</InstallFrom >
17+ <UpdateEnabled >false</UpdateEnabled >
18+ <UpdateMode >Foreground</UpdateMode >
19+ <UpdateInterval >7</UpdateInterval >
20+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
21+ <UpdatePeriodically >false</UpdatePeriodically >
22+ <UpdateRequired >false</UpdateRequired >
23+ <MapFileExtensions >true</MapFileExtensions >
24+ <ApplicationRevision >0</ApplicationRevision >
25+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
26+ <IsWebBootstrapper >false</IsWebBootstrapper >
27+ <UseApplicationTrust >false</UseApplicationTrust >
28+ <BootstrapperEnabled >true</BootstrapperEnabled >
29+ <TargetFrameworkProfile />
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+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42+ <PlatformTarget >x86</PlatformTarget >
43+ <DebugType >pdbonly</DebugType >
44+ <Optimize >true</Optimize >
45+ <OutputPath >bin\Release\</OutputPath >
46+ <DefineConstants >TRACE</DefineConstants >
47+ <ErrorReport >prompt</ErrorReport >
48+ <WarningLevel >4</WarningLevel >
49+ </PropertyGroup >
50+ <ItemGroup >
51+ <Reference Include =" Microsoft.DirectX.DirectInput, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
52+ <SpecificVersion >False</SpecificVersion >
53+ <HintPath >..\..\..\..\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectInput.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" System" />
56+ <Reference Include =" System.Core" />
57+ <Reference Include =" System.Xml.Linq" />
58+ <Reference Include =" System.Data.DataSetExtensions" />
59+ <Reference Include =" Microsoft.CSharp" />
60+ <Reference Include =" System.Data" />
61+ <Reference Include =" System.Deployment" />
62+ <Reference Include =" System.Drawing" />
63+ <Reference Include =" System.Windows.Forms" />
64+ <Reference Include =" System.Xml" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <Compile Include =" DeviceListerForm.cs" >
68+ <SubType >Form</SubType >
69+ </Compile >
70+ <Compile Include =" DeviceListerForm.Designer.cs" >
71+ <DependentUpon >DeviceListerForm.cs</DependentUpon >
72+ </Compile >
73+ <Compile Include =" Program.cs" />
74+ <Compile Include =" Properties\AssemblyInfo.cs" />
75+ <EmbeddedResource Include =" DeviceListerForm.resx" >
76+ <DependentUpon >DeviceListerForm.cs</DependentUpon >
77+ </EmbeddedResource >
78+ <EmbeddedResource Include =" Properties\Resources.resx" >
79+ <Generator >ResXFileCodeGenerator</Generator >
80+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
81+ <SubType >Designer</SubType >
82+ </EmbeddedResource >
83+ <Compile Include =" Properties\Resources.Designer.cs" >
84+ <AutoGen >True</AutoGen >
85+ <DependentUpon >Resources.resx</DependentUpon >
86+ <DesignTime >True</DesignTime >
87+ </Compile >
88+ <None Include =" Properties\Settings.settings" >
89+ <Generator >SettingsSingleFileGenerator</Generator >
90+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
91+ </None >
92+ <Compile Include =" Properties\Settings.Designer.cs" >
93+ <AutoGen >True</AutoGen >
94+ <DependentUpon >Settings.settings</DependentUpon >
95+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
96+ </Compile >
97+ </ItemGroup >
98+ <ItemGroup >
99+ <None Include =" App.config" >
100+ <SubType >Designer</SubType >
101+ </None >
102+ </ItemGroup >
103+ <ItemGroup >
104+ <BootstrapperPackage Include =" .NETFramework,Version=v4.5" >
105+ <Visible >False</Visible >
106+ <ProductName >Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName >
107+ <Install >true</Install >
108+ </BootstrapperPackage >
109+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
110+ <Visible >False</Visible >
111+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
112+ <Install >false</Install >
113+ </BootstrapperPackage >
114+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
115+ <Visible >False</Visible >
116+ <ProductName >.NET Framework 3.5 SP1</ProductName >
117+ <Install >false</Install >
118+ </BootstrapperPackage >
119+ </ItemGroup >
120+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122+ Other similar extension points exist, see Microsoft.Common.targets.
123+ <Target Name="BeforeBuild">
124+ </Target>
125+ <Target Name="AfterBuild">
126+ </Target>
127+ -->
128+ </Project >
0 commit comments