1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6+ <ProjectGuid >{B4827F5D-8B54-4C16-8EE8-DDD47094EA3A}</ProjectGuid >
7+ <OutputType >Exe</OutputType >
8+ <RootNamespace >DMPModpackUpdater</RootNamespace >
9+ <AssemblyName >DMPModpackUpdater</AssemblyName >
10+ </PropertyGroup >
11+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
12+ <DebugSymbols >true</DebugSymbols >
13+ <DebugType >full</DebugType >
14+ <Optimize >false</Optimize >
15+ <OutputPath >bin\Debug</OutputPath >
16+ <DefineConstants >DEBUG;</DefineConstants >
17+ <ErrorReport >prompt</ErrorReport >
18+ <WarningLevel >4</WarningLevel >
19+ <ExternalConsole >true</ExternalConsole >
20+ <PlatformTarget >x86</PlatformTarget >
21+ </PropertyGroup >
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
23+ <Optimize >true</Optimize >
24+ <OutputPath >bin\Release</OutputPath >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ <ExternalConsole >true</ExternalConsole >
28+ <PlatformTarget >x86</PlatformTarget >
29+ </PropertyGroup >
30+ <ItemGroup >
31+ <Reference Include =" System" />
32+ </ItemGroup >
33+ <ItemGroup >
34+ <Compile Include =" Program.cs" />
35+ <Compile Include =" Properties\AssemblyInfo.cs" />
36+ </ItemGroup >
37+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
38+ </Project >
0 commit comments