Diff of /trunk/cforge/cforge/cforge.csproj [000000] .. [r3]  Maximize  Restore

Switch to unified view

a b/trunk/cforge/cforge/cforge.csproj
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{4FEA909F-B6AB-49EF-9EEA-9AED5C2E7792}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>cforge</RootNamespace>
10
    <AssemblyName>cforge</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14
  </PropertyGroup>
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16
    <PlatformTarget>AnyCPU</PlatformTarget>
17
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
19
    <Optimize>false</Optimize>
20
    <OutputPath>bin\Debug\</OutputPath>
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
22
    <ErrorReport>prompt</ErrorReport>
23
    <WarningLevel>4</WarningLevel>
24
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <PlatformTarget>AnyCPU</PlatformTarget>
28
    <DebugType>pdbonly</DebugType>
29
    <Optimize>true</Optimize>
30
    <OutputPath>bin\Release\</OutputPath>
31
    <DefineConstants>TRACE</DefineConstants>
32
    <ErrorReport>prompt</ErrorReport>
33
    <WarningLevel>4</WarningLevel>
34
  </PropertyGroup>
35
  <PropertyGroup>
36
    <StartupObject>cforge.Program</StartupObject>
37
  </PropertyGroup>
38
  <PropertyGroup>
39
    <ApplicationIcon>icon.ico</ApplicationIcon>
40
  </PropertyGroup>
41
  <ItemGroup>
42
    <Reference Include="System" />
43
    <Reference Include="System.Core" />
44
    <Reference Include="System.Xml.Linq" />
45
    <Reference Include="System.Data.DataSetExtensions" />
46
    <Reference Include="Microsoft.CSharp" />
47
    <Reference Include="System.Data" />
48
    <Reference Include="System.Net.Http" />
49
    <Reference Include="System.Xml" />
50
  </ItemGroup>
51
  <ItemGroup>
52
    <Compile Include="Helper.cs" />
53
    <Compile Include="Program.cs" />
54
    <Compile Include="Properties\AssemblyInfo.cs" />
55
  </ItemGroup>
56
  <ItemGroup>
57
    <None Include="App.config" />
58
    <None Include="app.manifest" />
59
  </ItemGroup>
60
  <ItemGroup>
61
    <Content Include="icon.ico" />
62
  </ItemGroup>
63
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64
  <PropertyGroup>
65
    <PostBuildEvent>copy $(TargetDir)\*.* $(ProjectDir)\Package\cforge\;
66
$(ProjectDir)\CreatePackage.bat  $(ProjectDir)\Package\ $(ProjectDir)\out\cforge.package</PostBuildEvent>
67
  </PropertyGroup>
68
</Project>