source: uKadecot/trunk/tools/EcnlControllerUI/EcnlControllerUI/EcnlControllerUI.csproj@ 101

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

TOPPERS/uKadecotのソースコードを追加

  • Property svn:eol-style set to CRLF
  • Property svn:mime-type set to text/plain
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.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>{06453FBD-10A6-412F-9DE6-504981D9E38B}</ProjectGuid>
11 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12 <OutputType>Library</OutputType>
13 <AppDesignerFolder>Properties</AppDesignerFolder>
14 <RootNamespace>ctrlui</RootNamespace>
15 <AssemblyName>EcnlControllerUI</AssemblyName>
16 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
17 <UseIISExpress>true</UseIISExpress>
18 <IISExpressSSLPort />
19 <IISExpressAnonymousAuthentication />
20 <IISExpressWindowsAuthentication />
21 <IISExpressUseClassicPipelineMode />
22 <NoStdLib>True</NoStdLib>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25 <DebugSymbols>true</DebugSymbols>
26 <DebugType>full</DebugType>
27 <Optimize>false</Optimize>
28 <OutputPath>bin\</OutputPath>
29 <DefineConstants>DEBUG;TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34 <DebugType>pdbonly</DebugType>
35 <Optimize>true</Optimize>
36 <OutputPath>bin\</OutputPath>
37 <DefineConstants>TRACE</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 </PropertyGroup>
41 <ItemGroup>
42 <Content Include="Web.config" />
43 </ItemGroup>
44 <ItemGroup>
45 <Compile Include="Control.cs" />
46 <Compile Include="CtrlUI.cs" />
47 <Compile Include="DeviceController.cs" />
48 <Compile Include="EchonetLite.cs" />
49 <Compile Include="jQueryMobile.cs" />
50 <Compile Include="JsonData.cs" />
51 <Compile Include="Properties\AssemblyInfo.cs" />
52 <Compile Include="ValueRange.cs" />
53 <Compile Include="WampClient.cs" />
54 <Compile Include="WampClientCore.cs" />
55 <Compile Include="WampDeserializer.cs" />
56 <Compile Include="WampSerializer.cs" />
57 <Compile Include="WAMP_MSG_TYPE.cs" />
58 <Compile Include="WebApiData.cs" />
59 </ItemGroup>
60 <ItemGroup>
61 <None Include="Web.Debug.config">
62 <DependentUpon>Web.config</DependentUpon>
63 </None>
64 <None Include="Web.Release.config">
65 <DependentUpon>Web.config</DependentUpon>
66 </None>
67 </ItemGroup>
68 <ItemGroup>
69 <Reference Include="mscorlib">
70 <HintPath>$(SolutionDir)packages\Saltarelle.Runtime.2.6.2\tools\Assemblies\mscorlib.dll</HintPath>
71 </Reference>
72 <Reference Include="Saltarelle.jQuery">
73 <HintPath>..\packages\Saltarelle.jQuery.1.10.1\lib\Saltarelle.jQuery.dll</HintPath>
74 </Reference>
75 <Reference Include="Saltarelle.Web">
76 <HintPath>..\packages\Saltarelle.Web.3.1.0\lib\Saltarelle.Web.dll</HintPath>
77 </Reference>
78 <Reference Include="Saltarelle.Linq">
79 <HintPath>..\packages\Saltarelle.Linq.2.4.0\lib\Saltarelle.Linq.dll</HintPath>
80 </Reference>
81 </ItemGroup>
82 <PropertyGroup>
83 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
84 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
85 </PropertyGroup>
86 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition="!Exists('$(SolutionDir)packages\Saltarelle.Compiler.2.6.2\tools\Saltarelle.Compiler.targets')" />
87 <Import Project="$(SolutionDir)packages\Saltarelle.Compiler.2.6.2\tools\Saltarelle.Compiler.targets" Condition="Exists('$(SolutionDir)packages\Saltarelle.Compiler.2.6.2\tools\Saltarelle.Compiler.targets')" />
88 <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
89 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
90 <ProjectExtensions>
91 <VisualStudio>
92 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
93 <WebProjectProperties>
94 <UseIIS>True</UseIIS>
95 <AutoAssignPort>True</AutoAssignPort>
96 <DevelopmentServerPort>0</DevelopmentServerPort>
97 <DevelopmentServerVPath>/</DevelopmentServerVPath>
98 <IISUrl>http://localhost:50230/</IISUrl>
99 <NTLMAuthentication>False</NTLMAuthentication>
100 <UseCustomServer>False</UseCustomServer>
101 <CustomServerUrl>
102 </CustomServerUrl>
103 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
104 </WebProjectProperties>
105 </FlavorProperties>
106 </VisualStudio>
107 </ProjectExtensions>
108 <PropertyGroup>
109 <PostBuildEvent>copy "$(ProjectDir)$(OutDir)$(TargetName).js" "$(SolutionDir)EcnlCtrlUI\js\ctrlui.js"
110$(SolutionDir)tools\jsmin &lt; "$(ProjectDir)$(OutDir)$(TargetName).js" &gt; "$(SolutionDir)EcnlCtrlUI\js\ctrlui.min.js" "Copyright (C) 2015 by TOPPERS Project, Inc., JAPAN"</PostBuildEvent>
111 </PropertyGroup>
112 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
113 Other similar extension points exist, see Microsoft.Common.targets.
114 <Target Name="BeforeBuild">
115 </Target>
116 <Target Name="AfterBuild">
117 </Target>
118 -->
119</Project>
Note: See TracBrowser for help on using the repository browser.