Commit for development environment setup

This commit is contained in:
2023-06-19 16:12:33 -04:00
parent be72063a3c
commit bbce2ad0a6
2209 changed files with 1171775 additions and 625 deletions

View File

@@ -7,6 +7,12 @@
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>fmtxml</AssemblyName>
<RootNamespace>fmtxml</RootNamespace>
<SccProjectName>"%24/PROMS/fmtxml", URDAAAAA</SccProjectName>
<SccLocalPath>.</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>MSSCCI:Microsoft Visual SourceSafe</SccProvider>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -14,6 +20,7 @@
<Optimize>false</Optimize>
<OutputPath>.\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -32,17 +39,61 @@
</ItemGroup>
<ItemGroup>
<Content Include="App.ico" />
<Content Include="ComPeakFlex.svg" />
<Content Include="ComPeakFlexall.xml" />
<Content Include="fnpnmp.svg" />
<Content Include="FNPNMPall.xml" />
<Content Include="hlpfsg.svg" />
<Content Include="HLPFSGall.xml" />
<Content Include="removeempty.xsl" />
<Content Include="TranslateDoc.XSL" />
<Content Include="TranslateFMT.XSL" />
<Content Include="TranslatePAG.XSL" />
<Content Include="removeFmtUseCO.xsl">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="TranslateDoc.XSL">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="TranslateFMT.XSL">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="TranslatePAG.XSL">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="wst1.svg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="WST1all.xml">
</Content>
<Content Include="wst2.svg">
</Content>
<Content Include="WST2all.xml">
</Content>
<Content Include="wstalr.svg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="WSTALRall.xml">
</Content>
<Content Include="wstbck.svg" />
<Content Include="WSTBCKall.xml" />
<Content Include="wstckl.svg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="WSTCKLall.xml">
</Content>
<Content Include="wstDCS.svg" />
<Content Include="WSTDCSall.xml" />
<Content Include="_UpgradeReport_Files\UpgradeReport.css" />
<Content Include="_UpgradeReport_Files\UpgradeReport.xslt" />
<Content Include="_UpgradeReport_Files\UpgradeReport_Minus.gif" />
<Content Include="_UpgradeReport_Files\UpgradeReport_Plus.gif" />
</ItemGroup>
<ItemGroup>
<Compile Include="AppendPlantSpecific.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="PlantSpecific_Calvert.cs" />
<Compile Include="PlantSpecific_PointBeach.cs" />
<Compile Include="PlantSpecific_ByrBwd.cs" />
<Compile Include="PlantSpecific_Gen.cs" />
<Compile Include="PlantSpecific_Catawba.cs" />
<Compile Include="EntireFormat.cs" />
<Compile Include="FmtFileToXml.cs" />
<Compile Include="FmtToXml.cs" />
@@ -51,6 +102,16 @@
</Compile>
<Compile Include="GenToXml.cs" />
<Compile Include="GenXmlToSvg.cs" />
<Compile Include="PlantSpecific_ComanchePeak.cs" />
<Compile Include="PlantSpecific_McGuire.cs" />
<Compile Include="PlantSpecific_PrairieIsland.cs" />
<Compile Include="PlantSpecific_Robinson.cs" />
<Compile Include="PlantSpecific_SouthTexas.cs" />
<Compile Include="PlantSpecific_Summer.cs" />
<Compile Include="PlantSpecific_WolfCreak.cs" />
<Compile Include="PSI.cs" />
<Compile Include="RtfToSvg.cs" />
<Compile Include="Settings.Designer.cs" />
<Compile Include="SvgToPdf.cs" />
<Compile Include="XmlToPdf.cs" />
</ItemGroup>
@@ -59,10 +120,6 @@
<DependentUpon>Form1.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="licenses.licx" />
</ItemGroup>
<ItemGroup>
<None Include="TranslateFMT.XSL.bak" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Volian.Utils.Library\CvtFont\CvtFont.csproj">
@@ -74,4 +131,8 @@
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>