Skip to content

Commit a06aaf4

Browse files
authoredMay 6, 2021
Merge pull request #305 from RSGInc/develop
publish
2 parents 0921442 + 1334437 commit a06aaf4

File tree

59 files changed

+1272
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1272
-114
lines changed
 

‎DaySim.Customizations/BKR/App.config

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
5+
</startup>
6+
</configuration>

‎DaySim.Customizations/BKR/BKR.csproj

+118
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\..\packages\UtilPack.NuGet.MSBuild.2.8.0\build\UtilPack.NuGet.MSBuild.props" Condition="Exists('..\..\packages\UtilPack.NuGet.MSBuild.2.8.0\build\UtilPack.NuGet.MSBuild.props')" />
4+
<Import Project="..\..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" />
5+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6+
<PropertyGroup>
7+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9+
<ProjectGuid>{BE59DF82-A86D-4712-B28F-8E557218A627}</ProjectGuid>
10+
<OutputType>Library</OutputType>
11+
<AppDesignerFolder>Properties</AppDesignerFolder>
12+
<RootNamespace>BKR</RootNamespace>
13+
<AssemblyName>BKR</AssemblyName>
14+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
15+
<FileAlignment>512</FileAlignment>
16+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
17+
<NuGetPackageImportStamp>
18+
</NuGetPackageImportStamp>
19+
<TargetFrameworkProfile>
20+
</TargetFrameworkProfile>
21+
</PropertyGroup>
22+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23+
<PlatformTarget>AnyCPU</PlatformTarget>
24+
<DebugSymbols>true</DebugSymbols>
25+
<DebugType>full</DebugType>
26+
<Optimize>false</Optimize>
27+
<OutputPath>$(SolutionDir)DaySim_dist\</OutputPath>
28+
<DefineConstants>DEBUG;TRACE</DefineConstants>
29+
<ErrorReport>prompt</ErrorReport>
30+
<WarningLevel>4</WarningLevel>
31+
<Prefer32Bit>false</Prefer32Bit>
32+
</PropertyGroup>
33+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34+
<PlatformTarget>AnyCPU</PlatformTarget>
35+
<DebugType>pdbonly</DebugType>
36+
<Optimize>true</Optimize>
37+
<OutputPath>$(SolutionDir)DaySim_dist\</OutputPath>
38+
<DefineConstants>TRACE</DefineConstants>
39+
<ErrorReport>prompt</ErrorReport>
40+
<WarningLevel>4</WarningLevel>
41+
<Prefer32Bit>false</Prefer32Bit>
42+
</PropertyGroup>
43+
<PropertyGroup>
44+
<StartupObject />
45+
</PropertyGroup>
46+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
47+
<DebugSymbols>true</DebugSymbols>
48+
<OutputPath>$(SolutionDir)DaySim_dist\</OutputPath>
49+
<DefineConstants>DEBUG;TRACE</DefineConstants>
50+
<DebugType>full</DebugType>
51+
<PlatformTarget>x64</PlatformTarget>
52+
<ErrorReport>prompt</ErrorReport>
53+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54+
<Prefer32Bit>false</Prefer32Bit>
55+
</PropertyGroup>
56+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
57+
<OutputPath>$(SolutionDir)DaySim_dist\</OutputPath>
58+
<DefineConstants>RELEASE;</DefineConstants>
59+
<Optimize>true</Optimize>
60+
<DebugType>pdbonly</DebugType>
61+
<PlatformTarget>x64</PlatformTarget>
62+
<ErrorReport>prompt</ErrorReport>
63+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
64+
<Prefer32Bit>false</Prefer32Bit>
65+
</PropertyGroup>
66+
<ItemGroup>
67+
<Reference Include="System" />
68+
<Reference Include="System.Core" />
69+
<Reference Include="System.Xml.Linq" />
70+
<Reference Include="System.Data.DataSetExtensions" />
71+
<Reference Include="Microsoft.CSharp" />
72+
<Reference Include="System.Data" />
73+
<Reference Include="System.Xml" />
74+
</ItemGroup>
75+
<ItemGroup>
76+
<Compile Include="ChoiceModels\Default\Models\BKR_OtherHomeBasedTourModeModel.cs" />
77+
<Compile Include="ChoiceModels\Default\Models\BKR_OtherTourDestinationModel.cs" />
78+
<Compile Include="ChoiceModels\Default\Models\BKR_SchoolTourModeModel.cs" />
79+
<Compile Include="ChoiceModels\Default\Models\BKR_WorkTourModeModel.cs" />
80+
<Compile Include="PathTypeModels\BKR_PathTypeModel.cs" />
81+
<Compile Include="Properties\AssemblyInfo.cs" />
82+
<Compile Include="ChoiceModels\H\Models\BKR_WorkLocationModel.cs" />
83+
<Compile Include="ChoiceModels\Default\Models\BKR_WorkLocationModel.cs" />
84+
</ItemGroup>
85+
<ItemGroup>
86+
<None Include="App.config" />
87+
<None Include="packages.config">
88+
</None>
89+
</ItemGroup>
90+
<ItemGroup>
91+
<ProjectReference Include="..\..\Daysim.Framework\DaySim.Framework.csproj">
92+
<Project>{33842B3A-A2CB-4B61-933B-811CED8CF74B}</Project>
93+
<Name>DaySim.Framework</Name>
94+
</ProjectReference>
95+
<ProjectReference Include="..\..\Daysim\DaySim.csproj">
96+
<Project>{C89E2003-E353-43B8-BF0A-9A821945933A}</Project>
97+
<Name>DaySim</Name>
98+
</ProjectReference>
99+
</ItemGroup>
100+
<ItemGroup />
101+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
103+
<PropertyGroup>
104+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
105+
</PropertyGroup>
106+
<Error Condition="!Exists('..\..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props'))" />
107+
<Error Condition="!Exists('..\..\packages\GitVersionTask.4.0.0-beta0014\build\GitVersionTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\GitVersionTask.4.0.0-beta0014\build\GitVersionTask.targets'))" />
108+
<Error Condition="!Exists('..\..\packages\UtilPack.NuGet.MSBuild.2.8.0\build\UtilPack.NuGet.MSBuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\UtilPack.NuGet.MSBuild.2.8.0\build\UtilPack.NuGet.MSBuild.props'))" />
109+
</Target>
110+
<Import Project="..\..\packages\GitVersionTask.4.0.0-beta0014\build\GitVersionTask.targets" Condition="Exists('..\..\packages\GitVersionTask.4.0.0-beta0014\build\GitVersionTask.targets')" />
111+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112+
Other similar extension points exist, see Microsoft.Common.targets.
113+
<Target Name="BeforeBuild">
114+
</Target>
115+
<Target Name="AfterBuild">
116+
</Target>
117+
-->
118+
</Project>

0 commit comments

Comments
 (0)