Deleted output/binairy file and user settings
Converted Project to VS2008 git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@17 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
parent
0a2f22c780
commit
8b750dfd35
9 changed files with 40 additions and 79 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ProjectType>Local</ProjectType>
|
<ProjectType>Local</ProjectType>
|
||||||
<ProductVersion>8.0.50727</ProductVersion>
|
<ProductVersion>9.0.21022</ProductVersion>
|
||||||
<SchemaVersion>2.0</SchemaVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
<ProjectGuid>{59468D25-6E68-4113-B740-C6EF4695045B}</ProjectGuid>
|
<ProjectGuid>{59468D25-6E68-4113-B740-C6EF4695045B}</ProjectGuid>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
@ -27,6 +27,22 @@
|
||||||
</UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<Win32Resource>C:\Documents and Settings\Alphons\Mijn documenten\Visual Studio 2005\Projects\LSLEditor\LSLEditor.RES</Win32Resource>
|
<Win32Resource>C:\Documents and Settings\Alphons\Mijn documenten\Visual Studio 2005\Projects\LSLEditor\LSLEditor.RES</Win32Resource>
|
||||||
|
<OldToolsVersion>2.0</OldToolsVersion>
|
||||||
|
<PublishUrl>http://localhost/LSLEditor/</PublishUrl>
|
||||||
|
<Install>true</Install>
|
||||||
|
<InstallFrom>Web</InstallFrom>
|
||||||
|
<UpdateEnabled>true</UpdateEnabled>
|
||||||
|
<UpdateMode>Foreground</UpdateMode>
|
||||||
|
<UpdateInterval>7</UpdateInterval>
|
||||||
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||||
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
|
<UpdateRequired>false</UpdateRequired>
|
||||||
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
||||||
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
@ -82,6 +98,7 @@
|
||||||
<Reference Include="System.Drawing">
|
<Reference Include="System.Drawing">
|
||||||
<Name>System.Drawing</Name>
|
<Name>System.Drawing</Name>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="System.EnterpriseServices" />
|
||||||
<Reference Include="System.Web.Services" />
|
<Reference Include="System.Web.Services" />
|
||||||
<Reference Include="System.Windows.Forms">
|
<Reference Include="System.Windows.Forms">
|
||||||
<Name>System.Windows.Forms</Name>
|
<Name>System.Windows.Forms</Name>
|
||||||
|
@ -549,6 +566,7 @@
|
||||||
<EmbeddedResource Include="ImagesSolutionExplorer\Undershirt.gif" />
|
<EmbeddedResource Include="ImagesSolutionExplorer\Undershirt.gif" />
|
||||||
<EmbeddedResource Include="ImagesSolutionExplorer\Unknown.gif" />
|
<EmbeddedResource Include="ImagesSolutionExplorer\Unknown.gif" />
|
||||||
<EmbeddedResource Include="Images\Vars.gif" />
|
<EmbeddedResource Include="Images\Vars.gif" />
|
||||||
|
<EmbeddedResource Include="Images\States.gif" />
|
||||||
<Content Include="Resource\App.ico" />
|
<Content Include="Resource\App.ico" />
|
||||||
<Content Include="Images\logo.gif" />
|
<Content Include="Images\logo.gif" />
|
||||||
<Content Include="LSLEditor.rc" />
|
<Content Include="LSLEditor.rc" />
|
||||||
|
@ -664,9 +682,26 @@
|
||||||
<CachedSettingsPropName>LSLEditor_org_lsleditor_www_Service1</CachedSettingsPropName>
|
<CachedSettingsPropName>LSLEditor_org_lsleditor_www_Service1</CachedSettingsPropName>
|
||||||
</WebReferenceUrl>
|
</WebReferenceUrl>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
||||||
|
<Install>true</Install>
|
||||||
|
</BootstrapperPackage>
|
||||||
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
||||||
|
<Install>false</Install>
|
||||||
|
</BootstrapperPackage>
|
||||||
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
<ProductName>.NET Framework 3.5</ProductName>
|
||||||
|
<Install>false</Install>
|
||||||
|
</BootstrapperPackage>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PreBuildEvent>"$(DevEnvDir)..\..\SDK\v2.0\bin\rc.exe" /r "$(ProjectDir)$(TargetName).rc"</PreBuildEvent>
|
<PreBuildEvent>"$(FrameworkSDKDir)Bin\rc.exe" /r "$(ProjectDir)$(TargetName).rc"</PreBuildEvent>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
@ -1,70 +0,0 @@
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<Win32Resource>LSLEditor.RES</Win32Resource>
|
|
||||||
<LastOpenVersion>7.10.3077</LastOpenVersion>
|
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
||||||
<ReferencePath>D:\Documents and Settings\Administrator\Mijn documenten\Mijn SecondLife\src\Editor2\bin\Debug\</ReferencePath>
|
|
||||||
<CopyProjectDestinationFolder>
|
|
||||||
</CopyProjectDestinationFolder>
|
|
||||||
<CopyProjectUncPath>
|
|
||||||
</CopyProjectUncPath>
|
|
||||||
<CopyProjectOption>0</CopyProjectOption>
|
|
||||||
<ProjectView>ProjectFiles</ProjectView>
|
|
||||||
<ProjectTrust>0</ProjectTrust>
|
|
||||||
<PublishUrlHistory>publish\|http://localhost/LSLEditor/</PublishUrlHistory>
|
|
||||||
<InstallUrlHistory>
|
|
||||||
</InstallUrlHistory>
|
|
||||||
<SupportUrlHistory>
|
|
||||||
</SupportUrlHistory>
|
|
||||||
<UpdateUrlHistory>
|
|
||||||
</UpdateUrlHistory>
|
|
||||||
<BootstrapperUrlHistory>
|
|
||||||
</BootstrapperUrlHistory>
|
|
||||||
<ApplicationRevision>0</ApplicationRevision>
|
|
||||||
<FallbackCulture>en-US</FallbackCulture>
|
|
||||||
<VerifyUploadedFiles>true</VerifyUploadedFiles>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
||||||
<EnableASPDebugging>false</EnableASPDebugging>
|
|
||||||
<EnableASPXDebugging>false</EnableASPXDebugging>
|
|
||||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
||||||
<EnableSQLServerDebugging>false</EnableSQLServerDebugging>
|
|
||||||
<RemoteDebugEnabled>false</RemoteDebugEnabled>
|
|
||||||
<RemoteDebugMachine>
|
|
||||||
</RemoteDebugMachine>
|
|
||||||
<StartAction>Project</StartAction>
|
|
||||||
<StartArguments>
|
|
||||||
</StartArguments>
|
|
||||||
<StartPage>
|
|
||||||
</StartPage>
|
|
||||||
<StartProgram>
|
|
||||||
</StartProgram>
|
|
||||||
<StartURL>
|
|
||||||
</StartURL>
|
|
||||||
<StartWorkingDirectory>
|
|
||||||
</StartWorkingDirectory>
|
|
||||||
<StartWithIE>true</StartWithIE>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
||||||
<EnableASPDebugging>false</EnableASPDebugging>
|
|
||||||
<EnableASPXDebugging>false</EnableASPXDebugging>
|
|
||||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
||||||
<EnableSQLServerDebugging>false</EnableSQLServerDebugging>
|
|
||||||
<RemoteDebugEnabled>false</RemoteDebugEnabled>
|
|
||||||
<RemoteDebugMachine>
|
|
||||||
</RemoteDebugMachine>
|
|
||||||
<StartAction>Project</StartAction>
|
|
||||||
<StartArguments>
|
|
||||||
</StartArguments>
|
|
||||||
<StartPage>
|
|
||||||
</StartPage>
|
|
||||||
<StartProgram>
|
|
||||||
</StartProgram>
|
|
||||||
<StartURL>
|
|
||||||
</StartURL>
|
|
||||||
<StartWorkingDirectory>
|
|
||||||
</StartWorkingDirectory>
|
|
||||||
<StartWithIE>false</StartWithIE>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
|
@ -1,11 +1,7 @@
|
||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||||
# Visual Studio 2005
|
# Visual Studio 2008
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lsleditor", "lsleditor.csproj", "{59468D25-6E68-4113-B740-C6EF4695045B}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lsleditor", "lsleditor.csproj", "{59468D25-6E68-4113-B740-C6EF4695045B}"
|
||||||
ProjectSection(WebsiteProperties) = preProject
|
|
||||||
Debug.AspNetCompiler.Debug = "True"
|
|
||||||
Release.AspNetCompiler.Debug = "False"
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue