19 lines
998 B
XML
19 lines
998 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ReferencePath>F:\autodesk\Revit 2020\</ReferencePath>
|
|
<ProjectView>ProjectFiles</ProjectView>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<StartAction>Program</StartAction>
|
|
<StartProgram>C:\Program Files\Autodesk\Revit 2020\Revit.exe</StartProgram>
|
|
<StartArguments>/language KOR</StartArguments>
|
|
<StartWorkingDirectory>C:\Program Files\Autodesk\Revit 2020\</StartWorkingDirectory>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<StartAction>Program</StartAction>
|
|
<StartProgram>C:\Program Files\Autodesk\Revit 2020\Revit.exe</StartProgram>
|
|
<StartArguments>/language KOR</StartArguments>
|
|
<StartWorkingDirectory>C:\Program Files\Autodesk\Revit 2020\</StartWorkingDirectory>
|
|
</PropertyGroup>
|
|
</Project> |