1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project DefaultTargets = " Build " ToolsVersion = " 4.0 " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
2+
33 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >10.0.0</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{6410DA0F-5E14-4FC0-9AEE-F4C542C96C7A}</ProjectGuid >
94 <OutputType >Exe</OutputType >
10- <RootNamespace >jnienvgen</ RootNamespace >
11- <AssemblyName >jnienv-gen</ AssemblyName >
12- <TargetFrameworkVersion >v4.6.1</ TargetFrameworkVersion >
5+ <TargetFramework >net472</ TargetFramework >
6+ <IsPackable >false</ IsPackable >
7+ <AppendTargetFrameworkToOutputPath >false</ AppendTargetFrameworkToOutputPath >
138 </PropertyGroup >
14- <Import Project =" ..\..\Directory.Build.props" />
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' Or '$(Configuration)|$(Platform)' == 'Gendarme|AnyCPU' " >
16- <DebugSymbols >true</DebugSymbols >
17- <DebugType >full</DebugType >
18- <Optimize >false</Optimize >
19- <OutputPath >$(BuildToolOutputFullPath)</OutputPath >
20- <DefineConstants >DEBUG;</DefineConstants >
21- <ErrorReport >prompt</ErrorReport >
22- <WarningLevel >4</WarningLevel >
23- <Externalconsole >true</Externalconsole >
24- </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >full</DebugType >
27- <Optimize >true</Optimize >
9+
10+ <PropertyGroup >
2811 <OutputPath >$(BuildToolOutputFullPath)</OutputPath >
29- <ErrorReport >prompt</ErrorReport >
30- <WarningLevel >4</WarningLevel >
31- <Externalconsole >true</Externalconsole >
3212 </PropertyGroup >
33- <ItemGroup >
34- <Reference Include =" System" />
35- </ItemGroup >
36- <ItemGroup >
37- <Compile Include =" Properties\AssemblyInfo.cs" />
38- <Compile Include =" Generator.cs" />
39- <Compile Include =" Generator.g.cs" />
40- </ItemGroup >
41- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
42- </Project >
13+
14+ </Project >
0 commit comments