csproj
This commit is contained in:
parent
a98fd67fb8
commit
433da987f2
4 changed files with 3303 additions and 13 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,3 +3,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
/bin
|
/bin
|
||||||
|
/trunk/obj/Release
|
||||||
|
/trunk/obj/Debug
|
||||||
|
/trunk/.vs/lsleditor/v15
|
||||||
|
/trunk/lsleditor.csproj.user
|
||||||
|
|
3272
lsl-editor-doc.xml
Normal file
3272
lsl-editor-doc.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
trunk/LSLEditor.res
Normal file
BIN
trunk/LSLEditor.res
Normal file
Binary file not shown.
|
@ -27,24 +27,26 @@
|
||||||
<UpgradeBackupLocation>
|
<UpgradeBackupLocation>
|
||||||
</UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
||||||
<SignAssembly>false</SignAssembly>
|
<SignAssembly>false</SignAssembly>
|
||||||
<Win32Resource>E:\Dev\SL\C#\lsleditor\official\trunk\LSLEditor.RES</Win32Resource>
|
<Win32Resource>C:\Users\User\Desktop\Workspace_Jasper\LSL_editor\lsleditor-code\trunk\LSLEditor.RES</Win32Resource>
|
||||||
<OldToolsVersion>3.5</OldToolsVersion>
|
<OldToolsVersion>3.5</OldToolsVersion>
|
||||||
<IsWebBootstrapper>true</IsWebBootstrapper>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
<PublishUrl>http://localhost/LSLEditor/</PublishUrl>
|
<PublishUrl>C:\Users\User\Desktop\Workspace_Jasper\LSL_editor\published\</PublishUrl>
|
||||||
<Install>true</Install>
|
<Install>true</Install>
|
||||||
<InstallFrom>Web</InstallFrom>
|
<InstallFrom>Disk</InstallFrom>
|
||||||
<UpdateEnabled>true</UpdateEnabled>
|
<UpdateEnabled>false</UpdateEnabled>
|
||||||
<UpdateMode>Foreground</UpdateMode>
|
<UpdateMode>Foreground</UpdateMode>
|
||||||
<UpdateInterval>7</UpdateInterval>
|
<UpdateInterval>7</UpdateInterval>
|
||||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||||
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
<UpdateRequired>false</UpdateRequired>
|
<UpdateRequired>false</UpdateRequired>
|
||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<ApplicationRevision>0</ApplicationRevision>
|
<AutorunEnabled>true</AutorunEnabled>
|
||||||
|
<ApplicationRevision>1</ApplicationRevision>
|
||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -95,12 +97,21 @@
|
||||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SignManifests>false</SignManifests>
|
<SignManifests>true</SignManifests>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ManifestCertificateThumbprint>5CBB20152EC70EC13542B336790AF2E7AB2E1DEB</ManifestCertificateThumbprint>
|
<ManifestCertificateThumbprint>1470C84604ABCC1DEEC1ABA38969E80F821AA855</ManifestCertificateThumbprint>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<GenerateManifests>true</GenerateManifests>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ManifestKeyFile>lsleditor_TemporaryKey.pfx</ManifestKeyFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
|
<HintPath>packages\Newtonsoft.Json.10.0.3\lib\net35\Newtonsoft.Json.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System">
|
<Reference Include="System">
|
||||||
<Name>System</Name>
|
<Name>System</Name>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
@ -192,7 +203,6 @@
|
||||||
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Docking\DockPanel.cs">
|
<Compile Include="Docking\DockPanel.cs">
|
||||||
<SubType>Component</SubType>
|
|
||||||
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Docking\DockPanel.DockDragHandler.cs">
|
<Compile Include="Docking\DockPanel.DockDragHandler.cs">
|
||||||
|
@ -362,6 +372,7 @@
|
||||||
<Compile Include="SecondLife\LSL_Constants.cs" />
|
<Compile Include="SecondLife\LSL_Constants.cs" />
|
||||||
<Compile Include="SecondLife\LSL_Events.cs" />
|
<Compile Include="SecondLife\LSL_Events.cs" />
|
||||||
<Compile Include="SecondLife\LSL_Functions.cs" />
|
<Compile Include="SecondLife\LSL_Functions.cs" />
|
||||||
|
<Compile Include="SecondLife\OSSL_Functions.cs" />
|
||||||
<Compile Include="Solution\GuidProperty.cs">
|
<Compile Include="Solution\GuidProperty.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
|
||||||
|
@ -839,7 +850,7 @@
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Resource\ConfLSL.xml">
|
<EmbeddedResource Include="Resource\ConfLSL.xml">
|
||||||
<SubType>Code</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Resource\ConfCSharp.xml" />
|
<EmbeddedResource Include="Resource\ConfCSharp.xml" />
|
||||||
<EmbeddedResource Include="Helpers\GroupboxEvent.resx">
|
<EmbeddedResource Include="Helpers\GroupboxEvent.resx">
|
||||||
|
@ -962,6 +973,8 @@
|
||||||
<Content Include="LSLEditor.rc" />
|
<Content Include="LSLEditor.rc" />
|
||||||
<EmbeddedResource Include="Resource\ToolsOptions.xml" />
|
<EmbeddedResource Include="Resource\ToolsOptions.xml" />
|
||||||
<EmbeddedResource Include="Resource\thanks.gif" />
|
<EmbeddedResource Include="Resource\thanks.gif" />
|
||||||
|
<None Include="lsleditor_TemporaryKey.pfx" />
|
||||||
|
<None Include="packages.config" />
|
||||||
<None Include="Web References\org.lsleditor.www\Service1.disco" />
|
<None Include="Web References\org.lsleditor.www\Service1.disco" />
|
||||||
<EmbeddedResource Include="Resource\About.htm" />
|
<EmbeddedResource Include="Resource\About.htm" />
|
||||||
<EmbeddedResource Include="Resource\ReleaseNotes.htm">
|
<EmbeddedResource Include="Resource\ReleaseNotes.htm">
|
||||||
|
@ -1105,9 +1118,10 @@
|
||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.7\StyleCop.targets" />
|
<!-- <Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.7\StyleCop.targets" /> -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PreBuildEvent>"$(FrameworkSDKDir)Bin\rc.exe" /r "$(ProjectDir)$(TargetName).rc"</PreBuildEvent>
|
<PreBuildEvent>"$(FrameworkSDKDir)..\v7.0A\Bin\x64\Rc.exe" /r "$(ProjectDir)$(TargetName).rc"
|
||||||
<PostBuildEvent>$(SolutionDir)\..\build\AssemblyRevisionIncrementer.exe /t="$(SolutionDir)\Properties\AssemblyInfo.cs"</PostBuildEvent>
|
</PreBuildEvent>
|
||||||
|
<PostBuildEvent>"$(SolutionDir)..\build\AssemblyRevisionIncrementer.exe" /t="$(SolutionDir)Properties\AssemblyInfo.cs"</PostBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue