source: ssp_qb_r5f100le_cs/trunk/arch/ca78k0r/gensyms-rl78/gensyms-rl78/gensyms-rl78.csproj@ 95

Last change on this file since 95 was 95, checked in by nmir-saito, 9 years ago

ファイルの mime-type 変更

  • Property svn:mime-type set to text/plain; charset=utf-8
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{6C23E832-A508-44B7-B1E5-DB1B1A5BC343}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>gensyms_rl78</RootNamespace>
11 <AssemblyName>gensyms-rl78</AssemblyName>
12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15 <PublishUrl>publish\</PublishUrl>
16 <Install>true</Install>
17 <InstallFrom>Disk</InstallFrom>
18 <UpdateEnabled>false</UpdateEnabled>
19 <UpdateMode>Foreground</UpdateMode>
20 <UpdateInterval>7</UpdateInterval>
21 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22 <UpdatePeriodically>false</UpdatePeriodically>
23 <UpdateRequired>false</UpdateRequired>
24 <MapFileExtensions>true</MapFileExtensions>
25 <ApplicationRevision>0</ApplicationRevision>
26 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27 <IsWebBootstrapper>false</IsWebBootstrapper>
28 <UseApplicationTrust>false</UseApplicationTrust>
29 <BootstrapperEnabled>true</BootstrapperEnabled>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32 <PlatformTarget>AnyCPU</PlatformTarget>
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <Optimize>false</Optimize>
36 <OutputPath>bin\Debug\</OutputPath>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42 <PlatformTarget>AnyCPU</PlatformTarget>
43 <DebugType>pdbonly</DebugType>
44 <Optimize>true</Optimize>
45 <OutputPath>bin\Release\</OutputPath>
46 <DefineConstants>TRACE</DefineConstants>
47 <ErrorReport>prompt</ErrorReport>
48 <WarningLevel>4</WarningLevel>
49 </PropertyGroup>
50 <ItemGroup>
51 <Reference Include="System" />
52 <Reference Include="System.Core" />
53 <Reference Include="System.Xml.Linq" />
54 <Reference Include="System.Data.DataSetExtensions" />
55 <Reference Include="Microsoft.CSharp" />
56 <Reference Include="System.Data" />
57 <Reference Include="System.Xml" />
58 </ItemGroup>
59 <ItemGroup>
60 <Compile Include="Program.cs" />
61 <Compile Include="Properties\AssemblyInfo.cs" />
62 </ItemGroup>
63 <ItemGroup>
64 <None Include="App.config" />
65 </ItemGroup>
66 <ItemGroup>
67 <BootstrapperPackage Include=".NETFramework,Version=v4.5">
68 <Visible>False</Visible>
69 <ProductName>Microsoft .NET Framework 4.5 %28x86 および x64%29</ProductName>
70 <Install>true</Install>
71 </BootstrapperPackage>
72 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
73 <Visible>False</Visible>
74 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
75 <Install>false</Install>
76 </BootstrapperPackage>
77 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
78 <Visible>False</Visible>
79 <ProductName>.NET Framework 3.5 SP1</ProductName>
80 <Install>false</Install>
81 </BootstrapperPackage>
82 </ItemGroup>
83 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85 Other similar extension points exist, see Microsoft.Common.targets.
86 <Target Name="BeforeBuild">
87 </Target>
88 <Target Name="AfterBuild">
89 </Target>
90 -->
91</Project>
Note: See TracBrowser for help on using the repository browser.