dokeosappshare.vjsproj

来自「完美的在线教育系统」· VJSPROJ 代码 · 共 76 行

VJSPROJ
76
字号
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <PropertyGroup>    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>    <ProductVersion>8.0.50727</ProductVersion>    <SchemaVersion>2.0</SchemaVersion>    <ProjectGuid>{721A6043-1F29-417E-9075-60030F093DB8}</ProjectGuid>    <OutputType>WinExe</OutputType>    <RootNamespace>DokeosAppShare</RootNamespace>    <AssemblyName>DokeosAppShare</AssemblyName>    <WarningLevel>4</WarningLevel>    <StartupObject>DokeosAppShare.Program</StartupObject>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">    <DebugSymbols>true</DebugSymbols>    <DebugType>full</DebugType>    <Optimize>false</Optimize>    <OutputPath>bin\Debug\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">    <DebugType>pdbonly</DebugType>    <Optimize>false</Optimize>    <OutputPath>bin\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>  </PropertyGroup>  <ItemGroup>    <Reference Include="System" />    <Reference Include="System.Data" />    <Reference Include="System.Drawing" />    <Reference Include="System.Windows.Forms" />    <Reference Include="System.Xml" />  </ItemGroup>  <ItemGroup>    <Content Include="App.ico" />    <Compile Include="Config.jsl" />    <Compile Include="ConnectionToRelay.jsl" />    <Compile Include="CommandConnection.jsl" />    <Compile Include="LocalRelay.jsl">      <SubType>Form</SubType>    </Compile>    <Compile Include="Program.jsl" />    <Compile Include="Properties\AssemblyInfo.jsl" />    <Compile Include="Properties\Resources.Designer.jsl">      <AutoGen>True</AutoGen>      <DesignTime>True</DesignTime>      <DependentUpon>Resources.resx</DependentUpon>    </Compile>  </ItemGroup>  <ItemGroup>    <EmbeddedResource Include="LocalRelay.resx">      <SubType>Designer</SubType>      <DependentUpon>LocalRelay.jsl</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="Properties\Resources.resx">      <SubType>Designer</SubType>      <Generator>ResXFileCodeGenerator</Generator>      <LastGenOutput>Resources.Designer.jsl</LastGenOutput>    </EmbeddedResource>  </ItemGroup>  <ItemGroup>    <Compile Include="DownloadProgressEventListener.java" />    <Compile Include="DownloadThread.java" />  </ItemGroup>  <Import Project="$(MSBuildBinPath)\Microsoft.VisualJSharp.targets" />  <PropertyGroup>    <ApplicationIcon>App.ico</ApplicationIcon>  </PropertyGroup>  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.        Other similar extension points exist, see Microsoft.Common.targets.  <Target Name="BeforeBuild">  </Target>  <Target Name="AfterBuild">  </Target>  --></Project>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?