You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.8 KiB
46 lines
1.8 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<OutputType>WinExe</OutputType> |
|
<RootNamespace>SharpPad</RootNamespace> |
|
<AssemblyName>SharpPad</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProjectGuid>{9EE70751-7F89-4893-8525-54004FF736CC}</ProjectGuid> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<Optimize>False</Optimize> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<DebugSymbols>True</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="ICSharpCode.TextEditor"> |
|
<HintPath>..\..\bin\ICSharpCode.TextEditor.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="SharpPad.cs" /> |
|
<Compile Include="SharpPad.Designer.cs"> |
|
<DependentUpon>SharpPad.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="AssemblyInfo.cs" /> |
|
<EmbeddedResource Include="SharpPad.resx"> |
|
<DependentUpon>SharpPad.cs</DependentUpon> |
|
</EmbeddedResource> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |