Init
This commit is contained in:
24
exchange/exchangesource/TranslateToPkParts/PARA.props
Normal file
24
exchange/exchangesource/TranslateToPkParts/PARA.props
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Label="PropertySheets">
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros">
|
||||
<PARASOLID_INSTALL_DIR>please_set_your_parasolid_install_path_here</PARASOLID_INSTALL_DIR>
|
||||
<PARASOLID_INSTALL_DIR_64>please_set_your_parasolid_install_path_here</PARASOLID_INSTALL_DIR_64>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>PARASOLID</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup />
|
||||
<ItemGroup>
|
||||
<BuildMacro Include="PARASOLID_INSTALL_DIR">
|
||||
<Value>$(PARASOLID_INSTALL_DIR)</Value>
|
||||
<EnvironmentVariable>true</EnvironmentVariable>
|
||||
</BuildMacro>
|
||||
<BuildMacro Include="PARASOLID_INSTALL_DIR_64">
|
||||
<Value>$(PARASOLID_INSTALL_DIR_64)</Value>
|
||||
<EnvironmentVariable>true</EnvironmentVariable>
|
||||
</BuildMacro>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user