add files
This commit is contained in:
1
Client/Client/run_claude.bat
Normal file
1
Client/Client/run_claude.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
claude --dangerously-skip-permissions
|
||||||
9
VisualStudio.Prop/Microsoft.Cpp.ARM.user.props
Normal file
9
VisualStudio.Prop/Microsoft.Cpp.ARM.user.props
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ImportGroup Label="PropertySheets">
|
||||||
|
</ImportGroup>
|
||||||
|
<PropertyGroup Label="UserMacros" />
|
||||||
|
<PropertyGroup />
|
||||||
|
<ItemDefinitionGroup />
|
||||||
|
<ItemGroup />
|
||||||
|
</Project>
|
||||||
4
VisualStudio.Prop/Microsoft.Cpp.Itanium.user.props
Normal file
4
VisualStudio.Prop/Microsoft.Cpp.Itanium.user.props
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
|
||||||
|
</Project>
|
||||||
45
VisualStudio.Prop/Microsoft.Cpp.Win32.user.props
Normal file
45
VisualStudio.Prop/Microsoft.Cpp.Win32.user.props
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<IncludePath>$(IncludePath);D:\RowProjeckt\Client\Library\dxx8\include</IncludePath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ReferencePath>$(ReferencePath)</ReferencePath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<LibraryPath>D:\RowProjeckt\Client\Library\dxx8\lib;$(LibraryPath)</LibraryPath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<SourcePath>$(SourcePath)</SourcePath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ExcludePath>$(ExcludePath)</ExcludePath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemDefinitionGroup>
|
||||||
|
<ClCompile>
|
||||||
|
<AdditionalIncludeDirectories>../;./;../BaseLibrary;../GMMemory.lib;../RylServerLibrary;../RylGameLibrary;../MemoryManager;../NFAuthClient;../ScriptEngine;../zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup>
|
||||||
|
<ClCompile>
|
||||||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup>
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<Optimization>MaxSpeed</Optimization>
|
||||||
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_USE_32BIT_TIME_T</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DisableSpecificWarnings>4996;4819;4482</DisableSpecificWarnings>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<IgnoreSpecificDefaultLibraries>LIBCMT;LIBCMTD;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||||
|
<SubSystem>Windows</SubSystem>
|
||||||
|
<DataExecutionPrevention>false</DataExecutionPrevention>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
</Project>
|
||||||
4
VisualStudio.Prop/Microsoft.Cpp.x64.user.props
Normal file
4
VisualStudio.Prop/Microsoft.Cpp.x64.user.props
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
|
||||||
|
</Project>
|
||||||
1
VisualStudio.Prop/readme.txt
Normal file
1
VisualStudio.Prop/readme.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
C:\Users\tinde\AppData\Local\Microsoft\MSBuild\v4.0 이곳에 복사한다
|
||||||
1
run_claude.bat
Normal file
1
run_claude.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
claude --dangerously-skip-permissions
|
||||||
Reference in New Issue
Block a user