98 lines
3.9 KiB
XML
98 lines
3.9 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{5ED54CBE-4109-4EBE-818F-457649BA46D0}</ProjectGuid>
|
|
<ProjectTypeGuids>{9E5D3E2D-E4E2-418e-8D80-2F0DA9A94F9A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>SharePointSolution</RootNamespace>
|
|
<AssemblyName>SharePointSolution</AssemblyName>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SignAssembly>false</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>
|
|
</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<StartAction>URL</StartAction>
|
|
<StartURL>http://$(ComputerName)/</StartURL>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<StartAction>URL</StartAction>
|
|
<StartURL>http://$(ComputerName)/</StartURL>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent />
|
|
<PostBuildEvent>cd $(ProjectDir)
|
|
postbuild.cmd $(OutDir)</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<ProjectExtensions>
|
|
<VisualStudio />
|
|
</ProjectExtensions>
|
|
<ItemGroup>
|
|
<Content Include="Adding Components.txt" />
|
|
<Content Include="binary\Banner.bmp" />
|
|
<Content Include="binary\banner.jpg" />
|
|
<Content Include="binary\Complete.ico" />
|
|
<Content Include="binary\Custom.ico" />
|
|
<Content Include="binary\Dialog.bmp" />
|
|
<Content Include="binary\dialog.jpg" />
|
|
<Content Include="binary\Exclam.ico" />
|
|
<Content Include="binary\Info.ico" />
|
|
<Content Include="binary\New.ico" />
|
|
<Content Include="binary\Remove.ico" />
|
|
<Content Include="binary\Repair.ico" />
|
|
<Content Include="binary\Typical.ico" />
|
|
<Content Include="binary\Up.ico" />
|
|
<Content Include="binary\wixca.dll" />
|
|
<Content Include="definitions.wxi" />
|
|
<Content Include="ECTS.wxs" />
|
|
<Content Include="ECTSBaseManifest.xml" />
|
|
<Content Include="InstallerFiles\ectsdirectoryextensions.ldf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="InstallerFiles\ectsschemaextensions.ldf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="InstallerFiles\ECTSSetupWizard.hta" />
|
|
<Content Include="InstallerFiles\ects_setup_adam.vbs" />
|
|
<Content Include="InstallerFiles\ects_setup_sharepoint.vbs" />
|
|
<Content Include="InstallerFiles\ects_setup_sql.vbs" />
|
|
<Content Include="Manifest.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="binary\License.rtf" />
|
|
<None Include="ECTSBaseSolution.ddf" />
|
|
<None Include="InstallerFiles\create_ects_database.sql" />
|
|
<None Include="Package.cmd" />
|
|
<None Include="postbuild.cmd" />
|
|
<None Include="Solution.ddf" />
|
|
<None Include="UndeploySolution.cmd" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ECTSBase.resx">
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ECTSSolution.resx">
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
</Project> |