source: EcnlProtoTool/trunk/webapp/webmrbc/webmrbc.csproj@ 270

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to CRLF
  • Property svn:mime-type set to text/plain
File size: 10.1 KB
RevLine 
[270]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 <ProductVersion>
8 </ProductVersion>
9 <SchemaVersion>2.0</SchemaVersion>
10 <ProjectGuid>{7E71D3E4-F61A-4423-994A-EB307D7618E0}</ProjectGuid>
11 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12 <OutputType>Library</OutputType>
13 <AppDesignerFolder>Properties</AppDesignerFolder>
14 <RootNamespace>WebMrbc</RootNamespace>
15 <AssemblyName>WebMrbc</AssemblyName>
16 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17 <UseIISExpress>true</UseIISExpress>
18 <IISExpressSSLPort />
19 <IISExpressAnonymousAuthentication />
20 <IISExpressWindowsAuthentication />
21 <IISExpressUseClassicPipelineMode />
22 <UseGlobalApplicationHostFile />
23 <NuGetPackageImportStamp>
24 </NuGetPackageImportStamp>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27 <DebugSymbols>true</DebugSymbols>
28 <DebugType>full</DebugType>
29 <Optimize>false</Optimize>
30 <OutputPath>bin\</OutputPath>
31 <DefineConstants>DEBUG;TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <NoStdLib>true</NoStdLib>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37 <DebugType>pdbonly</DebugType>
38 <Optimize>true</Optimize>
39 <OutputPath>bin\</OutputPath>
40 <DefineConstants>TRACE</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 <NoStdLib>true</NoStdLib>
44 </PropertyGroup>
45 <ItemGroup>
46 <Reference Include="Bridge, Version=15.7.0.0, Culture=neutral, processorArchitecture=MSIL">
47 <HintPath>..\packages\Bridge.Core.15.7.0\lib\net40\Bridge.dll</HintPath>
48 <Private>True</Private>
49 </Reference>
50 <Reference Include="Bridge.Bootstrap3, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
51 <HintPath>..\packages\Bridge.Bootstrap.3.9.4\lib\net40\Bridge.Bootstrap3.dll</HintPath>
52 <Private>True</Private>
53 </Reference>
54 <Reference Include="Bridge.Html5, Version=15.7.0.0, Culture=neutral, processorArchitecture=MSIL">
55 <HintPath>..\packages\Bridge.Html5.15.7.0\lib\net40\Bridge.Html5.dll</HintPath>
56 <Private>True</Private>
57 </Reference>
58 <Reference Include="Bridge.jQuery2, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
59 <HintPath>..\packages\Bridge.jQuery.2.9.3\lib\net40\Bridge.jQuery2.dll</HintPath>
60 <Private>True</Private>
61 </Reference>
62 <Reference Include="Bridge.WebGL, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
63 <HintPath>..\packages\Bridge.WebGL.1.8.3\lib\net40\Bridge.WebGL.dll</HintPath>
64 <Private>True</Private>
65 </Reference>
66 </ItemGroup>
67 <ItemGroup>
68 <Content Include="ace\ace.js" />
69 <Content Include="ace\mode-ruby.js" />
70 <Content Include="ace\theme-twilight.js" />
71 <Content Include="arduino_toolbox.xml" />
72 <Content Include="bootstrap\css\bootstrap-theme.css" />
73 <Content Include="bootstrap\css\bootstrap.css" />
74 <Content Include="bootstrap\fonts\glyphicons-halflings-regular.svg" />
75 <Content Include="bootstrap\js\bootstrap.js" />
76 <Content Include="css\webmrbc.css" />
77 <Content Include="ecnl_toolbox.xml" />
78 <Content Include="img\banner.svg" />
79 <Content Include="img\no_image.png" />
80 <Content Include="js\blockly.js" />
81 <Content Include="js\bridge.js" />
82 <Content Include="js\FileSaver.js" />
83 <Content Include="js\jquery-3.1.0.js" />
84 <Content Include="js\jszip.js" />
85 <Content Include="js\webmrbc.js" />
86 <Content Include="src\main.rb" />
87 <Content Include="xterm\addons\fit\fit.js" />
88 <Content Include="xterm\src\xterm.css" />
89 <Content Include="xterm\src\xterm.js" />
90 <Content Include="packages.config" />
91 <Content Include="Bridge\bridge.json" />
92 <Content Include="bootstrap\fonts\glyphicons-halflings-regular.eot" />
93 <Content Include="bootstrap\fonts\glyphicons-halflings-regular.ttf" />
94 <Content Include="bootstrap\fonts\glyphicons-halflings-regular.woff" />
95 <Content Include="bootstrap\fonts\glyphicons-halflings-regular.woff2" />
96 <Content Include="echonet_objects.json" />
97 <None Include="Web.Debug.config">
98 <DependentUpon>Web.config</DependentUpon>
99 <SubType>Designer</SubType>
100 </None>
101 <None Include="Web.Release.config">
102 <DependentUpon>Web.config</DependentUpon>
103 </None>
104 </ItemGroup>
105 <ItemGroup>
106 <Content Include="mrbc.js" />
107 <Content Include="index.html" />
108 <Content Include="Web.config">
109 <SubType>Designer</SubType>
110 </Content>
111 </ItemGroup>
112 <ItemGroup>
113 <Compile Include="Ace.cs" />
114 <Compile Include="App.cs" />
115 <Compile Include="Arduino\GrPeach.cs" />
116 <Compile Include="Arduino\I2cBlock.cs" />
117 <Compile Include="Arduino\KernelBlock.cs" />
118 <Compile Include="Arduino\MemFileBlock.cs" />
119 <Compile Include="Arduino\RtcBlock.cs" />
120 <Compile Include="Arduino\SdBlock.cs" />
121 <Compile Include="Arduino\SerialBlock.cs" />
122 <Compile Include="Arduino\ServoBlock.cs" />
123 <Compile Include="Arduino\SystemBlock.cs" />
124 <Compile Include="Block.cs" />
125 <Compile Include="Blockly.cs" />
126 <Compile Include="BlocklyView.cs" />
127 <Compile Include="Blocks\Colour.cs" />
128 <Compile Include="Blocks\Lists.cs" />
129 <Compile Include="Blocks\Logic.cs" />
130 <Compile Include="Blocks\Loops.cs" />
131 <Compile Include="Blocks\Math.cs" />
132 <Compile Include="Blocks\Procedures.cs" />
133 <Compile Include="Blocks\Text.cs" />
134 <Compile Include="Blocks\Variables.cs" />
135 <Compile Include="Collection.cs" />
136 <Compile Include="Ecnl\CodeGenerator.cs" />
137 <Compile Include="Ecnl\EcnlAPIBlock.cs" />
138 <Compile Include="Ecnl\EcnlTaskBlock.cs" />
139 <Compile Include="Ecnl\EObjectBlock.cs" />
140 <Compile Include="Ecnl\EObjectWorkspace.cs" />
141 <Compile Include="Ecnl\JsonData.cs" />
142 <Compile Include="Ecnl\ValueRange.cs" />
143 <Compile Include="Emscripten.cs" />
144 <Compile Include="EObjectModalView.cs" />
145 <Compile Include="ClassSelectorView.cs" />
146 <Compile Include="MainLoopBlock.cs" />
147 <Compile Include="Generator.cs" />
148 <Compile Include="MrbParser.cs" />
149 <Compile Include="MrbAstNodes.cs" />
150 <Compile Include="Mruby.cs" />
151 <Compile Include="Names.cs" />
152 <Compile Include="Procedures.cs" />
153 <Compile Include="Properties\AssemblyInfo.cs" />
154 <Compile Include="MainMenuView.cs" />
155 <Compile Include="Ruby.cs" />
156 <Compile Include="Ruby\Colour.cs" />
157 <Compile Include="Ruby\Lists.cs" />
158 <Compile Include="Ruby\Logic.cs" />
159 <Compile Include="Ruby\Loops.cs" />
160 <Compile Include="Ruby\Math.cs" />
161 <Compile Include="Ruby\Procedures.cs" />
162 <Compile Include="Ruby\Text.cs" />
163 <Compile Include="Ruby\Variables.cs" />
164 <Compile Include="MrbScanner.cs" />
165 <Compile Include="SwitchCaseBlock.cs" />
166 <Compile Include="Variables.cs" />
167 <Compile Include="XTerm.cs" />
168 </ItemGroup>
169 <PropertyGroup>
170 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
171 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
172 </PropertyGroup>
173 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
174 <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
175 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
176 <ProjectExtensions>
177 <VisualStudio>
178 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
179 <WebProjectProperties>
180 <UseIIS>True</UseIIS>
181 <AutoAssignPort>True</AutoAssignPort>
182 <DevelopmentServerPort>49565</DevelopmentServerPort>
183 <DevelopmentServerVPath>/</DevelopmentServerVPath>
184 <IISUrl>http://localhost:49565/</IISUrl>
185 <NTLMAuthentication>False</NTLMAuthentication>
186 <UseCustomServer>False</UseCustomServer>
187 <CustomServerUrl>
188 </CustomServerUrl>
189 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
190 </WebProjectProperties>
191 </FlavorProperties>
192 </VisualStudio>
193 </ProjectExtensions>
194 <Import Project="..\packages\Bridge.Min.15.7.0\build\Bridge.Min.targets" Condition="Exists('..\packages\Bridge.Min.15.7.0\build\Bridge.Min.targets')" />
195 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
196 <PropertyGroup>
197 <ErrorText>このプロジェクトは、このコンピューター上にない NuGet パッケージを参照しています。それらのパッケージをダウンロードするには、[NuGet パッケージの復元] を使用します。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。見つからないファイルは {0} です。</ErrorText>
198 </PropertyGroup>
199 <Error Condition="!Exists('..\packages\Bridge.Min.15.7.0\build\Bridge.Min.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Bridge.Min.15.7.0\build\Bridge.Min.targets'))" />
200 </Target>
201 <PropertyGroup>
202 <PostBuildEvent>cd $(ProjectDir)
203call copy.bat</PostBuildEvent>
204 </PropertyGroup>
205 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
206 Other similar extension points exist, see Microsoft.Common.targets.
207 <Target Name="BeforeBuild">
208 </Target>
209 <Target Name="AfterBuild">
210 </Target>
211 -->
212</Project>
Note: See TracBrowser for help on using the repository browser.