source: uKadecot/trunk/tools/EcnlControllerUI/NiseWebSocket/NiseWebSocket.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.3 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>{81B67899-0985-4AEA-B520-54FC639844B4}</ProjectGuid>
11 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12 <OutputType>Library</OutputType>
13 <AppDesignerFolder>Properties</AppDesignerFolder>
14 <RootNamespace>nisews</RootNamespace>
15 <AssemblyName>NiseWebSocket</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="NiseWebSocket.cs" />
46 <Compile Include="Properties\AssemblyInfo.cs" />
47 </ItemGroup>
48 <ItemGroup>
49 <Content Include="packages.config" />
50 <None Include="Web.Debug.config">
51 <DependentUpon>Web.config</DependentUpon>
52 </None>
53 <None Include="Web.Release.config">
54 <DependentUpon>Web.config</DependentUpon>
55 </None>
56 </ItemGroup>
57 <ItemGroup>
58 <Reference Include="mscorlib">
59 <HintPath>$(SolutionDir)packages\Saltarelle.Runtime.2.6.2\tools\Assemblies\mscorlib.dll</HintPath>
60 </Reference>
61 <Reference Include="Saltarelle.Web">
62 <HintPath>..\packages\Saltarelle.Web.3.1.0\lib\Saltarelle.Web.dll</HintPath>
63 </Reference>
64 <Reference Include="Saltarelle.Linq">
65 <HintPath>..\packages\Saltarelle.Linq.2.4.0\lib\Saltarelle.Linq.dll</HintPath>
66 </Reference>
67 <Reference Include="Saltarelle.jQuery">
68 <HintPath>..\packages\Saltarelle.jQuery.1.10.1\lib\Saltarelle.jQuery.dll</HintPath>
69 </Reference>
70 </ItemGroup>
71 <PropertyGroup>
72 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
73 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
74 </PropertyGroup>
75 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition="!Exists('$(SolutionDir)packages\Saltarelle.Compiler.2.6.2\tools\Saltarelle.Compiler.targets')" />
76 <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')" />
77 <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
78 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
79 <ProjectExtensions>
80 <VisualStudio>
81 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
82 <WebProjectProperties>
83 <UseIIS>True</UseIIS>
84 <AutoAssignPort>True</AutoAssignPort>
85 <DevelopmentServerPort>0</DevelopmentServerPort>
86 <DevelopmentServerVPath>/</DevelopmentServerVPath>
87 <IISUrl>http://localhost:51941/</IISUrl>
88 <NTLMAuthentication>False</NTLMAuthentication>
89 <UseCustomServer>False</UseCustomServer>
90 <CustomServerUrl>
91 </CustomServerUrl>
92 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
93 </WebProjectProperties>
94 </FlavorProperties>
95 </VisualStudio>
96 </ProjectExtensions>
97 <PropertyGroup>
98 <PostBuildEvent>copy "$(ProjectDir)$(OutDir)$(TargetName).js" "$(SolutionDir)EcnlCtrlUI\js\nisews.js"
99$(SolutionDir)tools\jsmin &lt; "$(ProjectDir)$(OutDir)$(TargetName).js" &gt; "$(SolutionDir)EcnlCtrlUI\js\nisews.min.js" "Copyright (C) 2015 by TOPPERS Project, Inc., JAPAN"</PostBuildEvent>
100 </PropertyGroup>
101 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102 Other similar extension points exist, see Microsoft.Common.targets.
103 <Target Name="BeforeBuild">
104 </Target>
105 <Target Name="AfterBuild">
106 </Target>
107 -->
108</Project>
Note: See TracBrowser for help on using the repository browser.