1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 3.5" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
32 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.50129</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{47F692EB-4E7D-4498-A118-E854099A78DB}</ProjectGuid >
9- <OutputType >WinExe</OutputType >
10- <StartupObject >VbVbalrMyResources2.My.MyApplication</StartupObject >
11- <RootNamespace >VbVbalrMyResources2</RootNamespace >
12- <AssemblyName >VbVbalrMyResources2</AssemblyName >
13- <MyType >WindowsForms</MyType >
14- <FileUpgradeFlags >
15- </FileUpgradeFlags >
16- <OldToolsVersion >2.0</OldToolsVersion >
17- <UpgradeBackupLocation >
18- </UpgradeBackupLocation >
3+ <OutputType >Exe</OutputType >
4+ <TargetFramework >net481-windows</TargetFramework >
5+ <UseWindowsForms >true</UseWindowsForms >
196 </PropertyGroup >
20- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21- <DebugSymbols >true</DebugSymbols >
22- <DebugType >full</DebugType >
23- <DefineDebug >true</DefineDebug >
24- <DefineTrace >true</DefineTrace >
25- <OutputPath >bin\Debug\</OutputPath >
26- <DocumentationFile >VbVbalrMyResources2.xml</DocumentationFile >
27- <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
28- </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30- <DebugType >pdbonly</DebugType >
31- <DefineDebug >false</DefineDebug >
32- <DefineTrace >true</DefineTrace >
33- <Optimize >true</Optimize >
34- <OutputPath >bin\Release\</OutputPath >
35- <DocumentationFile >VbVbalrMyResources2.xml</DocumentationFile >
36- <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
37- </PropertyGroup >
38- <ItemGroup >
39- <Reference Include =" System" />
40- <Reference Include =" System.Deployment" />
41- <Reference Include =" System.Drawing" />
42- <Reference Include =" System.Windows.Forms" />
43- </ItemGroup >
44- <ItemGroup >
45- <Import Include =" Microsoft.VisualBasic" />
46- <Import Include =" System" />
47- <Import Include =" System.Collections" />
48- <Import Include =" System.Collections.Generic" />
49- <Import Include =" System.Drawing" />
50- <Import Include =" System.Diagnostics" />
51- <Import Include =" System.Windows.Forms" />
52- </ItemGroup >
53- <ItemGroup >
54- <Compile Include =" Form1.vb" >
55- <SubType >Form</SubType >
56- </Compile >
57- <Compile Include =" Form1.Designer.vb" >
58- <DependentUpon >Form1.vb</DependentUpon >
59- <SubType >Form</SubType >
60- </Compile >
61- <Compile Include =" My Project\AssemblyInfo.vb" />
62- <Compile Include =" My Project\Application.Designer.vb" >
63- <AutoGen >True</AutoGen >
64- <DependentUpon >Application.myapp</DependentUpon >
65- </Compile >
66- <Compile Include =" My Project\Resources.Designer.vb" >
67- <AutoGen >True</AutoGen >
68- <DesignTime >True</DesignTime >
69- <DependentUpon >Resources.resx</DependentUpon >
70- </Compile >
71- <Compile Include =" My Project\Settings.Designer.vb" >
72- <AutoGen >True</AutoGen >
73- <DependentUpon >Settings.settings</DependentUpon >
74- <DesignTimeSharedInput >True</DesignTimeSharedInput >
75- </Compile >
76- <Compile Include =" My Project\ApplicationEvents.vb" />
77- </ItemGroup >
78- <ItemGroup >
79- <EmbeddedResource Include =" Form1.resx" >
80- <DependentUpon >Form1.vb</DependentUpon >
81- </EmbeddedResource >
82- <EmbeddedResource Include =" My Project\Resources.resx" >
83- <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
84- <LastGenOutput >Resources.Designer.vb</LastGenOutput >
85- <CustomToolNamespace >My.Resources</CustomToolNamespace >
86- <SubType >Designer</SubType >
87- </EmbeddedResource >
88- <EmbeddedResource Include =" Resources.fr-FR.resx" />
89- </ItemGroup >
90- <ItemGroup >
91- <None Include =" app.config" />
92- <None Include =" My Project\Application.myapp" >
93- <Generator >MyApplicationCodeGenerator</Generator >
94- <LastGenOutput >Application.Designer.vb</LastGenOutput >
95- </None >
96- <None Include =" My Project\Settings.settings" >
97- <Generator >SettingsSingleFileGenerator</Generator >
98- <LastGenOutput >Settings.Designer.vb</LastGenOutput >
99- </None >
100- </ItemGroup >
101- <ItemGroup >
102- <None Include =" Resources\tpevening.jpg" />
103- </ItemGroup >
104- <ItemGroup >
105- <None Include =" Resources\hermes.ico" />
106- </ItemGroup >
107- <ItemGroup >
108- <None Include =" Resources\tada.wav" />
109- </ItemGroup >
110- <Import Project =" $(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
111- </Project >
7+ </Project >
0 commit comments