aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share/32BitLaunch/OpenSim.32BitLaunch/OpenSim32.csproj
diff options
context:
space:
mode:
authorUbitUmarov2017-06-11 22:36:08 +0100
committerUbitUmarov2017-06-11 22:36:08 +0100
commit953872510f1c375c2a65a8115e549485814fc0c4 (patch)
tree899ec25e871336e3d325707de381a2f45e4be964 /share/32BitLaunch/OpenSim.32BitLaunch/OpenSim32.csproj
parentfix a error message (diff)
downloadopensim-SC_OLD-953872510f1c375c2a65a8115e549485814fc0c4.zip
opensim-SC_OLD-953872510f1c375c2a65a8115e549485814fc0c4.tar.gz
opensim-SC_OLD-953872510f1c375c2a65a8115e549485814fc0c4.tar.bz2
opensim-SC_OLD-953872510f1c375c2a65a8115e549485814fc0c4.tar.xz
add/replace sources of OpenSim32.exe
Diffstat (limited to 'share/32BitLaunch/OpenSim.32BitLaunch/OpenSim32.csproj')
-rw-r--r--share/32BitLaunch/OpenSim.32BitLaunch/OpenSim32.csproj94
1 files changed, 94 insertions, 0 deletions
diff --git a/share/32BitLaunch/OpenSim.32BitLaunch/OpenSim32.csproj b/share/32BitLaunch/OpenSim.32BitLaunch/OpenSim32.csproj
new file mode 100644
index 0000000..c9a03e1
--- /dev/null
+++ b/share/32BitLaunch/OpenSim.32BitLaunch/OpenSim32.csproj
@@ -0,0 +1,94 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProjectGuid>{968B4C73-280D-4FF5-9F73-DD3D10160C2E}</ProjectGuid>
7 <OutputType>Exe</OutputType>
8 <NoStandardLibraries>false</NoStandardLibraries>
9 <AssemblyName>OpenSim32</AssemblyName>
10 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
11 <TargetFrameworkProfile>
12 </TargetFrameworkProfile>
13 <FileAlignment>512</FileAlignment>
14 <IsWebBootstrapper>false</IsWebBootstrapper>
15 <PublishUrl>publish\</PublishUrl>
16 <Install>true</Install>
17 <InstallFrom>Disk</InstallFrom>
18 <UpdateEnabled>false</UpdateEnabled>
19 <UpdateMode>Foreground</UpdateMode>
20 <UpdateInterval>7</UpdateInterval>
21 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22 <UpdatePeriodically>false</UpdatePeriodically>
23 <UpdateRequired>false</UpdateRequired>
24 <MapFileExtensions>true</MapFileExtensions>
25 <ApplicationRevision>0</ApplicationRevision>
26 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27 <UseApplicationTrust>false</UseApplicationTrust>
28 <BootstrapperEnabled>true</BootstrapperEnabled>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
31 <DebugSymbols>true</DebugSymbols>
32 <DebugType>full</DebugType>
33 <Optimize>false</Optimize>
34 <OutputPath>bin\Debug\</OutputPath>
35 <DefineConstants>DEBUG;TRACE</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 <PlatformTarget>x86</PlatformTarget>
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
41 <DebugType>pdbonly</DebugType>
42 <Optimize>true</Optimize>
43 <OutputPath>..\..\..\bin\</OutputPath>
44 <DefineConstants>TRACE</DefineConstants>
45 <ErrorReport>prompt</ErrorReport>
46 <WarningLevel>4</WarningLevel>
47 <PlatformTarget>x86</PlatformTarget>
48 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
49 <UseVSHostingProcess>false</UseVSHostingProcess>
50 </PropertyGroup>
51 <PropertyGroup>
52 <RootNamespace>OpenSim32</RootNamespace>
53 </PropertyGroup>
54 <ItemGroup>
55 <Reference Include="log4net">
56 <HintPath>..\..\..\bin\log4net.dll</HintPath>
57 </Reference>
58 <Reference Include="Microsoft.CSharp" />
59 <Reference Include="OpenSim">
60 <HintPath>..\..\..\bin\OpenSim.exe</HintPath>
61 </Reference>
62 <Reference Include="System" />
63 <Reference Include="System.Core" />
64 <Reference Include="System.Data" />
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="Program.cs" />
68 <Compile Include="Properties\AssemblyInfo.cs" />
69 </ItemGroup>
70 <ItemGroup>
71 <None Include="app.config" />
72 </ItemGroup>
73 <ItemGroup>
74 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
75 <Visible>False</Visible>
76 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
77 <Install>true</Install>
78 </BootstrapperPackage>
79 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
80 <Visible>False</Visible>
81 <ProductName>.NET Framework 3.5 SP1</ProductName>
82 <Install>false</Install>
83 </BootstrapperPackage>
84 <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
85 <Visible>False</Visible>
86 <ProductName>Windows Installer 4.5</ProductName>
87 <Install>true</Install>
88 </BootstrapperPackage>
89 </ItemGroup>
90 <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
91 <ProjectExtensions>
92 <VisualStudio AllowExistingFolder="true" />
93 </ProjectExtensions>
94</Project> \ No newline at end of file