1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
3333 <ErrorReport >prompt</ErrorReport >
3434 <WarningLevel >4</WarningLevel >
3535 </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
37+ <DebugSymbols >true</DebugSymbols >
38+ <OutputPath >bin\x86\Debug\</OutputPath >
39+ <DefineConstants >DEBUG;TRACE</DefineConstants >
40+ <DebugType >full</DebugType >
41+ <PlatformTarget >x86</PlatformTarget >
42+ <LangVersion >latest</LangVersion >
43+ <ErrorReport >prompt</ErrorReport >
44+ <Prefer32Bit >true</Prefer32Bit >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
47+ <OutputPath >bin\x86\Release\</OutputPath >
48+ <DefineConstants >TRACE</DefineConstants >
49+ <Optimize >true</Optimize >
50+ <DebugType >pdbonly</DebugType >
51+ <PlatformTarget >x86</PlatformTarget >
52+ <LangVersion >latest</LangVersion >
53+ <ErrorReport >prompt</ErrorReport >
54+ <Prefer32Bit >true</Prefer32Bit >
55+ </PropertyGroup >
3656 <ItemGroup >
3757 <Reference Include =" System" />
3858 <Reference Include =" System.Core" />
103123 <Resource Include =" Assets\TodoworkTD_gray.svg" />
104124 </ItemGroup >
105125 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106- </Project >
126+ </Project >
0 commit comments